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 CodeSystem - XML Representation

Draft as of 2019-12-20

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="laboratory-service-definition-type"/>
  <meta>
    <lastUpdated value="2019-12-20T09:55:00Z"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Laboratory services compendium</h2>
      <div>
        <p>This CodeSystem provides additional coded concepts for <i>PlanDefinition.type</i> to cover the representation of laboratory diagnostic services</p>
      </div>
      <ul>
        <li>
          <p>Contains:</p>
          <table class="none">
            <tr>
              <td>
                <b> Code</b>
              </td>
              <td>
                <b> Display</b>
              </td>
             </tr>
            <tr>
              <td>test</td>
              <td>unitary measurement performed on an in vitro biologic specimen</td>
            </tr>
            <tr>
              <td>panel</td>
              <td>collection of tests and panels performed on one or more in vitro biologic specimens</td>
            </tr>
           </table>
        </li>
      </ul>
    </div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type"/>
  <version value="current"/>
  <name value="LaboratoryServiceDefinitionType"/>
  <title value="Code system for types of laboratory service definitions"/>
  <status value="draft"/>
  <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 CodeSystem resource provides the concepts that enable to characterize laboratory diagnostic services described as instances of PlanDefinition, in the PlanDefinition.type element"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="test"/>
    <display
             value="unitary measurement performed on an in vitro biologic specimen"/>
    <definition value="laboratory service performing a single measurement"/>
  </concept>
  <concept>
    <code value="panel"/>
    <display
             value="collection of tests and panels performed on one or more in vitro biologic specimens"/>
    <definition
                value="laboratory service comprising two or more tests and/or panels"/>
  </concept>
</CodeSystem>