Personal Health Device Implementation Guide
1.0.0 - STU 1

This page is part of the Personal Health Device FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MDCnotObject - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "MDCnotObject",
  "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/3.1.0/CodeSystem-v3-mdc.html\"><code>urn:iso:std:iso:11073:10101</code></a> where partition  =  2,3,4,5,7,8,127,128,258</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/phd/ValueSet/MDCnotObject",
  "version" : "1.0.0",
  "name" : "MDCnotObject",
  "title" : "11073 MDC Non-Object codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-09-17",
  "publisher" : "HL7 International - Health Care Devices Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "ValueSet for the ISO/IEEE 11073-10101 Nomenclature excluding Object 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,3,4,5,7,8,127,128,258"
          }
        ]
      }
    ]
  }
}