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

XML Format: ValueSet-pathology-and-vital-signs-observations

Download Raw xml


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="pathology-and-vital-signs-observations"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>IPS Results Observation Pathology</h2><div><pre><code>Value Set Definition:

 LOINC {   {      COMPONENT not ( containing the word &amp;quot;panel&amp;quot; OR starting with &amp;quot;can pronounce&amp;quot; )      CLASS in {CYTO, HEM/BC, HL7.CYTOGEN, HL7.GENETICS, MOLPATH, MOLPATH.*, PATH}      STATUS in {ACTIVE}         CLASSTYPE in {1}                   ORDER_OBS in
                {Observation, Both}   }  UNION  {    COMPONENT not ( containing the word &amp;quot;panel&amp;quot; OR starting with &amp;quot;can pronounce&amp;quot; )    STATUS in {ACTIVE}    CLASSTYPE in {2}    ORDER_OBS in {Observation, Both}    SYSTEM = ^Patient  }}
</code></pre>
<p>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>
</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>
  </text>
  <url
       value="http://hl7.org/fhir/uv/ips/ValueSet/pathology-and-vital-signs-observations"/>
  <identifier>
    <use value="official"/>
    <system value="http://art-decor.org/ns/oids/vs"/>
    <value value="2.16.840.1.113883.11.22.41"/>
  </identifier>
  <version value="0.3.0"/>
  <name value="IPSPathResultsObservation"/>
  <title value="IPS Results Observation Pathology"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-08-06T10:41:01-04:00"/>
  <publisher value="HL7 International"/>
  <contact>
    <name value="HL7 International"/>
    <telecom>
      <system value="phone"/>
      <value value="+1 734 677 7777"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="+1 734 677 6622"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@hl7.org"/>
    </telecom>
  </contact>
  <description
               value="
    Value Set Definition:
    
     LOINC {   {      COMPONENT not ( containing the word &quot;panel&quot; OR starting with &quot;can pronounce&quot; )      CLASS in {CYTO, HEM/BC, HL7.CYTOGEN, HL7.GENETICS, MOLPATH, MOLPATH.*, PATH}      STATUS in {ACTIVE}         CLASSTYPE in {1}                   ORDER_OBS in
                    {Observation, Both}   }  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."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <immutable value="false"/>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <filter>
        <property value="STATUS"/>
        <op value="="/>
        <value value="ACTIVE"/>
      </filter>
      <filter>
        <property value="CLASSTYPE"/>
        <op value="="/>
        <value value="1"/>
      </filter>
    </include>
    <include>
      <system value="http://loinc.org"/>
      <filter>
        <property value="STATUS"/>
        <op value="="/>
        <value value="ACTIVE"/>
      </filter>
      <filter>
        <property value="CLASSTYPE"/>
        <op value="="/>
        <value value="2"/>
      </filter>
      <filter>
        <property value="SYSTEM"/>
        <op value="="/>
        <value value="^Patient"/>
      </filter>
    </include>
  </compose>
</ValueSet>