UKCore-Device-BloodSpotContainer-Example

An example to illustrate a simple device instance, with type being a snomed ct code for a Capillary blood collection tube.

Table View

Device.id[0]UKCore-Device-BloodSpotContainer-Example
Device.text[0].status[0]additional
Device.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a simple device instance, with type being a snomed ct code for a Capillary blood collection tube.</div>
Device.identifier[0].system[0]https://www.leedsth.nhs.uk/identifier/devices
Device.identifier[0].value[0]SAMP_AP_23198
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]467989009
Device.type[0].coding[0].display[0]Capillary blood collection tube, no-additive
Device.owner[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example

Tree View

Device

XML View

<Device xmlns="http://hl7.org/fhir">
<id value="UKCore-Device-BloodSpotContainer-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="SAMP_AP_23198" />
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</assigner>
</identifier>
<status value="active" />
<system value="http://snomed.info/sct" />
<code value="467989009" />
<display value="Capillary blood collection tube, no-additive" />
</coding>
</type>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</owner>
</Device>

JSON View

{
"resourceType": "Device",
"id": "UKCore-Device-BloodSpotContainer-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://www.leedsth.nhs.uk/identifier/devices",
"value": "SAMP_AP_23198",
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "467989009",
"display": "Capillary blood collection tube, no-additive"
}
]
},
"owner": {
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}

Feedback

Click here to: