sdc-fhir-demo

Demonstrate use of FHIR Questionnaire for ONC Structure Data Capture initiative

Stars
10
Committers
1

SDC --> FHIR Questionnaire prototype

Demo online: birth details questionnaire | event reporting example

This is a very rough take on the following process:

  1. Ahead of time, transition SDC XML definitions into FHIR Questionnaire instances.

  2. Render FHIR questionnaires as web forms with client-side JavaScript


To convert a file

$ python sdc_to_fhir.py   app/fixtures/sdc_example.xml  > app/fixtures/converted.json

To run the app

Host the "app" directory with a web server of your choice (or grunt serve if you're using nodejs). Then visit /index.html#/view/:form (where :form is the name of an example FHIR Questionnaire JSON file that exists in fixtures

For instance: