View raw Markdown
type: codesystemcodesystem: metric-status

Device Metric Status

Concepts

CodeDisplayDefinition
activeActiveThe device metric record is active.
inactiveInactiveThe device metric record is not active, e.g., it represents a historical record.
entered-in-errorEntered in ErrorThe device metric record is not valid and should not be considered.
unknownUnknownThe device metric record's status is currently unknown.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="metric-status"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/metric-status"/>
  <version value="6.0.0"/>
  <name value="DeviceMetricStatus"/>
  <title value="Device Metric Status"/>
  <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>