DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: NG DeviceMetric Category Codes - XML Representation

Active as of 2025-10-02

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ng-device-metric-category-cs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ng-device-metric-category-cs</b></p><a name="ng-device-metric-category-cs"> </a><a name="hcng-device-metric-category-cs"> </a><p>This case-sensitive code system <code>https://sandbox.dhin-hie.org/ig/CodeSystem/ng-device-metric-category-cs</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">measurement<a name="ng-device-metric-category-cs-measurement"> </a></td><td>Measurement</td><td>Metric represents a measured value from a device.</td></tr><tr><td style="white-space:nowrap">setting<a name="ng-device-metric-category-cs-setting"> </a></td><td>Setting</td><td>Metric represents a device setting that affects behavior.</td></tr><tr><td style="white-space:nowrap">calculation<a name="ng-device-metric-category-cs-calculation"> </a></td><td>Calculation</td><td>Metric represents a calculated/derived value.</td></tr><tr><td style="white-space:nowrap">unspecified<a name="ng-device-metric-category-cs-unspecified"> </a></td><td>Unspecified</td><td>Metric category is not specified.</td></tr></table></div>
  </text>
  <url
       value="https://sandbox.dhin-hie.org/ig/CodeSystem/ng-device-metric-category-cs"/>
  <version value="0.1.0"/>
  <name value="NgDeviceMetricCategoryCS"/>
  <title value="NG DeviceMetric Category Codes"/>
  <status value="active"/>
  <date value="2025-10-02T06:43:53+00:00"/>
  <publisher value="DHIN"/>
  <contact>
    <name value="DHIN"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.dhin-hie.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@dhin-hie.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Digital Health Interoperability Network."/>
    <telecom>
      <system value="email"/>
      <value value="info@dhin-hie.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Local mirror of DeviceMetric.category. Consider using 'http://terminology.hl7.org/CodeSystem/metric-category' in production."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="measurement"/>
    <display value="Measurement"/>
    <definition value="Metric represents a measured value from a device."/>
  </concept>
  <concept>
    <code value="setting"/>
    <display value="Setting"/>
    <definition
                value="Metric represents a device setting that affects behavior."/>
  </concept>
  <concept>
    <code value="calculation"/>
    <display value="Calculation"/>
    <definition value="Metric represents a calculated/derived value."/>
  </concept>
  <concept>
    <code value="unspecified"/>
    <display value="Unspecified"/>
    <definition value="Metric category is not specified."/>
  </concept>
</CodeSystem>