An example to illustrate recording a specific blood pressure device

Table View

Device.id[0]UKCore-Device-Sphygmomanometer-Example
Device.text[0].status[0]additional
Device.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate recording a specific blood pressure device</div>
Device.identifier[0].system[0]https://www.leedsth.nhs.uk/identifier/devices
Device.identifier[0].value[0]DEV1999998132
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]466086009
Device.type[0].coding[0].display[0]Automatic-inflation electronic sphygmomanometer, portable, arm/wrist
Device.owner[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
Device.location[0].reference[0]Location/UKCore-Location-CardiologySJUH-Example

Tree View

Device

XML View

<Device xmlns="http://hl7.org/fhir">
    <id value="UKCore-Device-Sphygmomanometer-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://www.leedsth.nhs.uk/identifier/devices" />
        <value value="DEV1999998132" />
        <assigner>
            <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
        </assigner>
    </identifier>
    <status value="active" />
    <type>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="466086009" />
            <display value="Automatic-inflation electronic sphygmomanometer, portable, arm/wrist" />
        </coding>
    </type>
    <owner>
        <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
    </owner>
    <location>
        <reference value="Location/UKCore-Location-CardiologySJUH-Example" />
    </location>
</Device>

JSON View

{
    "resourceType": "Device",
    "id": "UKCore-Device-Sphygmomanometer-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://www.leedsth.nhs.uk/identifier/devices",
            "value": "DEV1999998132",
            "assigner": {
                "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
            }
        }
    ],
    "status": "active",
    "type": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "466086009",
                "display": "Automatic-inflation electronic sphygmomanometer, portable, arm/wrist"
            }
        ]
    },
    "owner": {
        "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    },
    "location": {
        "reference": "Location/UKCore-Location-CardiologySJUH-Example"
    }
}