UKCore-Device-BloodSpotContainer-Example

Table View

Device.id[0]UKCore-Device-BloodSpotContainer-Example
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" />
    <identifier>
        <system value="https://www.leedsth.nhs.uk/identifier/devices" />
        <value value="SAMP_AP_23198" />
        <assigner>
            <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
        </assigner>
    </identifier>
    <status value="active" />
    <type>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="467989009" />
            <display value="Capillary blood collection tube, no-additive" />
        </coding>
    </type>
    <owner>
        <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
    </owner>
</Device>

JSON View

{
    "resourceType": "Device",
    "id": "UKCore-Device-BloodSpotContainer-Example",
    "identifier":  [
        {
            "system": "https://www.leedsth.nhs.uk/identifier/devices",
            "value": "SAMP_AP_23198",
            "assigner": {
                "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"
    }
}