Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Valid coded reasons for ordering a lab service - XML Representation

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="example-reasons-for-order"/>
  <meta>
    <lastUpdated value="2020-03-10T13:30:00.000+00:00"/>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ObservationValueSet"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><ul><li>Include codes from <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a> where concept  is-a  138875005 (SNOMED CT Concept)</li></ul></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/ValueSet/example-reasons-for-order"/>
  <version value="0.1.0"/>
  <name value="ReasonsForOrder"/>
  <title value="All Valid Reasons for Ordering a Lab Service"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2019-12-20"/>
  <publisher value="HL7 International - Orders and Observations Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <description
               value="Broadest value set that may be referenced by ObservationDefinition.validCodedValueSet"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <immutable value="false"/>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <filter>
        <property value="concept"/>
        <op value="is-a"/>
        <value value="138875005"/>
      </filter>
    </include>
  </compose>
</ValueSet>