Example to illustrate the use of a colostomy bag as a device in the provision of healthcare.

Table View

Device.id[0]UKCore-Device-ColostomyBag-Example
Device.text[0].status[0]additional
Device.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of a colostomy bag as a device in the provision of healthcare</div>
Device.identifier[0].system[0]https://www.leedsth.nhs.uk/identifier/devices
Device.identifier[0].value[0]DEV1999990567
Device.identifier[0].assigner[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
Device.status[0]active
Device.type[0].coding[0].system[0]http://snomed.info/sct
Device.type[0].coding[0].code[0]7081011000001108
Device.type[0].coding[0].display[0]Ostopore KAV colostomy bag made to order 744045 45mm Opaque (DBT Medical Ltd) 30 device
Device.owner[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
Device.location[0].reference[0]Location/UKCore-Location-CardiologySJUH-Example
Device.note[0].time[0]2021-01-10T16:10:00+00:00
Device.note[0].text[0]Pack of 50 currently stored in SJUH Cardiology.

XML View

<Device xmlns="http://hl7.org/fhir">
<id value="UKCore-Device-ColostomyBag-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://www.leedsth.nhs.uk/identifier/devices" />
<value value="DEV1999990567" />
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</assigner>
</identifier>
<status value="active" />
<system value="http://snomed.info/sct" />
<code value="7081011000001108" />
<display value="Ostopore KAV colostomy bag made to order 744045 45mm Opaque (DBT Medical Ltd) 30 device" />
</coding>
</type>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</owner>
<reference value="Location/UKCore-Location-CardiologySJUH-Example" />
</location>
<time value="2021-01-10T16:10:00+00:00" />
<text value="Pack of 50 currently stored in SJUH Cardiology." />
</note>
</Device>

JSON View

{
"resourceType": "Device",
"id": "UKCore-Device-ColostomyBag-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://www.leedsth.nhs.uk/identifier/devices",
"value": "DEV1999990567",
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "7081011000001108",
"display": "Ostopore KAV colostomy bag made to order 744045 45mm Opaque (DBT Medical Ltd) 30 device"
}
]
},
"owner": {
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
},
"reference": "Location/UKCore-Location-CardiologySJUH-Example"
},
"note": [
{
"time": "2021-01-10T16:10:00+00:00",
"text": "Pack of 50 currently stored in SJUH Cardiology."
}
]
}