Enumeration DeviceMetric Profile

Canonical URL

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

Profile Definition

system1..Fixed Value
code1..
unit..0
source1..Reference(PoC Device Profile)
parent1..Reference(Channel DeviceComponent Profile)

Example (XML view)

Example of a Rhythm Status Enumeration DeviceMetric

<DeviceMetric xmlns="http://hl7.org/fhir">
<id value="221" />
<profile value="http://devices.fhir.org/StructureDefinition/EnumerationDeviceMetric" />
</meta>
<use value="temp" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:uuid:a7606788-a5ad-4ed8-a8a2-ead3d49442b7" />
</identifier>
<system value="urn:iso:std:iso:11073:10101" />
<code value="184327" />
<display value="MDC_ECG_STAT_RHY" />
</coding>
<text value="Rhythm Status" />
</type>
<reference value="Device/72" />
</source>
<reference value="DeviceComponent/429" />
</parent>
<operationalStatus value="on" />
<category value="measurement" />
</DeviceMetric>

Example (JSON view)

Example of a Rhythm Status Enumeration DeviceMetric

{
"resourceType": "DeviceMetric",
"id": "221",
"meta": {
"profile": [
"http://devices.fhir.org/StructureDefinition/EnumerationDeviceMetric"
]
},
"use": "temp",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:a7606788-a5ad-4ed8-a8a2-ead3d49442b7"
},
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "184327",
"display": "MDC_ECG_STAT_RHY"
}
],
"text": "Rhythm Status"
},
"source": {
"reference": "Device/72"
},
"parent": {
"reference": "DeviceComponent/429"
},
"category": "measurement"
}