smart-on-fhir / SoF-Demo

Simple SMART on FHIR / Argonaut iOS sample app that fetches a couple of resources
36 stars 17 forks source link

Dynamically retrieve available FHIR resources using the conformance statement #12

Open kolkheang opened 5 years ago

kolkheang commented 5 years ago

It would be great if the application automatically calls the selected FHIR server to get the conformance statement to figure out what FHIR resources are available. At the moment, there are some fixed resources that the app expects. This introduces issue for FHIR servers that currently do not support these resources.