Getting started with HL7 FHIR
Understanding HL7 FHIR
As a contributor the the eHealth ecosystem, you will need to familiarise yourself with the basics of the HL7 FHIR standard. Numerous introductions are available on the internet, but using the links below, you can find documentation that is relevant to the eHealth Infrastructure.
FHIR for Architects
FHIR for Developers
General introduction
Primitive data types that add a primitive value property of the specified type
Complex data types that add their children (all of which are also elements)
BackboneElement, A specialisation that adds modifierExtension, which is the super-type of all the element types defined in resource definitions (e.g. contact)
Terminology
FHIR Terminology binding strength - required vs cardinality
Introduction Videos
Overview of eHealth FHIR API
The eHealth Infrastructure administrative and clinical resources are modelled as FHIR Resources with a RESTful API. A general introduction to the services can be found here:
Supported search operations
Supported search operations are dependent on the FHIR resource and the security model implemented. A general introduction on how to search for resources can be found here:
Search operations
Related pages