Numeric DeviceMetric Profile
Canonical URL
http://devices.fhir.org/StructureDefinition/NumericDeviceMetric
Profile Definition
NumericDeviceMetric (DeviceMetric) | http://hl7.org/fhir/StructureDefinition/DeviceMetric | ||
type | |||
coding | 1.. | ||
11073MDC | 1..1 | ||
system | 1.. | Fixed Value | |
code | 1.. | ||
unit | |||
coding | 1.. | ||
11073MDC | 1..1 | ||
system | 1.. | Fixed Value | |
code | 1.. | ||
source | 1.. | Reference(PoC Device Profile) | |
parent | 1.. | Reference(Channel DeviceComponent Profile) |
Example (XML view)
Example of a NBP Numeric DeviceMetric
<DeviceMetric xmlns="http://hl7.org/fhir"> <id value="216" /> <meta> <profile value="http://devices.fhir.org/StructureDefinition/NumericDeviceMetric" /> </meta> <identifier> <use value="temp" /> <system value="urn:ietf:rfc:3986" /> <value value="urn:uuid:77616af6-9071-408a-8e4f-0f69dab756d4" /> </identifier> <type> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="150020" /> <display value="MDC_PRESS_BLD_NONINV" /> </coding> <text value="NBP" /> </type> <unit> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="266016" /> <display value="MDC_DIM_MMHG" /> </coding> <text value="mmHg" /> </unit> <source> <reference value="Device/72" /> </source> <parent> <reference value="DeviceComponent/432" /> </parent> <operationalStatus value="on" /> <color value="red" /> <category value="measurement" /> <measurementPeriod> <repeat> <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" ] }, "identifier": { "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" }, "operationalStatus": "on", "color": "red", "category": "measurement", "measurementPeriod": { "repeat": { "frequency": 1, "period": 15, "periodUnit": "min" } } }