Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MDC Metric nomenclature - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "11073MDC-metric",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-mdc.html\"><code>urn:iso:std:iso:11073:10101</code></a> where partition  =  2</li><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-mdc.html\"><code>urn:iso:std:iso:11073:10101</code></a> where partition  =  258</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/pocd/ValueSet/11073MDC-metric",
  "version" : "0.3.0",
  "name" : "MdcMetric",
  "title" : "MDC Metric nomenclature",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-07-14",
  "publisher" : "HL7 International - Devices Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "ValueSet for the ISO/IEEE 11073-10101 Nomenclature filtered by Metric (SCADA or Settings) partition.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "filter" : [
          {
            "property" : "partition",
            "op" : "=",
            "value" : "2"
          }
        ]
      },
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "filter" : [
          {
            "property" : "partition",
            "op" : "=",
            "value" : "258"
          }
        ]
      }
    ]
  }
}