Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/questionnaire-builder
Questionnaire Builder App - Uses HL7 FHIR Questionnaire and QuestionnaireResponse resources.
https://github.com/clinical-meteor/questionnaire-builder
Last synced: about 2 months ago
JSON representation
Questionnaire Builder App - Uses HL7 FHIR Questionnaire and QuestionnaireResponse resources.
- Host: GitHub
- URL: https://github.com/clinical-meteor/questionnaire-builder
- Owner: clinical-meteor
- Created: 2016-03-15T23:42:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T21:21:45.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T21:06:28.161Z (3 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## questionnaire-builder
Questionnaire Builder for ClinicalMeteor, using HL7 FHIR Questionnaire and QuestionnaireReponse resources.
================================
#### Installation````js
git clone http://github.com/clinical-meteor/questionnaire-builder
````================================
#### Testing````bash
# install starrynight
sudo npm install -g starrynight# run the validation tests
starrynight fetch
starrynight autoconfig
starrynight run-tests --type validation# run the verification tests
starrynight run-tests --type package-verification
````===============================
#### Licensing![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)