Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Laboratory service types ValueSet - XML Representation

Active as of 2019-12-20

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="laboratory-service-type"/>
  <meta>
    <lastUpdated value="2019-12-20T10:30:00Z"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="CodeSystem-laboratory-service-definition-type.html"><code>http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="CodeSystem-laboratory-service-definition-type.html#laboratory-service-definition-type-test">test</a></td><td>unitary measurement performed on an in vitro biologic specimen</td><td>laboratory service performing a single measurement</td></tr><tr><td><a href="CodeSystem-laboratory-service-definition-type.html#laboratory-service-definition-type-panel">panel</a></td><td>collection of tests and panels performed on one or more in vitro biologic specimens</td><td>laboratory service comprising two or more tests and/or panels</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/ValueSet/laboratory-service-type"/>
  <version value="current"/>
  <name value="LaboratoryServiceType"/>
  <title value="Types of diagnostic services performed by a laboratory"/>
  <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="This value set is restricted to these two codes: test | panel"/>
  <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://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type"/>
      <concept>
        <code value="test"/>
        <display
                 value="unitary measurement performed on an in vitro biologic specimen"/>
      </concept>
      <concept>
        <code value="panel"/>
        <display
                 value="collection of tests and panels performed on one or more in vitro biologic specimens"/>
      </concept>
    </include>
  </compose>
</ValueSet>