International Patient Summary Implementation Guide (Release 0.3.0 STU1 Ballot)

This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-laboratory-and-vital-signs-observations

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "laboratory-and-vital-signs-observations",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>IPS Results Observation Laboratory</h2><div><p>This value set includes (at the end) some clinical observations, which may be relevant in a lab report (body weight, temperature ….).  Value Set Definition: LOINC {  {    COMPONENT not containing the word &quot;panel&quot;    STATUS in {ACTIVE}    CLASSTYPE in {1}    ORDER_OBS in {Observation, Both}    CLASS exclude {CHALSKIN, H&amp;P.HX.LAB, H&amp;P.HX, LABORDERS, NR STATS, PATH.PROTOCOLS.*}  }  UNION  {    COMPONENT not ( containing the word &quot;panel&quot; OR starting with &quot;can pronounce&quot; )    STATUS in {ACTIVE}    CLASSTYPE in {2}    ORDER_OBS in {Observation, Both}    SYSTEM = ^Patient  }}  Note: This definition is only partially implemented and the current value set expansion contains more than the expected set of codes, as the required regex filters for the LOINC code system are not currently supported by the terminology service.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS  =  ACTIVE and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE  =  1</li><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS  =  ACTIVE and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE  =  2 and <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where SYSTEM  =  ^Patient</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/ips/ValueSet/laboratory-and-vital-signs-observations",
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://art-decor.org/ns/oids/vs",
      "value" : "2.16.840.1.113883.11.22.39"
    }
  ],
  "version" : "0.3.0",
  "name" : "IPSLabResultsObservation",
  "title" : "IPS Results Observation Laboratory",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-08-06T10:41:01-04:00",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "HL7 International",
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+1 734 677 7777"
        },
        {
          "system" : "fax",
          "value" : "+1 734 677 6622"
        },
        {
          "system" : "email",
          "value" : "info@hl7.org"
        }
      ]
    }
  ],
  "description" : "This value set includes (at the end) some clinical observations, which may be relevant in a lab report (body weight, temperature ….).  Value Set Definition: LOINC {  {    COMPONENT not containing the word \"panel\"    STATUS in {ACTIVE}    CLASSTYPE in {1}    ORDER_OBS in {Observation, Both}    CLASS exclude {CHALSKIN, H&P.HX.LAB, H&P.HX, LABORDERS, NR STATS, PATH.PROTOCOLS.*}  }  UNION  {    COMPONENT not ( containing the word \"panel\" OR starting with \"can pronounce\" )    STATUS in {ACTIVE}    CLASSTYPE in {2}    ORDER_OBS in {Observation, Both}    SYSTEM = ^Patient  }}  Note: This definition is only partially implemented and the current value set expansion contains more than the expected set of codes, as the required regex filters for the LOINC code system are not currently supported by the terminology service.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "filter" : [
          {
            "property" : "STATUS",
            "op" : "=",
            "value" : "ACTIVE"
          },
          {
            "property" : "CLASSTYPE",
            "op" : "=",
            "value" : "1"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "filter" : [
          {
            "property" : "STATUS",
            "op" : "=",
            "value" : "ACTIVE"
          },
          {
            "property" : "CLASSTYPE",
            "op" : "=",
            "value" : "2"
          },
          {
            "property" : "SYSTEM",
            "op" : "=",
            "value" : "^Patient"
          }
        ]
      }
    ]
  }
}