XML View
<Bundle xmlns="http://hl7.org/fhir">
<id value="UKCore-Bundle-BundledAllergyList-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-BundledAllergyList-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"
}
]
}
}
]
}