Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed old application code, updated test README #16

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated formatting
  • Loading branch information
AD1306 committed Aug 16, 2021
commit 83fcaeb55e8e58c7ca03eb5cbcf697b72873da49
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -46,10 +46,10 @@ This project is a skeleton project for querying data from the [Smile CDR Test Se
- Do you smoke? **Radio Button (True, False)**
- Do you drink alchohol? **Radio Button (True, False)**

* [ ] **Bonus** If dynamic form is generated using the [`questionnaire.json` file](assets/questionnaire.json) in the `assets` folder. The form should have validation applied to each input.

* [ ] Display the results of the form based on submit at the bottom of the page.

* [ ] **Bonus** Using the results from the form, generate a [`QuestionnaireResponse`](https://www.hl7.org/fhir/questionnaireresponse.html). The `QuestionnaireResponse` should follow the structure outlined in the [Resource Content Section](https://www.hl7.org/fhir/questionnaireresponse.html#resource)

* [ ] Commit your work.

* [ ] **Bonus :-** If dynamic form is generated using the [`questionnaire.json` file](assets/questionnaire.json) in the `assets` folder. The form should have validation applied to each input.

* [ ] **Bonus :-** Using the results from the form, generate a [`QuestionnaireResponse`](https://www.hl7.org/fhir/questionnaireresponse.html). The `QuestionnaireResponse` should follow the structure outlined in the [Resource Content Section](https://www.hl7.org/fhir/questionnaireresponse.html#resource)