opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://smartregister.org
Apache License 2.0
54 stars 41 forks source link

[COVAX demo app] Add patient search #119

Closed ekigamba closed 3 years ago

ekigamba commented 3 years ago
pld commented 3 years ago

Is this (or the logic for it) something that we can store in a syncable configuration file?

ekigamba commented 3 years ago

Is this (or the logic for it) something that we can store in a syncable configuration file?

No. The generic and ideal implementation is blocked by work on the Google FHIR SDK on issues https://github.com/google/android-fhir/issues/431, https://github.com/google/android-fhir/issues/376 and https://github.com/google/android-fhir/issues/292

pld commented 3 years ago

Is this (or the logic for it) something that we can store in a syncable configuration file?

No. The generic and ideal implementation is blocked by work on the Google FHIR SDK on issues google/android-fhir#431, google/android-fhir#376 and google/android-fhir#292

ok understood