DeviceMetric Profiles
Scope and Usage
These DeviceMetric profiles are part of the Point-of-Care Device General Implementation Guide. A set of DeviceMetric resources represent measurements, calculations, status, and settings of a medical device.
A compliant device shall have DeviceMetric resources according to the Numeric, Enumeration, and Sample Array DeviceMetric profiles. The profiles define the following rules:
DeviceMetric.typeshall have a coding from the ISO/IEEE 11073 MDC metrics nomenclature. The Rosetta Terminology Mapping Management System (RTMMS) lists available codes.DeviceMetric.type.codingallows additional coding from other code systems.DeviceMetric.unitis optional for Numeric and Sample Array DeviceMetric resources. If present, it shall have a coding from the ISO/IEEE 11073 MDC units of measurement.DeviceMetric.unit.codingallows additional coding from other code systems.DeviceMetric.sourceshall be present and refer to a Device resource according to the PoC Device profile.DeviceMetric.parentshall be present and refer to the Channel DeviceComponent resource where this metric belongs to.
Content
| StructureDefinition | Description | Example |
|---|---|---|
| Numeric DeviceMetric Profile | Characteristics and operational status of a numerical measurement, calculation, or setting | NBP Numeric DeviceMetric |
| Enumeration DeviceMetric Profile | Characteristics and operational status of status or annotation information as codes or text | Rhythm Status Enumeration DeviceMetric |
| Sample Array DeviceMetric Profile (to be completed) | Characteristics and operational status of a real-time waveform or wave snippet |
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
</meta>
</identifier>
</coding>
</type>
</coding>
</unit>
</source>
</parent>
</measurementPeriod>
</DeviceMetric>
Example (JSON view)
Example of a NBP Numeric DeviceMetric
{
},
},
],
},
],
},
},
},
}
}
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
</meta>
</identifier>
</coding>
</type>
</source>
</parent>
</DeviceMetric>
Example (JSON view)
Example of a Rhythm Status Enumeration DeviceMetric
{
},
},
],
},
},
},
}
Sample Array DeviceMetric Profile
(to be completed)