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
469 stars 249 forks source link

Test HAPI's profile validation on Android #383

Open jingtang10 opened 3 years ago

jingtang10 commented 3 years ago

This is really important high-priority research task we need to do. https://hapifhir.io/hapi-fhir/docs/validation/validation_support_modules.html

@fredhersch @pld

jingtang10 commented 3 years ago

this is a child issue (and first step) of #628

RubanChristian commented 3 months ago

@Read public Patient read(@IdParam IdType theId) { if (databaseIsDown) { OperationOutcome oo = new OperationOutcome(); oo.addIssue().setSeverity(IssueSeverityEnum.FATAL).set