Enumeration DeviceMetric Profile
Canonical URL
http://devices.fhir.org/StructureDefinition/EnumerationDeviceMetric
Profile Definition
EnumerationDeviceMetric (DeviceMetric) | http://hl7.org/fhir/StructureDefinition/DeviceMetric | ||
type | |||
coding | 1.. | ||
11073MDC | 1..1 | ||
system | 1.. | Fixed Value | |
code | 1.. | ||
unit | ..0 | ||
source | 1.. | Reference(PoC Device Profile) | |
parent | 1.. | Reference(Channel DeviceComponent Profile) |
Example (XML view)
Example of a Rhythm Status Enumeration DeviceMetric
<DeviceMetric xmlns="http://hl7.org/fhir"> <id value="221" /> <meta> <profile value="http://devices.fhir.org/StructureDefinition/EnumerationDeviceMetric" /> </meta> <identifier> <use value="temp" /> <system value="urn:ietf:rfc:3986" /> <value value="urn:uuid:a7606788-a5ad-4ed8-a8a2-ead3d49442b7" /> </identifier> <type> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="184327" /> <display value="MDC_ECG_STAT_RHY" /> </coding> <text value="Rhythm Status" /> </type> <source> <reference value="Device/72" /> </source> <parent> <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" ] }, "identifier": { "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" }, "operationalStatus": "on", "category": "measurement" }