How To Construct The ADS FHIR Bundle

The Ambulance Data Set ADS FHIR Bundle is constructed as follows:

The Design Overview includes a diagrammatical representation of the references and relationships between resources in the ADS FHIR Bundle design.

Additional note

There are different ways to reference resources in FHIR, and some of the Ambulance Data Set examples in this guide might use the format below in single resource examples e.g. for an Encounter or Communication resource:

   <subject>
        <reference value="Patient/b6256eda-a021-11ea-bb37-0242ac130002" />
    </subject>

This referencing format has been used as the example resource is being presented on its own and not within a Bundle.

If however the example resource was included in an ADS FHIR Bundle, along with the Patient resource for the subject, that reference would be presented as:

   <subject>
        <reference value="urn:uuid:b6256eda-a021-11ea-bb37-0242ac130002" />
    </subject>