Examples


Profile Examples


An example to illustrate an allergy to Amoxicillin

Table View

AllergyIntolerance.id[0]UKCore-AllergyIntolerance-Amoxicillin-Example
AllergyIntolerance.text[0].status[0]additional
AllergyIntolerance.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an allergy to Amoxicillin</div>
AllergyIntolerance.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
AllergyIntolerance.clinicalStatus[0].coding[0].code[0]active
AllergyIntolerance.clinicalStatus[0].coding[0].display[0]Active
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]confirmed
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Confirmed
AllergyIntolerance.code[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.code[0].coding[0].code[0]372687004
AllergyIntolerance.code[0].coding[0].display[0]Amoxicillin
AllergyIntolerance.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
AllergyIntolerance.encounter[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example
AllergyIntolerance.recordedDate[0]2019-12-10T13:00:00+00:00
AllergyIntolerance.recorder[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
AllergyIntolerance.asserter[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
AllergyIntolerance.reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].manifestation[0].coding[0].code[0]247472004
AllergyIntolerance.reaction[0].manifestation[0].coding[0].display[0]Urticarial rash
AllergyIntolerance.reaction[0].severity[0]mild

Tree View

AllergyIntolerance

XML View

<AllergyIntolerance xmlns="http://hl7.org/fhir">
    <id value="UKCore-AllergyIntolerance-Amoxicillin-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
            <code value="active" />
            <display value="Active" />
        </coding>
    </clinicalStatus>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
            <code value="confirmed" />
            <display value="Confirmed" />
        </coding>
    </verificationStatus>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="372687004" />
            <display value="Amoxicillin" />
        </coding>
    </code>
    <patient>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </patient>
    <encounter>
        <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
    </encounter>
    <recordedDate value="2019-12-10T13:00:00+00:00" />
    <recorder>
        <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
    </recorder>
    <asserter>
        <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
    </asserter>
    <reaction>
        <manifestation>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="247472004" />
                <display value="Urticarial rash" />
            </coding>
        </manifestation>
        <severity value="mild" />
    </reaction>
</AllergyIntolerance>

JSON View

{
    "resourceType": "AllergyIntolerance",
    "id": "UKCore-AllergyIntolerance-Amoxicillin-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "clinicalStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                "code": "active",
                "display": "Active"
            }
        ]
    },
    "verificationStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                "code": "confirmed",
                "display": "Confirmed"
            }
        ]
    },
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "372687004",
                "display": "Amoxicillin"
            }
        ]
    },
    "patient": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    },
    "encounter": {
        "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
    },
    "recordedDate": "2019-12-10T13:00:00+00:00",
    "recorder": {
        "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    },
    "asserter": {
        "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    },
    "reaction":  [
        {
            "manifestation":  [
                {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "247472004",
                            "display": "Urticarial rash"
                        }
                    ]
                }
            ],
            "severity": "mild"
        }
    ]
}

An example to illustrate an allergy that was entered in error

Table View

AllergyIntolerance.id[0]UKCore-AllergyIntolerance-EnteredInError-Example
AllergyIntolerance.text[0].status[0]additional
AllergyIntolerance.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an allergy that was entered in error</div>
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]entered-in-error
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Entered in Error
AllergyIntolerance.code[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.code[0].coding[0].code[0]372687004
AllergyIntolerance.code[0].coding[0].display[0]Amoxicillin
AllergyIntolerance.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
AllergyIntolerance.encounter[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example
AllergyIntolerance.recordedDate[0]2019-12-10T13:00:00+00:00
AllergyIntolerance.recorder[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
AllergyIntolerance.asserter[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example

Tree View

AllergyIntolerance

XML View

<AllergyIntolerance xmlns="http://hl7.org/fhir">
    <id value="UKCore-AllergyIntolerance-EnteredInError-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
            <code value="entered-in-error" />
            <display value="Entered in Error" />
        </coding>
    </verificationStatus>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="372687004" />
            <display value="Amoxicillin" />
        </coding>
    </code>
    <patient>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </patient>
    <encounter>
        <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
    </encounter>
    <recordedDate value="2019-12-10T13:00:00+00:00" />
    <recorder>
        <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
    </recorder>
    <asserter>
        <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
    </asserter>
</AllergyIntolerance>

JSON View

{
    "resourceType": "AllergyIntolerance",
    "id": "UKCore-AllergyIntolerance-EnteredInError-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "verificationStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                "code": "entered-in-error",
                "display": "Entered in Error"
            }
        ]
    },
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "372687004",
                "display": "Amoxicillin"
            }
        ]
    },
    "patient": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    },
    "encounter": {
        "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
    },
    "recordedDate": "2019-12-10T13:00:00+00:00",
    "recorder": {
        "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    },
    "asserter": {
        "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    }
}

An example to illustrate n orthopaedic surgery appointment

Table View

Appointment.id[0]UKCore-Appointment-OrthopaedicSurgery-Example
Appointment.text[0].status[0]additional
Appointment.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate n orthopaedic surgery appointment</div>
Appointment.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization
Appointment.extension[0].value[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example
Appointment.extension[0].value[0].type[0]Organization
Appointment.extension[1].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel
Appointment.extension[1].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel
Appointment.extension[1].value[0].coding[0].code[0]In-person
Appointment.extension[1].value[0].coding[0].display[0]In person
Appointment.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Appointment.identifier[0].value[0]e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923
Appointment.status[0]booked
Appointment.serviceCategory[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/service-category
Appointment.serviceCategory[0].coding[0].code[0]31
Appointment.serviceCategory[0].coding[0].display[0]Specialist Surgical
Appointment.serviceType[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/service-type
Appointment.serviceType[0].coding[0].code[0]218
Appointment.serviceType[0].coding[0].display[0]Orthopaedic Surgery
Appointment.specialty[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode
Appointment.specialty[0].coding[0].code[0]110
Appointment.specialty[0].coding[0].display[0]Trauma and Orthopaedics
Appointment.appointmentType[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0276
Appointment.appointmentType[0].coding[0].code[0]FOLLOWUP
Appointment.appointmentType[0].coding[0].display[0]A follow up visit from a previous appointment
Appointment.reasonReference[0].reference[0]Condition/UKCore-Condition-HipReplacement-Example
Appointment.reasonReference[0].display[0]Pain in both hips
Appointment.priority[0]1
Appointment.description[0]Appointment to investigate the pain in both hips
Appointment.start[0]2022-03-11T10:46:00+00:00
Appointment.end[0]2022-03-11T13:20:00+00:00
Appointment.created[0]2022-02-14
Appointment.comment[0]Further expand on the results of the X-ray and determine the next actions that may be appropriate.
Appointment.patientInstruction[0]Please do not eat anything for 1 hour prior to the appointment.
Appointment.basedOn[0].reference[0]ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example
Appointment.participant[0].actor[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Appointment.participant[0].actor[0].display[0]Richard Smith
Appointment.participant[0].required[0]required
Appointment.participant[0].status[0]accepted
Appointment.participant[1].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ParticipationType
Appointment.participant[1].type[0].coding[0].code[0]ATND
Appointment.participant[1].actor[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Appointment.participant[1].actor[0].display[0]Dr Sandra Gose
Appointment.participant[1].required[0]required
Appointment.participant[1].status[0]accepted
Appointment.participant[2].actor[0].reference[0]Location/UKCore-Location-HospitalSJUH-Example
Appointment.participant[2].actor[0].display[0]Orthopaedic Trauma Department, St James' University Hospital, Leeds
Appointment.participant[2].required[0]required
Appointment.participant[2].status[0]accepted

Tree View

Appointment

XML View

<Appointment xmlns="http://hl7.org/fhir">
    <id value="UKCore-Appointment-OrthopaedicSurgery-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <!-- This supports the recording of the organisation booking the appointment. -->
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization">
        <valueReference>
            <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
            <type value="Organization" />
        </valueReference>
    </extension>
    <!-- This describes the delivery channel of a scheduled appointment. -->
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" />
                <code value="In-person" />
                <display value="In person" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923" />
    </identifier>
    <status value="booked" />
    <serviceCategory>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/service-category" />
            <code value="31" />
            <display value="Specialist Surgical" />
        </coding>
    </serviceCategory>
    <serviceType>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/service-type" />
            <code value="218" />
            <display value="Orthopaedic Surgery" />
        </coding>
    </serviceType>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="110" />
            <display value="Trauma and Orthopaedics" />
        </coding>
    </specialty>
    <appointmentType>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0276" />
            <code value="FOLLOWUP" />
            <display value="A follow up visit from a previous appointment" />
        </coding>
    </appointmentType>
    <reasonReference>
        <reference value="Condition/UKCore-Condition-HipReplacement-Example" />
        <display value="Pain in both hips" />
    </reasonReference>
    <priority value="1" />
    <description value="Appointment to investigate the pain in both hips" />
    <start value="2022-03-11T10:46:00+00:00" />
    <end value="2022-03-11T13:20:00+00:00" />
    <created value="2022-02-14" />
    <comment value="Further expand on the results of the X-ray and determine the next actions that may be appropriate." />
    <patientInstruction value="Please do not eat anything for 1 hour prior to the appointment." />
    <basedOn>
        <reference value="ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example" />
    </basedOn>
    <participant>
        <actor>
            <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
            <display value="Richard Smith" />
        </actor>
        <required value="required" />
        <status value="accepted" />
    </participant>
    <participant>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
                <code value="ATND" />
            </coding>
        </type>
        <actor>
            <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
            <display value="Dr Sandra Gose" />
        </actor>
        <required value="required" />
        <status value="accepted" />
    </participant>
    <participant>
        <actor>
            <reference value="Location/UKCore-Location-HospitalSJUH-Example" />
            <display value="Orthopaedic Trauma Department, St James&#39; University Hospital, Leeds" />
        </actor>
        <required value="required" />
        <status value="accepted" />
    </participant>
</Appointment>

JSON View

{
    "resourceType": "Appointment",
    "id": "UKCore-Appointment-OrthopaedicSurgery-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization",
            "valueReference": {
                "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example",
                "type": "Organization"
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel",
                        "code": "In-person",
                        "display": "In person"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923"
        }
    ],
    "status": "booked",
    "serviceCategory":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/service-category",
                    "code": "31",
                    "display": "Specialist Surgical"
                }
            ]
        }
    ],
    "serviceType":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/service-type",
                    "code": "218",
                    "display": "Orthopaedic Surgery"
                }
            ]
        }
    ],
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
                    "code": "110",
                    "display": "Trauma and Orthopaedics"
                }
            ]
        }
    ],
    "appointmentType": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
                "code": "FOLLOWUP",
                "display": "A follow up visit from a previous appointment"
            }
        ]
    },
    "reasonReference":  [
        {
            "reference": "Condition/UKCore-Condition-HipReplacement-Example",
            "display": "Pain in both hips"
        }
    ],
    "priority": 1,
    "description": "Appointment to investigate the pain in both hips",
    "start": "2022-03-11T10:46:00+00:00",
    "end": "2022-03-11T13:20:00+00:00",
    "created": "2022-02-14",
    "comment": "Further expand on the results of the X-ray and determine the next actions that may be appropriate.",
    "patientInstruction": "Please do not eat anything for 1 hour prior to the appointment.",
    "basedOn":  [
        {
            "reference": "ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example"
        }
    ],
    "participant":  [
        {
            "actor": {
                "reference": "Patient/UKCore-Patient-RichardSmith-Example",
                "display": "Richard Smith"
            },
            "required": "required",
            "status": "accepted"
        },
        {
            "type":  [
                {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                            "code": "ATND"
                        }
                    ]
                }
            ],
            "actor": {
                "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example",
                "display": "Dr Sandra Gose"
            },
            "required": "required",
            "status": "accepted"
        },
        {
            "actor": {
                "reference": "Location/UKCore-Location-HospitalSJUH-Example",
                "display": "Orthopaedic Trauma Department, St James' University Hospital, Leeds"
            },
            "required": "required",
            "status": "accepted"
        }
    ]
}

An example to illustrate a bundled allergy list

Table View

Bundle.id[0]UKCore-Bundle-AllergyList-Example
Bundle.type[0]collection
Bundle.entry[0].fullUrl[0]urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb
Bundle.entry[0].resource[0].id[0]UKCore-Allergy-List-Example
Bundle.entry[0].resource[0].status[0]current
Bundle.entry[0].resource[0].mode[0]snapshot
Bundle.entry[0].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].code[0].coding[0].code[0]886921000000105
Bundle.entry[0].resource[0].code[0].coding[0].display[0]Allergies and adverse reactions
Bundle.entry[0].resource[0].subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Bundle.entry[0].resource[0].date[0]2019-12-10T13:00:00+00:00
Bundle.entry[0].resource[0].entry[0].item[0].reference[0]urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4
Bundle.entry[1].fullUrl[0]urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4
Bundle.entry[1].resource[0].id[0]efae5859-28df-4e7d-be91-6df56d8215e4
Bundle.entry[1].resource[0].clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
Bundle.entry[1].resource[0].clinicalStatus[0].coding[0].code[0]active
Bundle.entry[1].resource[0].clinicalStatus[0].coding[0].display[0]Active
Bundle.entry[1].resource[0].verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
Bundle.entry[1].resource[0].verificationStatus[0].coding[0].code[0]confirmed
Bundle.entry[1].resource[0].verificationStatus[0].coding[0].display[0]Confirmed
Bundle.entry[1].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].code[0].coding[0].code[0]372687004
Bundle.entry[1].resource[0].code[0].coding[0].display[0]Amoxicillin
Bundle.entry[1].resource[0].patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Bundle.entry[1].resource[0].encounter[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example
Bundle.entry[1].resource[0].recordedDate[0]2019-12-10T13:00:00+00:00
Bundle.entry[1].resource[0].recorder[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Bundle.entry[1].resource[0].asserter[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Bundle.entry[1].resource[0].reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].reaction[0].manifestation[0].coding[0].code[0]247472004
Bundle.entry[1].resource[0].reaction[0].manifestation[0].coding[0].display[0]Urticarial rash
Bundle.entry[1].resource[0].reaction[0].severity[0]mild

Tree View

Bundle

XML View

<Bundle xmlns="http://hl7.org/fhir">
    <id value="UKCore-Bundle-AllergyList-Example" />
    <type value="collection" />
    <entry>
        <fullUrl value="urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb" />
        <resource>
            <List>
                <id value="UKCore-Allergy-List-Example" />
                <status value="current" />
                <mode value="snapshot" />
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="886921000000105" />
                        <display value="Allergies and adverse reactions" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
                </subject>
                <date value="2019-12-10T13:00:00+00:00" />
                <entry>
                    <item>
                        <reference value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" />
                    </item>
                </entry>
            </List>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" />
        <resource>
            <AllergyIntolerance>
                <id value="efae5859-28df-4e7d-be91-6df56d8215e4" />
                <clinicalStatus>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
                        <code value="active" />
                        <display value="Active" />
                    </coding>
                </clinicalStatus>
                <verificationStatus>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
                        <code value="confirmed" />
                        <display value="Confirmed" />
                    </coding>
                </verificationStatus>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="372687004" />
                        <display value="Amoxicillin" />
                    </coding>
                </code>
                <patient>
                    <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
                </patient>
                <encounter>
                    <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
                </encounter>
                <recordedDate value="2019-12-10T13:00:00+00:00" />
                <recorder>
                    <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
                </recorder>
                <asserter>
                    <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
                </asserter>
                <reaction>
                    <manifestation>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="247472004" />
                            <display value="Urticarial rash" />
                        </coding>
                    </manifestation>
                    <severity value="mild" />
                </reaction>
            </AllergyIntolerance>
        </resource>
    </entry>
</Bundle>

JSON View

{
    "resourceType": "Bundle",
    "id": "UKCore-Bundle-AllergyList-Example",
    "type": "collection",
    "entry":  [
        {
            "fullUrl": "urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb",
            "resource": {
                "resourceType": "List",
                "id": "UKCore-Allergy-List-Example",
                "status": "current",
                "mode": "snapshot",
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "886921000000105",
                            "display": "Allergies and adverse reactions"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
                },
                "date": "2019-12-10T13:00:00+00:00",
                "entry":  [
                    {
                        "item": {
                            "reference": "urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4"
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4",
            "resource": {
                "resourceType": "AllergyIntolerance",
                "id": "efae5859-28df-4e7d-be91-6df56d8215e4",
                "clinicalStatus": {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                            "code": "active",
                            "display": "Active"
                        }
                    ]
                },
                "verificationStatus": {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                            "code": "confirmed",
                            "display": "Confirmed"
                        }
                    ]
                },
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "372687004",
                            "display": "Amoxicillin"
                        }
                    ]
                },
                "patient": {
                    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
                },
                "encounter": {
                    "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
                },
                "recordedDate": "2019-12-10T13:00:00+00:00",
                "recorder": {
                    "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
                },
                "asserter": {
                    "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
                },
                "reaction":  [
                    {
                        "manifestation":  [
                            {
                                "coding":  [
                                    {
                                        "system": "http://snomed.info/sct",
                                        "code": "247472004",
                                        "display": "Urticarial rash"
                                    }
                                ]
                            }
                        ],
                        "severity": "mild"
                    }
                ]
            }
        }
    ]
}

An example to illustrate a bundle of NEWS2 observations and a Total Score observation

Table View

Bundle.id[0]UKCore-Bundle-NEWS2Observations-Example
Bundle.type[0]collection
Bundle.entry[0].fullUrl[0]Observation/21344a45-2660-45d1-9fb3-49e54d14b662
Bundle.entry[0].resource[0].id[0]21344a45-2660-45d1-9fb3-49e54d14b662
Bundle.entry[0].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[0].resource[0].identifier[0].value[0]7188c7ad-7802-4d43-9775-4d9d684600d5
Bundle.entry[0].resource[0].status[0]final
Bundle.entry[0].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[0].resource[0].category[0].coding[0].code[0]survey
Bundle.entry[0].resource[0].category[0].coding[0].display[0]Survey
Bundle.entry[0].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].code[0].coding[0].code[0]1104051000000101
Bundle.entry[0].resource[0].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) total score
Bundle.entry[0].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[0].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[0].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[0].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[0].resource[0].value[0].value[0]6
Bundle.entry[0].resource[0].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].derivedFrom[0].reference[0]Observation/fc6c6fa5-d8e8-4634-a19a-985325077cb2
Bundle.entry[0].resource[0].derivedFrom[1].reference[0]Observation/638c6821-eb51-4f1b-b8c0-5269d1df9b7c
Bundle.entry[0].resource[0].derivedFrom[2].reference[0]Observation/5a1625e8-938e-4c19-9d3e-a235bfb4b37d
Bundle.entry[0].resource[0].derivedFrom[3].reference[0]Observation/c756fd32-f04e-45a9-b02f-2461ed53c736
Bundle.entry[0].resource[0].derivedFrom[4].reference[0]Observation/1a1273f4-dd78-4bb4-bb98-ed6456caa2a2
Bundle.entry[0].resource[0].derivedFrom[5].reference[0]Observation/f0d26102-3a50-4993-9203-6089b625fc2f
Bundle.entry[0].resource[0].derivedFrom[6].reference[0]Observation/dbf6ec86-ebd7-4490-8586-596328519ed2
Bundle.entry[0].resource[0].component[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[0].code[0].coding[0].code[0]1104301000000104
Bundle.entry[0].resource[0].component[0].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - respiration rate score
Bundle.entry[0].resource[0].component[0].value[0].value[0]2
Bundle.entry[0].resource[0].component[0].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[0].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].component[1].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[1].code[0].coding[0].code[0]1104351000000103
Bundle.entry[0].resource[0].component[1].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - pulse score
Bundle.entry[0].resource[0].component[1].value[0].value[0]1
Bundle.entry[0].resource[0].component[1].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[1].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[1].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].component[2].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[2].code[0].coding[0].code[0]1104311000000102
Bundle.entry[0].resource[0].component[2].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - oxygen saturation scale 1 score
Bundle.entry[0].resource[0].component[2].value[0].value[0]2
Bundle.entry[0].resource[0].component[2].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[2].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[2].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].component[3].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[3].code[0].coding[0].code[0]1104331000000105
Bundle.entry[0].resource[0].component[3].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - air or oxygen score
Bundle.entry[0].resource[0].component[3].value[0].value[0]0
Bundle.entry[0].resource[0].component[3].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[3].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[3].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].component[4].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[4].code[0].coding[0].code[0]1104371000000107
Bundle.entry[0].resource[0].component[4].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - temperature score
Bundle.entry[0].resource[0].component[4].value[0].value[0]1
Bundle.entry[0].resource[0].component[4].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[4].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[4].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].component[5].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[5].code[0].coding[0].code[0]1104341000000101
Bundle.entry[0].resource[0].component[5].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - systolic blood pressure score
Bundle.entry[0].resource[0].component[5].value[0].value[0]0
Bundle.entry[0].resource[0].component[5].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[5].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[5].value[0].code[0]{ScoreOf}
Bundle.entry[0].resource[0].component[6].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[0].resource[0].component[6].code[0].coding[0].code[0]1104361000000100
Bundle.entry[0].resource[0].component[6].code[0].coding[0].display[0]Royal College of Physicians NEWS2 (National Early Warning Score 2) - consciousness score
Bundle.entry[0].resource[0].component[6].value[0].value[0]0
Bundle.entry[0].resource[0].component[6].value[0].unit[0]ScoreOf
Bundle.entry[0].resource[0].component[6].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[0].resource[0].component[6].value[0].code[0]{ScoreOf}
Bundle.entry[1].fullUrl[0]Observation/dbf6ec86-ebd7-4490-8586-596328519ed2
Bundle.entry[1].resource[0].id[0]dbf6ec86-ebd7-4490-8586-596328519ed2
Bundle.entry[1].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[1].resource[0].identifier[0].value[0]2936d52c-5ae3-434b-8978-bfa7563ed31a
Bundle.entry[1].resource[0].status[0]final
Bundle.entry[1].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[1].resource[0].category[0].coding[0].code[0]vital-signs
Bundle.entry[1].resource[0].category[0].coding[0].display[0]Vital Signs
Bundle.entry[1].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[1].resource[0].code[0].coding[0].code[0]86290005
Bundle.entry[1].resource[0].code[0].coding[0].display[0]Respiratory rate
Bundle.entry[1].resource[0].code[0].coding[1].system[0]http://loinc.org
Bundle.entry[1].resource[0].code[0].coding[1].code[0]9279-1
Bundle.entry[1].resource[0].code[0].coding[1].display[0]Respiratory Rate
Bundle.entry[1].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[1].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[1].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[1].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[1].resource[0].value[0].value[0]21
Bundle.entry[1].resource[0].value[0].unit[0]Breaths / minute
Bundle.entry[1].resource[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[1].resource[0].value[0].code[0]{Breaths}/min
Bundle.entry[2].fullUrl[0]Observation/f0d26102-3a50-4993-9203-6089b625fc2f
Bundle.entry[2].resource[0].id[0]f0d26102-3a50-4993-9203-6089b625fc2f
Bundle.entry[2].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[2].resource[0].identifier[0].value[0]99a2f708-66aa-4e7f-a09c-5742600f376d
Bundle.entry[2].resource[0].status[0]final
Bundle.entry[2].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[2].resource[0].category[0].coding[0].code[0]vital-signs
Bundle.entry[2].resource[0].category[0].coding[0].display[0]Vital Signs
Bundle.entry[2].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[2].resource[0].code[0].coding[0].code[0]364075005
Bundle.entry[2].resource[0].code[0].coding[0].display[0]Heart rate
Bundle.entry[2].resource[0].code[0].coding[1].system[0]http://snomed.info/sct
Bundle.entry[2].resource[0].code[0].coding[1].code[0]78564009
Bundle.entry[2].resource[0].code[0].coding[1].display[0]Pulse rate
Bundle.entry[2].resource[0].code[0].coding[1].userSelected[0]True
Bundle.entry[2].resource[0].code[0].coding[2].system[0]http://loinc.org
Bundle.entry[2].resource[0].code[0].coding[2].code[0]8867-4
Bundle.entry[2].resource[0].code[0].coding[2].display[0]Heart rate
Bundle.entry[2].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[2].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[2].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[2].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[2].resource[0].value[0].value[0]95
Bundle.entry[2].resource[0].value[0].unit[0]heart beats per minute
Bundle.entry[2].resource[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[2].resource[0].value[0].code[0]{beats}/min
Bundle.entry[3].fullUrl[0]Observation/1a1273f4-dd78-4bb4-bb98-ed6456caa2a2
Bundle.entry[3].resource[0].id[0]1a1273f4-dd78-4bb4-bb98-ed6456caa2a2
Bundle.entry[3].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[3].resource[0].identifier[0].value[0]de2273eb-ecb0-4205-862e-6a43b8f71ec1
Bundle.entry[3].resource[0].status[0]final
Bundle.entry[3].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[3].resource[0].category[0].coding[0].code[0]vital-signs
Bundle.entry[3].resource[0].category[0].coding[0].display[0]Vital Signs
Bundle.entry[3].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[3].resource[0].code[0].coding[0].code[0]103228002
Bundle.entry[3].resource[0].code[0].coding[0].display[0]Hemoglobin saturation with oxygen
Bundle.entry[3].resource[0].code[0].coding[1].system[0]http://loinc.org
Bundle.entry[3].resource[0].code[0].coding[1].code[0]2708-6
Bundle.entry[3].resource[0].code[0].coding[1].display[0]Oxygen saturation in Arterial blood
Bundle.entry[3].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[3].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[3].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[3].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[3].resource[0].value[0].value[0]93
Bundle.entry[3].resource[0].value[0].unit[0]percent
Bundle.entry[3].resource[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[3].resource[0].value[0].code[0]%
Bundle.entry[4].fullUrl[0]Observation/c756fd32-f04e-45a9-b02f-2461ed53c736
Bundle.entry[4].resource[0].id[0]c756fd32-f04e-45a9-b02f-2461ed53c736
Bundle.entry[4].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[4].resource[0].identifier[0].value[0]ce084616-c540-4032-aeb3-ef35347600c5
Bundle.entry[4].resource[0].status[0]final
Bundle.entry[4].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[4].resource[0].code[0].coding[0].code[0]722742002
Bundle.entry[4].resource[0].code[0].coding[0].display[0]Breathing room air
Bundle.entry[4].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[4].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[4].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[4].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[5].fullUrl[0]Observation/5a1625e8-938e-4c19-9d3e-a235bfb4b37d
Bundle.entry[5].resource[0].id[0]5a1625e8-938e-4c19-9d3e-a235bfb4b37d
Bundle.entry[5].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[5].resource[0].identifier[0].value[0]cff7c586-5a41-403b-a276-fc2cce24bf3b
Bundle.entry[5].resource[0].status[0]final
Bundle.entry[5].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[5].resource[0].category[0].coding[0].code[0]vital-signs
Bundle.entry[5].resource[0].category[0].coding[0].display[0]Vital Signs
Bundle.entry[5].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[5].resource[0].code[0].coding[0].code[0]276885007
Bundle.entry[5].resource[0].code[0].coding[0].display[0]Core body temperature
Bundle.entry[5].resource[0].code[0].coding[1].system[0]http://loinc.org
Bundle.entry[5].resource[0].code[0].coding[1].code[0]8310-5
Bundle.entry[5].resource[0].code[0].coding[1].display[0]Body temperature
Bundle.entry[5].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[5].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[5].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[5].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[5].resource[0].value[0].value[0]37.5
Bundle.entry[5].resource[0].value[0].unit[0]degree Celsius
Bundle.entry[5].resource[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[5].resource[0].value[0].code[0]Cel
Bundle.entry[6].fullUrl[0]Observation/638c6821-eb51-4f1b-b8c0-5269d1df9b7c
Bundle.entry[6].resource[0].id[0]638c6821-eb51-4f1b-b8c0-5269d1df9b7c
Bundle.entry[6].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[6].resource[0].identifier[0].value[0]8b77f37d-eb6b-427c-9cd5-b1a2166b8fdb
Bundle.entry[6].resource[0].status[0]final
Bundle.entry[6].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[6].resource[0].category[0].coding[0].code[0]vital-signs
Bundle.entry[6].resource[0].category[0].coding[0].display[0]Vital Signs
Bundle.entry[6].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[6].resource[0].code[0].coding[0].code[0]75367002
Bundle.entry[6].resource[0].code[0].coding[0].display[0]Blood pressure
Bundle.entry[6].resource[0].code[0].coding[1].system[0]http://loinc.org
Bundle.entry[6].resource[0].code[0].coding[1].code[0]85354-9
Bundle.entry[6].resource[0].code[0].coding[1].display[0]Blood pressure panel with all children optional
Bundle.entry[6].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[6].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[6].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[6].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[6].resource[0].bodySite[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[6].resource[0].bodySite[0].coding[0].code[0]368209003
Bundle.entry[6].resource[0].bodySite[0].coding[0].display[0]Right upper arm structure
Bundle.entry[6].resource[0].component[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[6].resource[0].component[0].code[0].coding[0].code[0]72313002
Bundle.entry[6].resource[0].component[0].code[0].coding[0].display[0]Systolic arterial pressure
Bundle.entry[6].resource[0].component[0].code[0].coding[1].system[0]http://loinc.org
Bundle.entry[6].resource[0].component[0].code[0].coding[1].code[0]8480-6
Bundle.entry[6].resource[0].component[0].code[0].coding[1].display[0]Systolic blood pressure
Bundle.entry[6].resource[0].component[0].value[0].value[0]120
Bundle.entry[6].resource[0].component[0].value[0].unit[0]millimeter of mercury
Bundle.entry[6].resource[0].component[0].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[6].resource[0].component[0].value[0].code[0]mm[Hg]
Bundle.entry[6].resource[0].component[1].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[6].resource[0].component[1].code[0].coding[0].code[0]1091811000000102
Bundle.entry[6].resource[0].component[1].code[0].coding[0].display[0]Diastolic arterial pressure
Bundle.entry[6].resource[0].component[1].code[0].coding[1].system[0]http://loinc.org
Bundle.entry[6].resource[0].component[1].code[0].coding[1].code[0]8462-4
Bundle.entry[6].resource[0].component[1].code[0].coding[1].display[0]Diastolic blood pressure
Bundle.entry[6].resource[0].component[1].value[0].value[0]60
Bundle.entry[6].resource[0].component[1].value[0].unit[0]millimeter of mercury
Bundle.entry[6].resource[0].component[1].value[0].system[0]http://unitsofmeasure.org
Bundle.entry[6].resource[0].component[1].value[0].code[0]mm[Hg]
Bundle.entry[7].fullUrl[0]Observation/fc6c6fa5-d8e8-4634-a19a-985325077cb2
Bundle.entry[7].resource[0].id[0]fc6c6fa5-d8e8-4634-a19a-985325077cb2
Bundle.entry[7].resource[0].identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Bundle.entry[7].resource[0].identifier[0].value[0]2d16bf3f-4369-446c-8ceb-a0e103296208
Bundle.entry[7].resource[0].status[0]final
Bundle.entry[7].resource[0].category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Bundle.entry[7].resource[0].category[0].coding[0].code[0]survey
Bundle.entry[7].resource[0].category[0].coding[0].display[0]Survey
Bundle.entry[7].resource[0].code[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[7].resource[0].code[0].coding[0].code[0]1104441000000107
Bundle.entry[7].resource[0].code[0].coding[0].display[0]ACVPU (Alert Confusion Voice Pain Unresponsive) scale score
Bundle.entry[7].resource[0].subject[0].reference[0]Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881
Bundle.entry[7].resource[0].effective[0]2018-10-04T14:17:59+01:00
Bundle.entry[7].resource[0].performer[0].reference[0]Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6
Bundle.entry[7].resource[0].performer[1].reference[0]Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e
Bundle.entry[7].resource[0].value[0].coding[0].system[0]http://snomed.info/sct
Bundle.entry[7].resource[0].value[0].coding[0].code[0]248234008
Bundle.entry[7].resource[0].value[0].coding[0].display[0]Mentally alert

Tree View

Bundle

XML View

<Bundle xmlns="http://hl7.org/fhir">
    <id value="UKCore-Bundle-NEWS2Observations-Example" />
    <type value="collection" />
    <entry>
        <fullUrl value="Observation/21344a45-2660-45d1-9fb3-49e54d14b662" />
        <resource>
            <Observation>
                <id value="21344a45-2660-45d1-9fb3-49e54d14b662" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="7188c7ad-7802-4d43-9775-4d9d684600d5" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="1104051000000101" />
                        <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) total score" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <valueQuantity>
                    <value value="6" />
                    <unit value="ScoreOf" />
                    <system value="http://unitsofmeasure.org" />
                    <code value="{ScoreOf}" />
                </valueQuantity>
                <derivedFrom>
                    <reference value="Observation/fc6c6fa5-d8e8-4634-a19a-985325077cb2" />
                </derivedFrom>
                <derivedFrom>
                    <reference value="Observation/638c6821-eb51-4f1b-b8c0-5269d1df9b7c" />
                </derivedFrom>
                <derivedFrom>
                    <reference value="Observation/5a1625e8-938e-4c19-9d3e-a235bfb4b37d" />
                </derivedFrom>
                <derivedFrom>
                    <reference value="Observation/c756fd32-f04e-45a9-b02f-2461ed53c736" />
                </derivedFrom>
                <derivedFrom>
                    <reference value="Observation/1a1273f4-dd78-4bb4-bb98-ed6456caa2a2" />
                </derivedFrom>
                <derivedFrom>
                    <reference value="Observation/f0d26102-3a50-4993-9203-6089b625fc2f" />
                </derivedFrom>
                <derivedFrom>
                    <reference value="Observation/dbf6ec86-ebd7-4490-8586-596328519ed2" />
                </derivedFrom>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104301000000104" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - respiration rate score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="2" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104351000000103" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - pulse score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="1" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104311000000102" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - oxygen saturation scale 1 score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="2" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104331000000105" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - air or oxygen score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="0" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104371000000107" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - temperature score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="1" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104341000000101" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - systolic blood pressure score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="0" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1104361000000100" />
                            <display value="Royal College of Physicians NEWS2 (National Early Warning Score 2) - consciousness score" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="0" />
                        <unit value="ScoreOf" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{ScoreOf}" />
                    </valueQuantity>
                </component>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/dbf6ec86-ebd7-4490-8586-596328519ed2" />
        <resource>
            <Observation>
                <id value="dbf6ec86-ebd7-4490-8586-596328519ed2" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="2936d52c-5ae3-434b-8978-bfa7563ed31a" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="vital-signs" />
                        <display value="Vital Signs" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="86290005" />
                        <display value="Respiratory rate" />
                    </coding>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="9279-1" />
                        <display value="Respiratory Rate" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <valueQuantity>
                    <value value="21" />
                    <unit value="Breaths / minute" />
                    <system value="http://unitsofmeasure.org" />
                    <code value="{Breaths}/min" />
                </valueQuantity>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/f0d26102-3a50-4993-9203-6089b625fc2f" />
        <resource>
            <Observation>
                <id value="f0d26102-3a50-4993-9203-6089b625fc2f" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="99a2f708-66aa-4e7f-a09c-5742600f376d" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="vital-signs" />
                        <display value="Vital Signs" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="364075005" />
                        <display value="Heart rate" />
                    </coding>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="78564009" />
                        <display value="Pulse rate" />
                        <userSelected value="true" />
                    </coding>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="8867-4" />
                        <display value="Heart rate" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <valueQuantity>
                    <value value="95" />
                    <unit value="heart beats per minute" />
                    <system value="http://unitsofmeasure.org" />
                    <code value="{beats}/min" />
                </valueQuantity>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/1a1273f4-dd78-4bb4-bb98-ed6456caa2a2" />
        <resource>
            <Observation>
                <id value="1a1273f4-dd78-4bb4-bb98-ed6456caa2a2" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="de2273eb-ecb0-4205-862e-6a43b8f71ec1" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="vital-signs" />
                        <display value="Vital Signs" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="103228002" />
                        <display value="Hemoglobin saturation with oxygen" />
                    </coding>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="2708-6" />
                        <display value="Oxygen saturation in Arterial blood" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <valueQuantity>
                    <value value="93" />
                    <unit value="percent" />
                    <system value="http://unitsofmeasure.org" />
                    <code value="%" />
                </valueQuantity>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/c756fd32-f04e-45a9-b02f-2461ed53c736" />
        <resource>
            <Observation>
                <id value="c756fd32-f04e-45a9-b02f-2461ed53c736" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="ce084616-c540-4032-aeb3-ef35347600c5" />
                </identifier>
                <status value="final" />
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="722742002" />
                        <display value="Breathing room air" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/5a1625e8-938e-4c19-9d3e-a235bfb4b37d" />
        <resource>
            <Observation>
                <id value="5a1625e8-938e-4c19-9d3e-a235bfb4b37d" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="cff7c586-5a41-403b-a276-fc2cce24bf3b" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="vital-signs" />
                        <display value="Vital Signs" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="276885007" />
                        <display value="Core body temperature" />
                    </coding>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="8310-5" />
                        <display value="Body temperature" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <valueQuantity>
                    <value value="37.5" />
                    <unit value="degree Celsius" />
                    <system value="http://unitsofmeasure.org" />
                    <code value="Cel" />
                </valueQuantity>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/638c6821-eb51-4f1b-b8c0-5269d1df9b7c" />
        <resource>
            <Observation>
                <id value="638c6821-eb51-4f1b-b8c0-5269d1df9b7c" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="8b77f37d-eb6b-427c-9cd5-b1a2166b8fdb" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="vital-signs" />
                        <display value="Vital Signs" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="75367002" />
                        <display value="Blood pressure" />
                    </coding>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="85354-9" />
                        <display value="Blood pressure panel with all children optional" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <bodySite>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="368209003" />
                        <display value="Right upper arm structure" />
                    </coding>
                </bodySite>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="72313002" />
                            <display value="Systolic arterial pressure" />
                        </coding>
                        <coding>
                            <system value="http://loinc.org" />
                            <code value="8480-6" />
                            <display value="Systolic blood pressure" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="120" />
                        <unit value="millimeter of mercury" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="mm[Hg]" />
                    </valueQuantity>
                </component>
                <component>
                    <code>
                        <coding>
                            <system value="http://snomed.info/sct" />
                            <code value="1091811000000102" />
                            <display value="Diastolic arterial pressure" />
                        </coding>
                        <coding>
                            <system value="http://loinc.org" />
                            <code value="8462-4" />
                            <display value="Diastolic blood pressure" />
                        </coding>
                    </code>
                    <valueQuantity>
                        <value value="60" />
                        <unit value="millimeter of mercury" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="mm[Hg]" />
                    </valueQuantity>
                </component>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="Observation/fc6c6fa5-d8e8-4634-a19a-985325077cb2" />
        <resource>
            <Observation>
                <id value="fc6c6fa5-d8e8-4634-a19a-985325077cb2" />
                <identifier>
                    <system value="https://tools.ietf.org/html/rfc4122" />
                    <value value="2d16bf3f-4369-446c-8ceb-a0e103296208" />
                </identifier>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="1104441000000107" />
                        <display value="ACVPU (Alert Confusion Voice Pain Unresponsive) scale score" />
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881" />
                </subject>
                <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
                <performer>
                    <reference value="Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6" />
                </performer>
                <performer>
                    <reference value="Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e" />
                </performer>
                <valueCodeableConcept>
                    <coding>
                        <system value="http://snomed.info/sct" />
                        <code value="248234008" />
                        <display value="Mentally alert" />
                    </coding>
                </valueCodeableConcept>
            </Observation>
        </resource>
    </entry>
</Bundle>

JSON View

{
    "resourceType": "Bundle",
    "id": "UKCore-Bundle-NEWS2Observations-Example",
    "type": "collection",
    "entry":  [
        {
            "fullUrl": "Observation/21344a45-2660-45d1-9fb3-49e54d14b662",
            "resource": {
                "resourceType": "Observation",
                "id": "21344a45-2660-45d1-9fb3-49e54d14b662",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "7188c7ad-7802-4d43-9775-4d9d684600d5"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "survey",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "1104051000000101",
                            "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) total score"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "valueQuantity": {
                    "value": 6,
                    "unit": "ScoreOf",
                    "system": "http://unitsofmeasure.org",
                    "code": "{ScoreOf}"
                },
                "derivedFrom":  [
                    {
                        "reference": "Observation/fc6c6fa5-d8e8-4634-a19a-985325077cb2"
                    },
                    {
                        "reference": "Observation/638c6821-eb51-4f1b-b8c0-5269d1df9b7c"
                    },
                    {
                        "reference": "Observation/5a1625e8-938e-4c19-9d3e-a235bfb4b37d"
                    },
                    {
                        "reference": "Observation/c756fd32-f04e-45a9-b02f-2461ed53c736"
                    },
                    {
                        "reference": "Observation/1a1273f4-dd78-4bb4-bb98-ed6456caa2a2"
                    },
                    {
                        "reference": "Observation/f0d26102-3a50-4993-9203-6089b625fc2f"
                    },
                    {
                        "reference": "Observation/dbf6ec86-ebd7-4490-8586-596328519ed2"
                    }
                ],
                "component":  [
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104301000000104",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - respiration rate score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 2,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104351000000103",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - pulse score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 1,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104311000000102",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - oxygen saturation scale 1 score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 2,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104331000000105",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - air or oxygen score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 0,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104371000000107",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - temperature score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 1,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104341000000101",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - systolic blood pressure score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 0,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1104361000000100",
                                    "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) - consciousness score"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 0,
                            "unit": "ScoreOf",
                            "system": "http://unitsofmeasure.org",
                            "code": "{ScoreOf}"
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "Observation/dbf6ec86-ebd7-4490-8586-596328519ed2",
            "resource": {
                "resourceType": "Observation",
                "id": "dbf6ec86-ebd7-4490-8586-596328519ed2",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "2936d52c-5ae3-434b-8978-bfa7563ed31a"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "86290005",
                            "display": "Respiratory rate"
                        },
                        {
                            "system": "http://loinc.org",
                            "code": "9279-1",
                            "display": "Respiratory Rate"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "valueQuantity": {
                    "value": 21,
                    "unit": "Breaths / minute",
                    "system": "http://unitsofmeasure.org",
                    "code": "{Breaths}/min"
                }
            }
        },
        {
            "fullUrl": "Observation/f0d26102-3a50-4993-9203-6089b625fc2f",
            "resource": {
                "resourceType": "Observation",
                "id": "f0d26102-3a50-4993-9203-6089b625fc2f",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "99a2f708-66aa-4e7f-a09c-5742600f376d"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "364075005",
                            "display": "Heart rate"
                        },
                        {
                            "system": "http://snomed.info/sct",
                            "code": "78564009",
                            "display": "Pulse rate",
                            "userSelected": true
                        },
                        {
                            "system": "http://loinc.org",
                            "code": "8867-4",
                            "display": "Heart rate"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "valueQuantity": {
                    "value": 95,
                    "unit": "heart beats per minute",
                    "system": "http://unitsofmeasure.org",
                    "code": "{beats}/min"
                }
            }
        },
        {
            "fullUrl": "Observation/1a1273f4-dd78-4bb4-bb98-ed6456caa2a2",
            "resource": {
                "resourceType": "Observation",
                "id": "1a1273f4-dd78-4bb4-bb98-ed6456caa2a2",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "de2273eb-ecb0-4205-862e-6a43b8f71ec1"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "103228002",
                            "display": "Hemoglobin saturation with oxygen"
                        },
                        {
                            "system": "http://loinc.org",
                            "code": "2708-6",
                            "display": "Oxygen saturation in Arterial blood"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "valueQuantity": {
                    "value": 93,
                    "unit": "percent",
                    "system": "http://unitsofmeasure.org",
                    "code": "%"
                }
            }
        },
        {
            "fullUrl": "Observation/c756fd32-f04e-45a9-b02f-2461ed53c736",
            "resource": {
                "resourceType": "Observation",
                "id": "c756fd32-f04e-45a9-b02f-2461ed53c736",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "ce084616-c540-4032-aeb3-ef35347600c5"
                    }
                ],
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "722742002",
                            "display": "Breathing room air"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ]
            }
        },
        {
            "fullUrl": "Observation/5a1625e8-938e-4c19-9d3e-a235bfb4b37d",
            "resource": {
                "resourceType": "Observation",
                "id": "5a1625e8-938e-4c19-9d3e-a235bfb4b37d",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "cff7c586-5a41-403b-a276-fc2cce24bf3b"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "276885007",
                            "display": "Core body temperature"
                        },
                        {
                            "system": "http://loinc.org",
                            "code": "8310-5",
                            "display": "Body temperature"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "valueQuantity": {
                    "value": 37.5,
                    "unit": "degree Celsius",
                    "system": "http://unitsofmeasure.org",
                    "code": "Cel"
                }
            }
        },
        {
            "fullUrl": "Observation/638c6821-eb51-4f1b-b8c0-5269d1df9b7c",
            "resource": {
                "resourceType": "Observation",
                "id": "638c6821-eb51-4f1b-b8c0-5269d1df9b7c",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "8b77f37d-eb6b-427c-9cd5-b1a2166b8fdb"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "75367002",
                            "display": "Blood pressure"
                        },
                        {
                            "system": "http://loinc.org",
                            "code": "85354-9",
                            "display": "Blood pressure panel with all children optional"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "bodySite": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "368209003",
                            "display": "Right upper arm structure"
                        }
                    ]
                },
                "component":  [
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "72313002",
                                    "display": "Systolic arterial pressure"
                                },
                                {
                                    "system": "http://loinc.org",
                                    "code": "8480-6",
                                    "display": "Systolic blood pressure"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 120,
                            "unit": "millimeter of mercury",
                            "system": "http://unitsofmeasure.org",
                            "code": "mm[Hg]"
                        }
                    },
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "1091811000000102",
                                    "display": "Diastolic arterial pressure"
                                },
                                {
                                    "system": "http://loinc.org",
                                    "code": "8462-4",
                                    "display": "Diastolic blood pressure"
                                }
                            ]
                        },
                        "valueQuantity": {
                            "value": 60,
                            "unit": "millimeter of mercury",
                            "system": "http://unitsofmeasure.org",
                            "code": "mm[Hg]"
                        }
                    }
                ]
            }
        },
        {
            "fullUrl": "Observation/fc6c6fa5-d8e8-4634-a19a-985325077cb2",
            "resource": {
                "resourceType": "Observation",
                "id": "fc6c6fa5-d8e8-4634-a19a-985325077cb2",
                "identifier":  [
                    {
                        "system": "https://tools.ietf.org/html/rfc4122",
                        "value": "2d16bf3f-4369-446c-8ceb-a0e103296208"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "code": "survey",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "1104441000000107",
                            "display": "ACVPU (Alert Confusion Voice Pain Unresponsive) scale score"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/ad2c58ab-ffab-4366-9c76-b0322e22e881"
                },
                "effectiveDateTime": "2018-10-04T14:17:59+01:00",
                "performer":  [
                    {
                        "reference": "Practitioner/7096e518-2638-4c00-ab0e-504c20cd50b6"
                    },
                    {
                        "reference": "Organization/25d5ad55-5657-4cbe-9b8b-2e993f19286e"
                    }
                ],
                "valueCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "248234008",
                            "display": "Mentally alert"
                        }
                    ]
                }
            }
        }
    ]
}

An example to illustrate a composition containing a discharge summary

Table View

Composition.id[0]UKCore-Composition-Discharge-Example
Composition.text[0].status[0]additional
Composition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a composition containing a discharge summary</div>
Composition.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType
Composition.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Composition.extension[0].value[0].coding[0].code[0]310000008
Composition.extension[0].value[0].coding[0].display[0]Accident and Emergency service
Composition.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Composition.identifier[0].value[0]2d361270-039f-4a48-827b-ef255ff8b6c4
Composition.status[0]final
Composition.type[0].coding[0].system[0]http://snomed.info/sct
Composition.type[0].coding[0].code[0]373942005
Composition.type[0].coding[0].display[0]Discharge summary
Composition.subject[0].reference[0]urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5
Composition.encounter[0].reference[0]urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9
Composition.date[0]2021-02-12T19:00:00+00:00
Composition.author[0].reference[0]urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb
Composition.title[0]Accident & Emergency Discharge summary
Composition.custodian[0].reference[0]urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc
Composition.section[0].title[0]Allergies and adverse reaction
Composition.section[0].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[0].code[0].coding[0].code[0]allergies-and-adverse-reaction
Composition.section[0].code[0].coding[0].display[0]Allergies and adverse reaction
Composition.section[0].text[0].status[0]additional
Composition.section[0].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Causative agent</th><td>Penicillin -class of antibiotic</td></tr><tr><th>Description of reaction</th><td>Eruption due to drug</td></tr><tr><th>Severity</th><td>Mild</td></tr><tr><th>Certainty</th><td>Certain</td></tr><tr><th>Comment</th><td>No swelling</td></tr></tbody></table></div>
Composition.section[0].entry[0].reference[0]urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b
Composition.section[1].title[0]Attendance details
Composition.section[1].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[1].code[0].coding[0].code[0]attendance-details
Composition.section[1].code[0].coding[0].display[0]Attendance details
Composition.section[1].text[0].status[0]additional
Composition.section[1].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Date and time of contact</th><td>12-Feb-2015 07:00</td></tr></tbody></table></div>
Composition.section[2].title[0]Clinical narrative
Composition.section[2].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[2].code[0].coding[0].code[0]clinical-narrative
Composition.section[2].code[0].coding[0].display[0]Clinical narrative
Composition.section[2].text[0].status[0]additional
Composition.section[2].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Clinical narrative</th></tr><tr><td><p>60 year old man complaining of chest pain lasting around 2 hours.</p><p>Examination unremarkable.</p><p>Inferior ischaemic changes on ECG.</p></td></tr></tbody></table><table><tbody><tr><td><pre>Full Blood Count TestValueUnitsReference Range White Cell Count11.1x10*9/L3.5 - 10.0 Red Cell Count5.0x10*12/L4.25 - 5.75 Haemoglobin150g/L13.0 - 17.0 Haematocrit0.230L/L0.400 - 0.500 Mean Cell Volume90fL84 - 98 Mean Cell Hb33.0pg27.5 - 32.0 Mean Cell Hb Con34.0pg31.0 - 35.0 RDW12.0%&lt; 14.5 Platelet Count300x10*9/L150 - 400 Machine Differential TestValueUnitsReference Range Neutrophils7.0x10*9/L1.7 - 7.5 Lymphocytes3.5x10*9/L1.0 - 3.5 Monocytes0.3x10*9/L&lt; 0.6 Eosinophils0.4x10*9/L&lt; 0.4 Basophils0.1x10*9/L&lt; 0.1 LUCs0.2x10*9/L&lt; 0.4</pre></td></tr></tbody></table></div>
Composition.section[3].title[0]Contact for further information
Composition.section[3].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[3].code[0].coding[0].code[0]contact-for-further-information
Composition.section[3].code[0].coding[0].display[0]Contact for further information
Composition.section[3].text[0].status[0]additional
Composition.section[3].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Contact for further information</th><td>Dr Paul Rastall Tel: 0113 6323200</td></tr></tbody></table></div>
Composition.section[4].title[0]Diagnoses
Composition.section[4].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[4].code[0].coding[0].code[0]diagnoses
Composition.section[4].code[0].coding[0].display[0]Diagnoses
Composition.section[4].text[0].status[0]generated
Composition.section[4].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Diagnosis name</th><td>Acute ST segment elevation myocardial infarction</td></tr></tbody></table></div>
Composition.section[4].entry[0].reference[0]urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f
Composition.section[5].title[0]Discharge details
Composition.section[5].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[5].code[0].coding[0].code[0]discharge-details
Composition.section[5].code[0].coding[0].display[0]Discharge details
Composition.section[5].text[0].status[0]extensions
Composition.section[5].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Discharge status</th><td>Streamed from emergency department to urgent care service following initial assessment</td></tr><tr><th>Date/time of discharge</th><td>12-Feb-2015 08:00</td></tr><tr><th>Discharge destination</th><td>NHS other Hospital Provider - Ward for general Patients or the younger physically disabled</td></tr></tbody></table></div>
Composition.section[5].entry[0].reference[0]urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9
Composition.section[6].title[0]GP practice
Composition.section[6].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[6].code[0].coding[0].code[0]general-practitioner-practice
Composition.section[6].code[0].coding[0].display[0]General practitioner practice
Composition.section[6].text[0].status[0]additional
Composition.section[6].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>GP name</th><td><p>Prefix: Dr</p><p>Given Name: John</p><p>Family Name: Lorenzo</p></td></tr><tr><th>GP practice details</th><td><p>Name: MGP Medical Centre</p><p>Address:</p><p>Address Line: 1 MGP House, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 7PA</p></td></tr></tbody></table></div>
Composition.section[6].entry[0].reference[0]urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1
Composition.section[7].title[0]Information and advice given
Composition.section[7].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[7].code[0].coding[0].code[0]information-and-advice-given
Composition.section[7].code[0].coding[0].display[0]Information and advice given
Composition.section[7].text[0].status[0]additional
Composition.section[7].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Information and advice given</th><td>Patient advised to be admitted to ward for further tests after ECG results showed inferior ischaemic changes.</td></tr></tbody></table></div>
Composition.section[8].title[0]Medications and medical devices
Composition.section[8].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[8].code[0].coding[0].code[0]medications-and-medical-devices
Composition.section[8].code[0].coding[0].display[0]Medications and medical devices
Composition.section[8].text[0].status[0]additional
Composition.section[8].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Medication name</th><td>Ramipril 2.5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>One 2.5mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Aspirin 75mg tablets (Sigma Pharmaceuticals Plc)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 75mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Simvastatin 40mg tablets (Brown &amp; Burk UK Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 40mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Bisoprolol 5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 5mg tablet daily.</td></tr><tr><th>Comment/recommendation</th><td>Recommend Uptitrate according to BP and HR</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table></div>
Composition.section[8].entry[0].reference[0]urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca
Composition.section[9].title[0]Patient demographics
Composition.section[9].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[9].code[0].coding[0].code[0]patient-demographics
Composition.section[9].code[0].coding[0].display[0]Patient demographics
Composition.section[9].text[0].status[0]generated
Composition.section[9].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Patient name</th><td><p>Prefix: Mr</p><p>Given Name: Richard</p><p>Family Name: Smith</p></td></tr><tr><th>Date of birth</th><td>1 January 1957</td></tr><tr><th>Gender</th><td>Male</td></tr><tr><th>NHS number</th><td>1352465790</td></tr><tr><th>Patient address</th><td><p>Address Line: 21, Grove Street, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 1PF</p></td></tr></tbody></table></div>
Composition.section[9].entry[0].reference[0]urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5
Composition.section[10].title[0]Person completing record
Composition.section[10].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[10].code[0].coding[0].code[0]person-completing-record
Composition.section[10].code[0].coding[0].display[0]Person completing record
Composition.section[10].text[0].status[0]generated
Composition.section[10].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Dr</p><p>Given Name: Paul</p><p>Family Name: Rastall</p></td></tr></tbody></table></div>
Composition.section[10].entry[0].reference[0]urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb
Composition.section[11].title[0]Plan and requested actions
Composition.section[11].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[11].code[0].coding[0].code[0]plan-and-requested-actions
Composition.section[11].code[0].coding[0].display[0]Plan and requested actions
Composition.section[11].text[0].status[0]additional
Composition.section[11].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Action</th><td><p>Patient has agreed to be admitted to Cramer ward for further tests to investigate causes of his chest pain on 12 February 2015.</p><p>Person responsible: Dr. Paul Rastall (Accident and Emergency Consultant, St. James's University Hospital Accident and Emergency Department)</p><p>Status: Completed</p><p>Outcome: Patient expects to find out the more information about the reasons for his chest pain when tests are carried out after admission.</p></td></tr></tbody></table></div>
Composition.section[12].title[0]Presenting complaints or issues
Composition.section[12].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[12].code[0].coding[0].code[0]presenting-complaints-or-issues
Composition.section[12].code[0].coding[0].display[0]Presenting complaints or issues
Composition.section[12].text[0].status[0]generated
Composition.section[12].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Presenting complaints or issue</th><td>Chest pain</td></tr></tbody></table></div>
Composition.section[12].entry[0].reference[0]urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f
Composition.section[13].title[0]Procedures
Composition.section[13].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[13].code[0].coding[0].code[0]procedures
Composition.section[13].code[0].coding[0].display[0]Procedures
Composition.section[13].text[0].status[0]additional
Composition.section[13].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table><tbody><tr><th>Procedure name</th><td>Electrocardiographic monitoring</td></tr><tr><th>Comment</th><td>ECGs showed inferior ischaemic changes.</td></tr></tbody></table></div>
Composition.section[13].entry[0].reference[0]urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1
Composition.section[14].title[0]Referrer details
Composition.section[14].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[14].code[0].coding[0].code[0]referrer-details
Composition.section[14].code[0].coding[0].display[0]Referrer details
Composition.section[14].text[0].status[0]additional
Composition.section[14].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Referrer details</th><td>Self-referral to accident and emergency department</td></tr></tbody></table></div>
Composition.section[15].title[0]Senior reviewing clinician
Composition.section[15].code[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings
Composition.section[15].code[0].coding[0].code[0]senior-reviewing-clinician
Composition.section[15].code[0].coding[0].display[0]Senior reviewing clinician
Composition.section[15].text[0].status[0]generated
Composition.section[15].text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Mr</p><p>Family Name: Abacus</p></td></tr></tbody></table></div>
Composition.section[15].entry[0].reference[0]urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9

Tree View

Composition

XML View

<Composition xmlns="http://hl7.org/fhir">
    <id value="UKCore-Composition-Discharge-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <!--   Extension to carry details of the Correspondence Care Setting Type.   -->
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType">
        <valueCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="310000008" />
                <display value="Accident and Emergency service" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="2d361270-039f-4a48-827b-ef255ff8b6c4" />
    </identifier>
    <!--  The workflow/clinical status of this composition. 
The status is a marker for the clinical standing of the document.  -->
    <status value="final" />
    <type>
        <!--  Discharge Summary document type  -->
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="373942005" />
            <display value="Discharge summary" />
        </coding>
    </type>
    <!--  Reference to the patient subject of the Composition  -->
    <subject>
        <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5" />
    </subject>
    <!--  Reference to the clinical encounter or type of care this documentation is associated with.  -->
    <encounter>
        <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9" />
    </encounter>
    <!--  The composition editing time, when the composition was last logically changed by the author.  -->
    <date value="2021-02-12T19:00:00+00:00" />
    <!--  Identifies who is responsible for the information in the composition, 
not necessarily who typed it in  -->
    <author>
        <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb" />
    </author>
    <title value="Accident &amp; Emergency Discharge summary" />
    <!--  Identifies the organisation responsible for ongoing maintenance of and 
access to the composition/document information.  -->
    <custodian>
        <reference value="urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc" />
    </custodian>
    <!--  Allergies and adverse reactions  -->
    <section>
        <title value="Allergies and adverse reaction" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="allergies-and-adverse-reaction" />
                <display value="Allergies and adverse reaction" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Causative agent</th><td>Penicillin -class of antibiotic</td></tr><tr><th>Description of reaction</th><td>Eruption due to drug</td></tr><tr><th>Severity</th><td>Mild</td></tr><tr><th>Certainty</th><td>Certain</td></tr><tr><th>Comment</th><td>No swelling</td></tr></tbody></table></div>
        </text>
        <!--  Reference to Allergies List as the source of information for this section  -->
        <entry>
            <reference value="urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b" />
        </entry>
    </section>
    <!--  Attendance details  -->
    <section>
        <title value="Attendance details" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="attendance-details" />
                <display value="Attendance details" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Date and time of contact</th><td>12-Feb-2015 07:00</td></tr></tbody></table></div>
        </text>
    </section>
    <!--  Clinical narrative  -->
    <section>
        <title value="Clinical narrative" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="clinical-narrative" />
                <display value="Clinical narrative" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Clinical narrative</th></tr><tr><td><p>60 year old man complaining of chest pain lasting around 2 hours.</p><p>Examination unremarkable.</p><p>Inferior ischaemic changes on ECG.</p></td></tr></tbody></table><table><tbody><tr><td><pre>Full Blood Count TestValueUnitsReference Range White Cell Count11.1x10*9/L3.5 - 10.0 Red Cell Count5.0x10*12/L4.25 - 5.75 Haemoglobin150g/L13.0 - 17.0 Haematocrit0.230L/L0.400 - 0.500 Mean Cell Volume90fL84 - 98 Mean Cell Hb33.0pg27.5 - 32.0 Mean Cell Hb Con34.0pg31.0 - 35.0 RDW12.0%&lt; 14.5 Platelet Count300x10*9/L150 - 400 Machine Differential TestValueUnitsReference Range Neutrophils7.0x10*9/L1.7 - 7.5 Lymphocytes3.5x10*9/L1.0 - 3.5 Monocytes0.3x10*9/L&lt; 0.6 Eosinophils0.4x10*9/L&lt; 0.4 Basophils0.1x10*9/L&lt; 0.1 LUCs0.2x10*9/L&lt; 0.4</pre></td></tr></tbody></table></div>
        </text>
    </section>
    <!--  Contact for further information  -->
    <section>
        <title value="Contact for further information" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="contact-for-further-information" />
                <display value="Contact for further information" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Contact for further information</th><td>Dr Paul Rastall Tel: 0113 6323200</td></tr></tbody></table></div>
        </text>
    </section>
    <!--  Diagnoses  -->
    <section>
        <title value="Diagnoses" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="diagnoses" />
                <display value="Diagnoses" />
            </coding>
        </code>
        <text>
            <status value="generated" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Diagnosis name</th><td>Acute ST segment elevation myocardial infarction</td></tr></tbody></table></div>
        </text>
        <!--  Reference to information in the Condition list resource  -->
        <entry>
            <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f" />
        </entry>
    </section>
    <!--  Discharge details  -->
    <section>
        <title value="Discharge details" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="discharge-details" />
                <display value="Discharge details" />
            </coding>
        </code>
        <text>
            <status value="extensions" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Discharge status</th><td>Streamed from emergency department to urgent care service following initial assessment</td></tr><tr><th>Date/time of discharge</th><td>12-Feb-2015 08:00</td></tr><tr><th>Discharge destination</th><td>NHS other Hospital Provider - Ward for general Patients or the younger physically disabled</td></tr></tbody></table></div>
        </text>
        <!--  Reference to the Encounter entry as the source of information for this section  -->
        <entry>
            <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9" />
        </entry>
    </section>
    <!--   GP Practice  -->
    <section>
        <title value="GP practice" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="general-practitioner-practice" />
                <display value="General practitioner practice" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>GP name</th><td><p>Prefix: Dr</p><p>Given Name: John</p><p>Family Name: Lorenzo</p></td></tr><tr><th>GP practice details</th><td><p>Name: MGP Medical Centre</p><p>Address:</p><p>Address Line: 1 MGP House, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 7PA</p></td></tr></tbody></table></div>
        </text>
        <!--  Reference to the Organisation entry as the source of information for this section  -->
        <entry>
            <reference value="urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1" />
        </entry>
    </section>
    <!--   Information and advice given  -->
    <section>
        <title value="Information and advice given" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="information-and-advice-given" />
                <display value="Information and advice given" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Information and advice given</th><td>Patient advised to be admitted to ward for further tests after ECG results showed inferior ischaemic changes.</td></tr></tbody></table></div>
        </text>
    </section>
    <!--  Medications and medical devices  -->
    <section>
        <title value="Medications and medical devices" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="medications-and-medical-devices" />
                <display value="Medications and medical devices" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Medication name</th><td>Ramipril 2.5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>One 2.5mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Aspirin 75mg tablets (Sigma Pharmaceuticals Plc)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 75mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Simvastatin 40mg tablets (Brown &amp; Burk UK Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 40mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Bisoprolol 5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 5mg tablet daily.</td></tr><tr><th>Comment/recommendation</th><td>Recommend Uptitrate according to BP and HR</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table></div>
        </text>
        <!--  Reference to medication list  -->
        <entry>
            <reference value="urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca" />
        </entry>
    </section>
    <!--   Patient demographics  -->
    <section>
        <title value="Patient demographics" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="patient-demographics" />
                <display value="Patient demographics" />
            </coding>
        </code>
        <text>
            <status value="generated" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Patient name</th><td><p>Prefix: Mr</p><p>Given Name: Richard</p><p>Family Name: Smith</p></td></tr><tr><th>Date of birth</th><td>1 January 1957</td></tr><tr><th>Gender</th><td>Male</td></tr><tr><th>NHS number</th><td>1352465790</td></tr><tr><th>Patient address</th><td><p>Address Line: 21, Grove Street, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 1PF</p></td></tr></tbody></table></div>
        </text>
        <!--  reference to further information carried in the patient resource  -->
        <entry>
            <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5" />
        </entry>
    </section>
    <!--  Person completing record  -->
    <section>
        <title value="Person completing record" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="person-completing-record" />
                <display value="Person completing record" />
            </coding>
        </code>
        <text>
            <status value="generated" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Dr</p><p>Given Name: Paul</p><p>Family Name: Rastall</p></td></tr></tbody></table></div>
        </text>
        <!--  Reference to the practitioner entry as the source of information for this section  -->
        <entry>
            <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb" />
        </entry>
    </section>
    <!--  Plan and requested actions  -->
    <section>
        <title value="Plan and requested actions" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="plan-and-requested-actions" />
                <display value="Plan and requested actions" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Action</th><td><p>Patient has agreed to be admitted to Cramer ward for further tests to investigate causes of his chest pain on 12 February 2015.</p><p>Person responsible: Dr. Paul Rastall (Accident and Emergency Consultant, St. James's University Hospital Accident and Emergency Department)</p><p>Status: Completed</p><p>Outcome: Patient expects to find out the more information about the reasons for his chest pain when tests are carried out after admission.</p></td></tr></tbody></table></div>
        </text>
    </section>
    <!--  Presenting complaints or issues  -->
    <section>
        <title value="Presenting complaints or issues" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="presenting-complaints-or-issues" />
                <display value="Presenting complaints or issues" />
            </coding>
        </code>
        <text>
            <status value="generated" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Presenting complaints or issue</th><td>Chest pain</td></tr></tbody></table></div>
        </text>
        <!--  Reference to information in the Condition list resource  -->
        <entry>
            <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f" />
        </entry>
    </section>
    <!--  Procedures  -->
    <section>
        <title value="Procedures" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="procedures" />
                <display value="Procedures" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table><tbody><tr><th>Procedure name</th><td>Electrocardiographic monitoring</td></tr><tr><th>Comment</th><td>ECGs showed inferior ischaemic changes.</td></tr></tbody></table></div>
        </text>
        <!--  reference to further information carried in the procedure list resource  -->
        <entry>
            <reference value="urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1" />
        </entry>
    </section>
    <!--  Referrer details  -->
    <section>
        <title value="Referrer details" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="referrer-details" />
                <display value="Referrer details" />
            </coding>
        </code>
        <text>
            <status value="additional" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Referrer details</th><td>Self-referral to accident and emergency department</td></tr></tbody></table></div>
        </text>
    </section>
    <!--  Senior reviewing clinician  -->
    <section>
        <title value="Senior reviewing clinician" />
        <code>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" />
                <code value="senior-reviewing-clinician" />
                <display value="Senior reviewing clinician" />
            </coding>
        </code>
        <text>
            <status value="generated" />
            <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Mr</p><p>Family Name: Abacus</p></td></tr></tbody></table></div>
        </text>
        <!--  reference to further information carried in the practitioner resource  -->
        <entry>
            <reference value="urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9" />
        </entry>
    </section>
</Composition>

JSON View

{
    "resourceType": "Composition",
    "id": "UKCore-Composition-Discharge-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "310000008",
                        "display": "Accident and Emergency service"
                    }
                ]
            }
        }
    ],
    "identifier": {
        "system": "https://tools.ietf.org/html/rfc4122",
        "value": "2d361270-039f-4a48-827b-ef255ff8b6c4"
    },
    "status": "final",
    "type": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "373942005",
                "display": "Discharge summary"
            }
        ]
    },
    "subject": {
        "reference": "urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5"
    },
    "encounter": {
        "reference": "urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9"
    },
    "date": "2021-02-12T19:00:00+00:00",
    "author":  [
        {
            "reference": "urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb"
        }
    ],
    "title": "Accident & Emergency Discharge summary",
    "custodian": {
        "reference": "urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc"
    },
    "section":  [
        {
            "title": "Allergies and adverse reaction",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "allergies-and-adverse-reaction",
                        "display": "Allergies and adverse reaction"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Causative agent</th><td>Penicillin -class of antibiotic</td></tr><tr><th>Description of reaction</th><td>Eruption due to drug</td></tr><tr><th>Severity</th><td>Mild</td></tr><tr><th>Certainty</th><td>Certain</td></tr><tr><th>Comment</th><td>No swelling</td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b"
                }
            ]
        },
        {
            "title": "Attendance details",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "attendance-details",
                        "display": "Attendance details"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Date and time of contact</th><td>12-Feb-2015 07:00</td></tr></tbody></table></div>"
            }
        },
        {
            "title": "Clinical narrative",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "clinical-narrative",
                        "display": "Clinical narrative"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Clinical narrative</th></tr><tr><td><p>60 year old man complaining of chest pain lasting around 2 hours.</p><p>Examination unremarkable.</p><p>Inferior ischaemic changes on ECG.</p></td></tr></tbody></table><table><tbody><tr><td><pre>Full Blood Count TestValueUnitsReference Range White Cell Count11.1x10*9/L3.5 - 10.0 Red Cell Count5.0x10*12/L4.25 - 5.75 Haemoglobin150g/L13.0 - 17.0 Haematocrit0.230L/L0.400 - 0.500 Mean Cell Volume90fL84 - 98 Mean Cell Hb33.0pg27.5 - 32.0 Mean Cell Hb Con34.0pg31.0 - 35.0 RDW12.0%&lt; 14.5 Platelet Count300x10*9/L150 - 400 Machine Differential TestValueUnitsReference Range Neutrophils7.0x10*9/L1.7 - 7.5 Lymphocytes3.5x10*9/L1.0 - 3.5 Monocytes0.3x10*9/L&lt; 0.6 Eosinophils0.4x10*9/L&lt; 0.4 Basophils0.1x10*9/L&lt; 0.1 LUCs0.2x10*9/L&lt; 0.4</pre></td></tr></tbody></table></div>"
            }
        },
        {
            "title": "Contact for further information",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "contact-for-further-information",
                        "display": "Contact for further information"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Contact for further information</th><td>Dr Paul Rastall Tel: 0113 6323200</td></tr></tbody></table></div>"
            }
        },
        {
            "title": "Diagnoses",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "diagnoses",
                        "display": "Diagnoses"
                    }
                ]
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Diagnosis name</th><td>Acute ST segment elevation myocardial infarction</td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f"
                }
            ]
        },
        {
            "title": "Discharge details",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "discharge-details",
                        "display": "Discharge details"
                    }
                ]
            },
            "text": {
                "status": "extensions",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Discharge status</th><td>Streamed from emergency department to urgent care service following initial assessment</td></tr><tr><th>Date/time of discharge</th><td>12-Feb-2015 08:00</td></tr><tr><th>Discharge destination</th><td>NHS other Hospital Provider - Ward for general Patients or the younger physically disabled</td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9"
                }
            ]
        },
        {
            "title": "GP practice",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "general-practitioner-practice",
                        "display": "General practitioner practice"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>GP name</th><td><p>Prefix: Dr</p><p>Given Name: John</p><p>Family Name: Lorenzo</p></td></tr><tr><th>GP practice details</th><td><p>Name: MGP Medical Centre</p><p>Address:</p><p>Address Line: 1 MGP House, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 7PA</p></td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1"
                }
            ]
        },
        {
            "title": "Information and advice given",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "information-and-advice-given",
                        "display": "Information and advice given"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Information and advice given</th><td>Patient advised to be admitted to ward for further tests after ECG results showed inferior ischaemic changes.</td></tr></tbody></table></div>"
            }
        },
        {
            "title": "Medications and medical devices",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "medications-and-medical-devices",
                        "display": "Medications and medical devices"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Medication name</th><td>Ramipril 2.5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>One 2.5mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width=\"100%\"><tbody><tr><th>Medication name</th><td>Aspirin 75mg tablets (Sigma Pharmaceuticals Plc)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 75mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width=\"100%\"><tbody><tr><th>Medication name</th><td>Simvastatin 40mg tablets (Brown &amp; Burk UK Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 40mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width=\"100%\"><tbody><tr><th>Medication name</th><td>Bisoprolol 5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 5mg tablet daily.</td></tr><tr><th>Comment/recommendation</th><td>Recommend Uptitrate according to BP and HR</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca"
                }
            ]
        },
        {
            "title": "Patient demographics",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "patient-demographics",
                        "display": "Patient demographics"
                    }
                ]
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Patient name</th><td><p>Prefix: Mr</p><p>Given Name: Richard</p><p>Family Name: Smith</p></td></tr><tr><th>Date of birth</th><td>1 January 1957</td></tr><tr><th>Gender</th><td>Male</td></tr><tr><th>NHS number</th><td>1352465790</td></tr><tr><th>Patient address</th><td><p>Address Line: 21, Grove Street, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 1PF</p></td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5"
                }
            ]
        },
        {
            "title": "Person completing record",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "person-completing-record",
                        "display": "Person completing record"
                    }
                ]
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Name</th><td><p>Prefix: Dr</p><p>Given Name: Paul</p><p>Family Name: Rastall</p></td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb"
                }
            ]
        },
        {
            "title": "Plan and requested actions",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "plan-and-requested-actions",
                        "display": "Plan and requested actions"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Action</th><td><p>Patient has agreed to be admitted to Cramer ward for further tests to investigate causes of his chest pain on 12 February 2015.</p><p>Person responsible: Dr. Paul Rastall (Accident and Emergency Consultant, St. James's University Hospital Accident and Emergency Department)</p><p>Status: Completed</p><p>Outcome: Patient expects to find out the more information about the reasons for his chest pain when tests are carried out after admission.</p></td></tr></tbody></table></div>"
            }
        },
        {
            "title": "Presenting complaints or issues",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "presenting-complaints-or-issues",
                        "display": "Presenting complaints or issues"
                    }
                ]
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Presenting complaints or issue</th><td>Chest pain</td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f"
                }
            ]
        },
        {
            "title": "Procedures",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "procedures",
                        "display": "Procedures"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><th>Procedure name</th><td>Electrocardiographic monitoring</td></tr><tr><th>Comment</th><td>ECGs showed inferior ischaemic changes.</td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1"
                }
            ]
        },
        {
            "title": "Referrer details",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "referrer-details",
                        "display": "Referrer details"
                    }
                ]
            },
            "text": {
                "status": "additional",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Referrer details</th><td>Self-referral to accident and emergency department</td></tr></tbody></table></div>"
            }
        },
        {
            "title": "Senior reviewing clinician",
            "code": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
                        "code": "senior-reviewing-clinician",
                        "display": "Senior reviewing clinician"
                    }
                ]
            },
            "text": {
                "status": "generated",
                "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><th>Name</th><td><p>Prefix: Mr</p><p>Family Name: Abacus</p></td></tr></tbody></table></div>"
            },
            "entry":  [
                {
                    "reference": "urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9"
                }
            ]
        }
    ]
}

An example to illustrate a patient bleeding from their ear

Table View

Condition.id[0]UKCore-Condition-BleedingFromEar-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a patient bleeding from their ear</div>
Condition.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/condition-clinical
Condition.clinicalStatus[0].coding[0].code[0]active
Condition.clinicalStatus[0].coding[0].display[0]Active
Condition.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/condition-ver-status
Condition.verificationStatus[0].coding[0].code[0]confirmed
Condition.verificationStatus[0].coding[0].display[0]Confirmed
Condition.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/condition-category
Condition.category[0].coding[0].code[0]encounter-diagnosis
Condition.category[0].coding[0].display[0]Encounter Diagnosis
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]26322001
Condition.code[0].coding[0].display[0]Bleeding from ear
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
    <id value="UKCore-Condition-BleedingFromEar-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" />
            <code value="active" />
            <display value="Active" />
        </coding>
    </clinicalStatus>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" />
            <code value="confirmed" />
            <display value="Confirmed" />
        </coding>
    </verificationStatus>
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-category" />
            <code value="encounter-diagnosis" />
            <display value="Encounter Diagnosis" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="26322001" />
            <display value="Bleeding from ear" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
</Condition>

JSON View

{
    "resourceType": "Condition",
    "id": "UKCore-Condition-BleedingFromEar-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "clinicalStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active",
                "display": "Active"
            }
        ]
    },
    "verificationStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
                "code": "confirmed",
                "display": "Confirmed"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                    "code": "encounter-diagnosis",
                    "display": "Encounter Diagnosis"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "26322001",
                "display": "Bleeding from ear"
            }
        ]
    },
    "subject": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    }
}

An example to illustrate a patient with an issue with their hip replacement

Table View

Condition.id[0]UKCore-Condition-HipReplacement-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a patient with an issue with their hip replacement</div>
Condition.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/condition-clinical
Condition.clinicalStatus[0].coding[0].code[0]active
Condition.clinicalStatus[0].coding[0].display[0]Active
Condition.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/condition-ver-status
Condition.verificationStatus[0].coding[0].code[0]confirmed
Condition.verificationStatus[0].coding[0].display[0]Confirmed
Condition.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/condition-category
Condition.category[0].coding[0].code[0]encounter-diagnosis
Condition.category[0].coding[0].display[0]Encounter Diagnosis
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]281445000
Condition.code[0].coding[0].display[0]Loosening of total hip replacement
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
    <id value="UKCore-Condition-HipReplacement-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" />
            <code value="active" />
            <display value="Active" />
        </coding>
    </clinicalStatus>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" />
            <code value="confirmed" />
            <display value="Confirmed" />
        </coding>
    </verificationStatus>
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-category" />
            <code value="encounter-diagnosis" />
            <display value="Encounter Diagnosis" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="281445000" />
            <display value="Loosening of total hip replacement" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
</Condition>

JSON View

{
    "resourceType": "Condition",
    "id": "UKCore-Condition-HipReplacement-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "clinicalStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active",
                "display": "Active"
            }
        ]
    },
    "verificationStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
                "code": "confirmed",
                "display": "Confirmed"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/condition-category",
                    "code": "encounter-diagnosis",
                    "display": "Encounter Diagnosis"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "281445000",
                "display": "Loosening of total hip replacement"
            }
        ]
    },
    "subject": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    }
}

An example to illustrate a diagnostic report for a CT scan

Table View

DiagnosticReport.id[0]UKCore-DiagnosticReport-CTChestScan-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a diagnostic report for a CT scan</div>
DiagnosticReport.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
DiagnosticReport.identifier[0].value[0]727071dc-eb36-4224-8ee8-cc0a02973601
DiagnosticReport.basedOn[0].reference[0]ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example
DiagnosticReport.basedOn[0].display[0]CT Chest Scan
DiagnosticReport.status[0]final
DiagnosticReport.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0074
DiagnosticReport.category[0].coding[0].code[0]RAD
DiagnosticReport.category[0].coding[0].display[0]Radiology
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]722124004
DiagnosticReport.code[0].coding[0].display[0]Radiology studies report
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.issued[0]2024-04-19T12:52:38+00:00
DiagnosticReport.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
DiagnosticReport.performer[0].display[0]LEEDS TEACHING HOSPITALS NHS TRUST
DiagnosticReport.resultsInterpreter[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example
DiagnosticReport.resultsInterpreter[0].display[0]WHITE ROSE MEDICAL CENTRE
DiagnosticReport.imagingStudy[0].reference[0]ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
    <id value="UKCore-DiagnosticReport-CTChestScan-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="727071dc-eb36-4224-8ee8-cc0a02973601" />
    </identifier>
    <basedOn>
        <reference value="ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example" />
        <display value="CT Chest Scan" />
    </basedOn>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
            <code value="RAD" />
            <display value="Radiology" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="722124004" />
            <display value="Radiology studies report" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
    <issued value="2024-04-19T12:52:38+00:00" />
    <performer>
        <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
        <display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
    </performer>
    <resultsInterpreter>
        <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
        <display value="WHITE ROSE MEDICAL CENTRE" />
    </resultsInterpreter>
    <imagingStudy>
        <reference value="ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example" />
    </imagingStudy>
</DiagnosticReport>

JSON View

{
    "resourceType": "DiagnosticReport",
    "id": "UKCore-DiagnosticReport-CTChestScan-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "727071dc-eb36-4224-8ee8-cc0a02973601"
        }
    ],
    "basedOn":  [
        {
            "reference": "ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example",
            "display": "CT Chest Scan"
        }
    ],
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
                    "code": "RAD",
                    "display": "Radiology"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "722124004",
                "display": "Radiology studies report"
            }
        ]
    },
    "subject": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    },
    "issued": "2024-04-19T12:52:38+00:00",
    "performer":  [
        {
            "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
            "display": "LEEDS TEACHING HOSPITALS NHS TRUST"
        }
    ],
    "resultsInterpreter":  [
        {
            "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example",
            "display": "WHITE ROSE MEDICAL CENTRE"
        }
    ],
    "imagingStudy":  [
        {
            "reference": "ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example"
        }
    ]
}

An example to illustrate a diagnostic report in PDF, for an ECG

Table View

DiagnosticReport.id[0]UKCore-DiagnosticReport-ECG-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a diagnostic report in PDF, for an ECG</div>
DiagnosticReport.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
DiagnosticReport.identifier[0].value[0]727071dc-eb01-4224-8ee8-cc0a02978792
DiagnosticReport.basedOn[0].reference[0]ServiceRequest/UKCore-ServiceRequest-ECG-Example
DiagnosticReport.basedOn[0].display[0]12 Lead ECG
DiagnosticReport.status[0]unknown
DiagnosticReport.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0074
DiagnosticReport.category[0].coding[0].code[0]EC
DiagnosticReport.category[0].coding[0].display[0]Electrocardiac (e.g., EKG, EEC, Holter)
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]1129261000000102
DiagnosticReport.code[0].coding[0].display[0]Cardiac electrophysiology report
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.issued[0]2024-02-23T10:11:11+00:00
DiagnosticReport.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
DiagnosticReport.performer[0].display[0]LEEDS TEACHING HOSPITALS NHS TRUST
DiagnosticReport.presentedForm[0].contentType[0]application/pdf
DiagnosticReport.presentedForm[0].language[0]en
DiagnosticReport.presentedForm[0].data[0]VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
    <id value="UKCore-DiagnosticReport-ECG-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="727071dc-eb01-4224-8ee8-cc0a02978792" />
    </identifier>
    <basedOn>
        <reference value="ServiceRequest/UKCore-ServiceRequest-ECG-Example" />
        <display value="12 Lead ECG" />
    </basedOn>
    <status value="unknown" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
            <code value="EC" />
            <display value="Electrocardiac (e.g., EKG, EEC, Holter)" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="1129261000000102" />
            <display value="Cardiac electrophysiology report" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
    <issued value="2024-02-23T10:11:11+00:00" />
    <performer>
        <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
        <display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
    </performer>
    <presentedForm>
        <contentType value="application/pdf" />
        <language value="en" />
        <data value="VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl" />
        <!-- UK Core development team have skipped the base64 string data value for better readability of the resource -->
    </presentedForm>
</DiagnosticReport>

JSON View

{
    "resourceType": "DiagnosticReport",