This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example CodeSystem/metric-status (XML)
Raw XML (canonical form + also see XML Format Specification)
Definition for Code SystemDeviceMetricStatus
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="metric-status"/>
<meta>
<lastUpdated value="2025-11-19T21:10:52.335+00:00"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="res-header-id">
<b> Generated Narrative: CodeSystem metric-status</b>
</p>
<a name="metric-status"> </a>
<a name="hcmetric-status"> </a>
<p> This case-sensitive code system
<code> http://hl7.org/fhir/metric-status</code> defines the following codes:
</p>
<table class="codes">
<tr>
<td style="white-space:nowrap">
<b> Code</b>
</td>
<td>
<b> Display</b>
</td>
<td>
<b> Definition</b>
</td>
</tr>
<tr>
<td style="white-space:nowrap">active
<a name="metric-status-active"> </a>
</td>
<td> Active</td>
<td> The device metric record is active.</td>
</tr>
<tr>
<td style="white-space:nowrap">inactive
<a name="metric-status-inactive"> </a>
</td>
<td> Inactive</td>
<td> The device metric record is not active, e.g., it represents a historical record.</td>
</tr>
<tr>
<td style="white-space:nowrap">entered-in-error
<a name="metric-status-entered-in-error"> </a>
</td>
<td> Entered in Error</td>
<td> The device metric record is not valid and should not be considered.</td>
</tr>
<tr>
<td style="white-space:nowrap">unknown
<a name="metric-status-unknown"> </a>
</td>
<td> Unknown</td>
<td> The device metric record's status is currently unknown.</td>
</tr>
</table>
</div>
</text>
<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-ballot3"/>
<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."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<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>
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.