Order Catalog Implementation Guide
1.0.0-ballot - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. 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

Page standards status: Trial-use Maturity Level: 2

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>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.999.16.2"/>
  </identifier>
  <version value="1.0.0-ballot"/>
  <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"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.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>