UNPKG

fhirtypes

Version:
10 lines (9 loc) 430 B
/** * @name DeviceMetricOperationalStatus * @description Describes the operational status of the DeviceMetric. * @description on | off | standby | entered-in-error * @see <a href="https://hl7.org/fhir/R4/valueset-metric-operational-status.html">DeviceMetricOperationalStatus</a> * @version R4 * @author Claudia Alarcón Lazo */ export type DeviceMetricOperationalStatusType = 'on' | 'off' | 'standby' | 'entered-in-error';