Channel DeviceComponent Profile

Canonical URL

http://devices.fhir.org/StructureDefinition/ChannelDeviceComponent

Profile Definition

instance..1Extension(unsignedInt)
color..1Extension(code)
system1..Fixed Value
code1..
source1..Reference(PoC Device Profile)
parent1..Reference(VMD DeviceComponent Profile)

Example (XML view)

Example of a Heart Rate Channel DeviceComponent

<DeviceComponent xmlns="http://hl7.org/fhir">
    <id value="430" />
    <meta>
        <profile value="http://devices.fhir.org/StructureDefinition/ChannelDeviceComponent" />
    </meta>
    <identifier>
        <use value="temp" />
        <system value="urn:ietf:rfc:3986" />
        <value value="urn:uuid:06221cca-7037-4476-8ca5-77d4f3dccda1" />
    </identifier>
    <type>
        <coding>
            <system value="urn:iso:std:iso:11073:10101" />
            <code value="70739" />
            <display value="MDC_DEV_CARD_RATE_CHAN" />
        </coding>
    </type>
    <source>
        <reference value="Device/72" />
    </source>
    <parent>
        <reference value="DeviceComponent/428" />
    </parent>
    <operationalStatus>
        <coding>
            <system value="http://hl7.org/fhir/operational-status" />
            <code value="on" />
            <display value="On" />
        </coding>
    </operationalStatus>
    <measurementPrinciple value="electrical" />
</DeviceComponent>

Example (JSON view)

Example of a Heart Rate Channel DeviceComponent

{
    "resourceType": "DeviceComponent",
    "id": "430",
    "meta": {
        "profile":  [
            "http://devices.fhir.org/StructureDefinition/ChannelDeviceComponent"
        ]
    },
    "identifier": {
        "use": "temp",
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:06221cca-7037-4476-8ca5-77d4f3dccda1"
    },
    "type": {
        "coding":  [
            {
                "system": "urn:iso:std:iso:11073:10101",
                "code": "70739",
                "display": "MDC_DEV_CARD_RATE_CHAN"
            }
        ]
    },
    "source": {
        "reference": "Device/72"
    },
    "parent": {
        "reference": "DeviceComponent/428"
    },
    "operationalStatus":  [
        {
            "coding":  [
                {
                    "system": "http://hl7.org/fhir/operational-status",
                    "code": "on",
                    "display": "On"
                }
            ]
        }
    ],
    "measurementPrinciple": "electrical"
}