--- type: "codesystem" title: "Device Metric Availability" codesystem: "metric-availability" --- # Device Metric Availability - **Official URL**: http://hl7.org/fhir/metric-availability - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceMetricAvailability - **Title**: Device Metric Availability - **Publisher**: HL7 (FHIR Project) - **Description**: The availability of the means from which a metric state/value is derived. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | intr | Intermittent | Stopping or ceasing for a time; alternately ceasing and beginning again. | | cont | Continuous | Without break, cessation, or interruption; without intervening time. | | unknown | Unknown | The availability of the means of derivation of the metric is unknown. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2025-07-02T10: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="The availability of the means from which a metric state/value is derived."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/metric-availability"/> <content value="complete"/> <concept> <code value="intr"/> <display value="Intermittent"/> <definition value="Stopping or ceasing for a time; alternately ceasing and beginning again."/> </concept> <concept> <code value="cont"/> <display value="Continuous"/> <definition value="Without break, cessation, or interruption; without intervening time."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The availability of the means of derivation of the metric is unknown."/> </concept> </CodeSystem> ```