Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 904 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 904 Bytes

Structor - FHIR form builder

Structor form builder is an open source tool for building FHIR Questionnaire forms. A live demo could be found at formdesigner.helsenorgelab.no/.

FHIR Questionnaires

The FHIR specification defines Questionnaires:

A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.

Quickstart

Either open the demo at formdesigner.helsenorgelab.no/ or clone this repo, install Typescript, run npm install and run npm start.

Netlify functions

Run npm install -g netlify-cli before running npm run functions :)

Docker

See Dockerfile for info.