FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Device Metric Category - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "metric-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/metric-category</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">measurement\n                  <a name=\"metric-category-measurement\"> </a>\n                </td>\n                <td>Measurement</td>\n                <td>Observations generated for this DeviceMetric are measured.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">setting\n                  <a name=\"metric-category-setting\"> </a>\n                </td>\n                <td>Setting</td>\n                <td>Observations generated for this DeviceMetric is a setting that will influence the behavior of the Device.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">calculation\n                  <a name=\"metric-category-calculation\"> </a>\n                </td>\n                <td>Calculation</td>\n                <td>Observations generated for this DeviceMetric are calculated.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">unspecified\n                  <a name=\"metric-category-unspecified\"> </a>\n                </td>\n                <td>Unspecified</td>\n                <td>The category of this DeviceMetric is unspecified.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "dev"
    }
  ],
  "url" : "http://hl7.org/fhir/metric-category",
  "version" : "5.0.0",
  "name" : "DeviceMetricCategory",
  "title" : "Device Metric Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Health Care Devices",
  "contact" : [
    {
      "name" : "Health Care Devices",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "Describes the category of the metric.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/metric-category|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "measurement",
      "display" : "Measurement",
      "definition" : "Observations generated for this DeviceMetric are measured."
    },
    {
      "code" : "setting",
      "display" : "Setting",
      "definition" : "Observations generated for this DeviceMetric is a setting that will influence the behavior of the Device."
    },
    {
      "code" : "calculation",
      "display" : "Calculation",
      "definition" : "Observations generated for this DeviceMetric are calculated."
    },
    {
      "code" : "unspecified",
      "display" : "Unspecified",
      "definition" : "The category of this DeviceMetric is unspecified."
    }
  ]
}