--- type: "codesystem" title: "Device Metric Status" codesystem: "metric-status" --- # Device Metric Status - **Official URL**: http://hl7.org/fhir/metric-status - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceMetricStatus - **Title**: Device Metric Status - **Publisher**: HL7 (FHIR Project) - **Description**: Describes the status of the DeviceMetric. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | active | Active | The device metric record is active. | | inactive | Inactive | The device metric record is not active, e.g., it represents a historical record. | | entered-in-error | Entered in Error | The device metric record is not valid and should not be considered. | | unknown | Unknown | The device metric record's status is currently unknown. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2025-10-30T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Describes the status of the DeviceMetric."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/metric-status"/> <content value="complete"/> <concept> <code value="active"/> <display value="Active"/> <definition value="The device metric record is active."/> </concept> <concept> <code value="inactive"/> <display value="Inactive"/> <definition value="The device metric record is not active, e.g., it represents a historical record."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The device metric record is not valid and should not be considered."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The device metric record's status is currently unknown."/> </concept> </CodeSystem> ```