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 - JSON Representation

Active as of 2025-10-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ng-device-metric-category-cs",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-device-metric-category-cs",
  "version" : "0.1.0",
  "name" : "NgDeviceMetricCategoryCS",
  "title" : "NG DeviceMetric Category Codes",
  "status" : "active",
  "date" : "2025-10-02T06:43:53+00:00",
  "publisher" : "DHIN",
  "contact" : [
    {
      "name" : "DHIN",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dhin-hie.org"
        },
        {
          "system" : "email",
          "value" : "info@dhin-hie.org"
        }
      ]
    },
    {
      "name" : "Digital Health Interoperability Network.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@dhin-hie.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Local mirror of DeviceMetric.category. Consider using 'http://terminology.hl7.org/CodeSystem/metric-category' in production.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "measurement",
      "display" : "Measurement",
      "definition" : "Metric represents a measured value from a device."
    },
    {
      "code" : "setting",
      "display" : "Setting",
      "definition" : "Metric represents a device setting that affects behavior."
    },
    {
      "code" : "calculation",
      "display" : "Calculation",
      "definition" : "Metric represents a calculated/derived value."
    },
    {
      "code" : "unspecified",
      "display" : "Unspecified",
      "definition" : "Metric category is not specified."
    }
  ]
}