android-fhir
android-fhir copied to clipboard
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.
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2372 **Description** PR adds `QuestionnaireItemComponent` and `QuestionnaireResponseItemComponent` for form launch and submission timestamps...
Copy of #1861 Author: @stevenckngaa Reason for copying: commit history messed up whilst trying to update old PR **IMPORTANT: All PRs must be linked to an issue (except for extremely...
**Is your feature request related to a problem? Please describe.** Currently Media component is supported only as part of the Question Header below the subtitle. But in real time there...
**Problem** Current help button is located after instructions field, which looks awkward if there's no instructions text **Describe the solution you'd like** EmCare implementation moved the help button to be...
**Describe the bug** OR parameter in fhirEngineSearch does not work as expected // pregnancies is a list of Condition resource `val patients = pregnancies.map { fhirEngine.load(Patient::class.java, it.subject.reference.split("/")[1]) } // works...
**Describe the bug** When using structure-definition-based-extraction with ProfileLoader, the extension URL in the resource should be same as it's profile URL, rather than the definition URL mentioned in the Questionnaire....
**Is your feature request related to a problem? Please describe.** User should be able to create a resource on the Fhir Server using Http-POST. This ticket should handle only the...
**Is your feature request related to a problem? Please describe.** Sometimes there is a display item that is enabled at the bottom of the page that a user needs to...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2399 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...
if we go w/that, is there a setting to disable the "submit anyway" button? there are projects that would not want to have that option available _Originally posted by @pld...