Skip to content

Commit

Permalink
Add OpenHIE HIV case report example to the sdc gallery app
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Jan 24, 2021
1 parent f203dc7 commit 55d2b99
Show file tree
Hide file tree
Showing 2 changed files with 777 additions and 1 deletion.
770 changes: 770 additions & 0 deletions datacapturegallery/src/main/assets/openhie-hiv-case-report.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ class MainActivity : AppCompatActivity() {
"HL7 example \"bb\"",
"hl7-questionnaire-example-bluebook.json"
),
// Example authored by fredhersch@google.com.
QuestionnaireListItem(
"Patient registration",
"Example authored by Fred Hersch",
"patient-registration.json"
"patient-registration.json"),
// Example taken from https://openhie.github.io/hiv-ig/Questionnaire-hiv-case-report-questionnaire.json.html
QuestionnaireListItem(
" HIV Case Report",
"OpenHIE HIV Case Reporting and Monitoring IG",
"openhie-hiv-case-report.json"
)
)
)
Expand Down

0 comments on commit 55d2b99

Please sign in to comment.