{
  "resourceType": "ValueSet",
  "id": "metric-category",
  "meta": {
    "lastUpdated": "2015-12-03T09:57:31.744+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>DeviceMetricCategory</h2><p>Describes the category of the metric.</p><p>This value set has an inline code system http://hl7.org/fhir/metric-category, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>measurement<a name=\"measurement\"> </a></td><td>Measurement</td><td>DeviceObservations generated for this DeviceMetric are measured.</td></tr><tr><td>setting<a name=\"setting\"> </a></td><td>Setting</td><td>DeviceObservations generated for this DeviceMetric is a setting that will influence the behavior of the Device.</td></tr><tr><td>calculation<a name=\"calculation\"> </a></td><td>Calculation</td><td>DeviceObservations generated for this DeviceMetric are calculated.</td></tr><tr><td>unspecified<a name=\"unspecified\"> </a></td><td>Unspecified</td><td>The category of this DeviceMetric is unspecified.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.338"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/metric-category",
  "version": "1.1.0",
  "name": "DeviceMetricCategory",
  "status": "draft",
  "experimental": false,
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "date": "2015-12-03T09:57:31+11:00",
  "description": "Describes the category of the metric.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.338"
      }
    ],
    "system": "http://hl7.org/fhir/metric-category",
    "version": "1.1.0",
    "caseSensitive": true,
    "concept": [
      {
        "code": "measurement",
        "display": "Measurement",
        "definition": "DeviceObservations generated for this DeviceMetric are measured."
      },
      {
        "code": "setting",
        "display": "Setting",
        "definition": "DeviceObservations generated for this DeviceMetric is a setting that will influence the behavior of the Device."
      },
      {
        "code": "calculation",
        "display": "Calculation",
        "definition": "DeviceObservations generated for this DeviceMetric are calculated."
      },
      {
        "code": "unspecified",
        "display": "Unspecified",
        "definition": "The category of this DeviceMetric is unspecified."
      }
    ]
  }
}