Point-of-Care Device Implementation Guide
current - CI Build International flag

Point-of-Care Device Implementation Guide, published by HL7 International - Devices Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions

: MDC Unit of Measurement - JSON Representation

Draft as of 2021-07-14

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "11073MDC-dimension",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-mdc.html\"><code>urn:iso:std:iso:11073:10101</code></a> where partition  =  4</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/pocd/ValueSet/11073MDC-dimension",
  "version" : "current",
  "name" : "MdcDimension",
  "title" : "MDC Unit of Measurement",
  "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 Dimension 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" : "4"
          }
        ]
      }
    ]
  }
}