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

: Observation interpretation codes - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "observation-interpretation",
  "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 all codes defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-measurement-status.html\"><code>http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/pocd/ValueSet/observation-interpretation",
  "version" : "0.3.0",
  "name" : "ObservationInterpretation",
  "title" : "Observation interpretation codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-09-28",
  "publisher" : "HL7 International - Devices Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "Observation interpretation codes including measurement status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"
      },
      {
        "system" : "http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status"
      }
    ]
  }
}