Numeric DeviceMetric Profile

Canonical URL

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

Profile Definition

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

Example (XML view)

Example of a NBP Numeric DeviceMetric
<DeviceMetric xmlns="http://hl7.org/fhir">
<id value="216" />
<profile value="http://devices.fhir.org/StructureDefinition/NumericDeviceMetric" />
</meta>
<use value="temp" />
<system value="urn:ietf:rfc:3986" />
<value value="urn:uuid:77616af6-9071-408a-8e4f-0f69dab756d4" />
</identifier>
<system value="urn:iso:std:iso:11073:10101" />
<code value="150020" />
<display value="MDC_PRESS_BLD_NONINV" />
</coding>
<text value="NBP" />
</type>
<system value="urn:iso:std:iso:11073:10101" />
<code value="266016" />
<display value="MDC_DIM_MMHG" />
</coding>
<text value="mmHg" />
</unit>
<reference value="Device/72" />
</source>
<reference value="DeviceComponent/432" />
</parent>
<operationalStatus value="on" />
<color value="red" />
<category value="measurement" />
<frequency value="1" />
<period value="15" />
<periodUnit value="min" />
</repeat>
</measurementPeriod>
</DeviceMetric>

Example (JSON view)

Example of a NBP Numeric DeviceMetric
{
"resourceType": "DeviceMetric",
"id": "216",
"meta": {
"profile": [
"http://devices.fhir.org/StructureDefinition/NumericDeviceMetric"
]
},
"use": "temp",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:77616af6-9071-408a-8e4f-0f69dab756d4"
},
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150020",
"display": "MDC_PRESS_BLD_NONINV"
}
],
"text": "NBP"
},
"unit": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "266016",
"display": "MDC_DIM_MMHG"
}
],
"text": "mmHg"
},
"source": {
"reference": "Device/72"
},
"parent": {
"reference": "DeviceComponent/432"
},
"color": "red",
"category": "measurement",
"repeat": {
"frequency": 1,
"period": 15,
"periodUnit": "min"
}
}
}