EU Health Data API
0.1.0 - ci-build
150
EU Health Data API, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/euridice-org/eu-health-data-api/ and changes regularly. See the Directory of published versions
Resource exchange between a Resource Producer and a Resource Access Provider is more complex than document publishing.
Resources are not self-contained like documents. They are atomic pieces of data with cross-references to other resources. A naive POST of a resource to a FHIR server is not sufficient—additional steps are required (for example, resolving the Medication being prescribed before submitting a MedicationRequest).
Semantics also vary by resource type and workflow. Exchange patterns are often different per resource. For examples of this complexity, see IHE MPD for a prescription workflow.
For this version of the implementation guide, instead of supporting a generic resource PUSH, we take as a precondition that a system acting as a Resource Access Provider already has access to resources. It may have gained access to these resources by:
This allows us to focus on specifying resource query interactions, which can be more easily generalized across resource types.
We acknowledge that the community would benefit from resource-based exchange methods other than queries. The following patterns could address these needs in future versions:
Other ideas for potential approaches are welcome.