fhir-questionnaire-render-react

Render FHIR Questionnaire as a web form using FHIRFormJS

MIT License

Stars
19

fhir-questionnaire-render-react using FHIRFormJS

About

This is an example React app that demonstrates the use of FHIRFormJS to render a FHIR Questionnaire as a form. A JSON editor is added for real-time editing of the Questionnaire.The Submission is a FHIR QuestionnaireResponse to any FHIR compliant server. You may spin up a FHIR server using this repo.

Contributor(s)

Demo

This project was bootstrapped with Create React App.

Use

npm install
npm start
  • See src/App.js for FHIRFormJS usage example.