Color Extension

Canonical URL

http://devices.fhir.org/StructureDefinition/devicecomponent-color

Extension Definition

urlFixed Value
valueCodecodeBinding

Example (XML view)

Example of an ECG Channel DeviceComponent

<DeviceComponent xmlns="http://hl7.org/fhir">
<id value="429" />
<profile value="http://devices.fhir.org/StructureDefinition/ChannelDeviceComponent" />
</meta>
<extension url="http://devices.fhir.org/StructureDefinition/devicecomponent-color">
<valueCode value="green" />
</extension>
<use value="temp" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:uuid:e1afdca2-ed9e-4cea-b713-66eece999009" />
</identifier>
<system value="urn:iso:std:iso:11073:10101" />
<code value="69799" />
<display value="MDC_DEV_ECG_CHAN" />
</coding>
</type>
<reference value="Device/72" />
</source>
<reference value="DeviceComponent/428" />
</parent>
<system value="http://hl7.org/fhir/operational-status" />
<code value="on" />
<display value="On" />
</coding>
</operationalStatus>
</DeviceComponent>

Example (JSON view)

Example of an ECG Channel DeviceComponent

{
"resourceType": "DeviceComponent",
"id": "429",
"meta": {
"profile": [
"http://devices.fhir.org/StructureDefinition/ChannelDeviceComponent"
]
},
{
"url": "http://devices.fhir.org/StructureDefinition/devicecomponent-color",
"valueCode": "green"
}
],
"use": "temp",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:e1afdca2-ed9e-4cea-b713-66eece999009"
},
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "69799",
"display": "MDC_DEV_ECG_CHAN"
}
]
},
"source": {
"reference": "Device/72"
},
"parent": {
"reference": "DeviceComponent/428"
},
{
"coding": [
{
"system": "http://hl7.org/fhir/operational-status",
"code": "on",
"display": "On"
}
]
}
]
}