google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
486 stars 287 forks source link

Add NSW Health Neonate Health Record Questionnaire to the gallery app #177

Closed fredhersch closed 3 years ago

fredhersch commented 3 years ago

https://www.hl7.org/fhir/questionnaire-example-bluebook.json.html

Notes:

jingtang10 commented 3 years ago

The questionnaire has been added to the application in the PR linked above (#171).

But trying to render it will crash the app because of the lack of support for CHOICE type questions.

jingtang10 commented 3 years ago

enable when is going to be handled in #165 drop down with value set is handled in #153

closing this issue.