Id1.3.182.11.3.2.2Effective Date2018‑09‑26 17:14:05
Statusdraft DraftVersion Label
NameLaboratoryspecialtysectionXDLABDisplay NameLaboratory Specialty Section
Description
Every Laboratory Report SHALL contain at least one Laboratory Specialty Section. Each top section represents a specialty. A laboratory report MAY be composed of test results from a single specialty (e.g. a microbiology report, a virology report), or from any number of specialties (a report from a multidisciplinary laboratory). The structure of the report allows both kinds of reports.
The Laboratory Specialty Sections use the LOINC codes defined as report subject identifier codes. A laboratory report SHALL contain one or more of these sections, in any order. Laboratory Specialty Sections SHALL NOT be nested.
  • <templateId root="1.3.6.1.4.1.19376.1.3.3.2.1"/> - The templateId element identifies this section as a Laboratory Specialty Section. The templateId SHALL be present with root="1.3.6.1.4.1.19376.1.3.3.2.1".
  • <code code=" " codeSystem=" " codeSystemName=" " displayName=" "/> - The Laboratory Specialty Section SHALL identify the LOINC laboratory specialty. The code, codeSystem, and displayName attributes SHALL be present. The codeSystemName MAY also be present.
  • <title/> - The Laboratory Specialty Section <title> MAY be present. It is the local translation of the code@displayName.
The semantic content of each specialty section is not constant between countries. The relationship between Report Items and Specialties varies from country to country, and MAY even vary in the same country, from a healthcare organization to another. A Report Item can be a battery (or test panel), an individual test, or the complete study of a specimen (particularly in the MICROBIOLOGY STUDIES specialty). Realm extensions of this profile MAY further constrain these definitions.
A Laboratory Specialty Section SHALL contain EITHER a list of Laboratory Report Item Section(s) OR a single text and entry element to represent the Report Items.
  • Choice 1: Laboratory Report Item Section - With this option, this Laboratory Specialty Section SHALL contain NEITHER a top level text NOR entry elements. Each Report Item is contained in a corresponding Laboratory Report Item Section which contains the Lab Report Data Processing Entry. See 2.3.4.2.
  • Choice 2: Text and Entry - With this option, the Laboratory Specialty Section text SHALL be present and not blank. This narrative block SHALL present to the human reader, all the observations produced for this Specialty, using the various structures available in the CDA Narrative Block schema (NarrativeBlock.xsd): tables, lists, paragraphs, hyperlinks, footnotes, references to attached or embedded multimedia objects. The narrative block is fully derived from the entry containing the machine-readable result data. Additionally, a single Laboratory Report Data Processing Entry SHALL be present with attribute typeCode="DRIV". This entry contains the machine-readable result data from which the narrative block of this section is derived.
Should a Laboratory Report contain multiple Laboratory Speciality Sections they need not adhere to the same choice of representation, that is, one MAY expect a mixture of choice 1 and choice 2 representations among multiple Laboratory Speciality Sections.
ContextPathname /
ClassificationCDA Section Level Template
Open/ClosedClosed (only defined elements are allowed)
Used by / Uses
Used by 1 transaction and 1 template, Uses 2 templates
Used by as NameVersion
1.3.182.7.8.1.4.2Transactiondraft Send Lab Result2020‑02‑26 08:50:38
1.3.182.11.3Containmentdraft Labo Result2018‑09‑21 10:11:51
Uses as NameVersion
1.3.182.11.3.2.1Containmentdraft Laboratory Report Item SectionDYNAMIC
1.3.182.11.3.3.7Containmentdraft Laboratory Report Data Processing EntryDYNAMIC
Example
Specialty Section that holds a leaf section and Leaf Section that holds one Report Item
<section classCode="DOCSECT">
  <templateId root="1.3.6.1.4.1.19376.1.3.3.2.1"/>  <code code="18723-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HEMATOLOGY STUDIES"/>  <title>Laboratory Hematology Results</title>  <component>
    <section>
      <templateId root="1.3.6.1.4.1.19376.1.3.3.2.2"/>      <!-- Leaf Section that holds one Report Item -->
    </section>
  </component>
</section>
Example
Specialty Section that holds Report Items directly as a Laboratory Report Data Processing Entry
<section classCode="DOCSECT">
  <templateId root="1.3.6.1.4.1.19376.1.3.3.2.1"/>  <code code="18719-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="CHEMISTRY STUDIES"/>  <title>Laboratory Chemistry Results</title>  <text/>  <entry typeCode="DRIV">
    <templateId root="1.3.6.1.4.1.19376.1.3"/>    <act classCode="ACT" moodCode="EVN"> ... </act>  </entry>
</section>
ItemDTCardConfDescriptionLabel
hl7:section
LabodotsDLAB
 Constraint A Laboratory Specialty Section SHALL contain EITHER a list of Laboratory Report Item Section(s) OR a single text and entry element to represent the Report Items.
  • Choice 1: Laboratory Report Item Section - With this option, this Laboratory Specialty Section SHALL contain NEITHER a top level text NOR entry elements. Each Report Item is contained in a corresponding Laboratory Report Item Section which contains the Lab Report Data Processing Entry. See 2.3.4.2.
  • Choice 2: Text and Entry - With this option, the Laboratory Specialty Section text SHALL be present and not blank. This narrative block SHALL present to the human reader, all the observations produced for this Specialty, using the various structures available in the CDA Narrative Block schema (NarrativeBlock.xsd): tables, lists, paragraphs, hyperlinks, footnotes, references to attached or embedded multimedia objects. The narrative block is fully derived from the entry containing the machine-readable result data. Additionally, a single Laboratory Report Data Processing Entry SHALL be present with attribute typeCode="DRIV". This entry contains the machine-readable result data from which the narrative block of this section is derived.
hl7:templateId
II1 … 1MLabodotsDLAB
@root
uid1 … 1F1.3.6.1.4.1.19376.1.3.3.2.1
hl7:templateId
II1 … 1MLabodotsDLAB
@root
uid1 … 1F1.3.182.11.3.2.2
hl7:code
CE1 … 1MLabodotsDLAB
@code
1 … 1R
@codeSystem
1 … 1R
hl7:text
SD.TEXT0 … 1CLabodotsDLAB
Choice1 … *Elements to choose from:
  • hl7:component containing template 1.3.182.11.3.2.1 Laboratory Report Item Section (DYNAMIC)
  • hl7:entry containing template 1.3.182.11.3.3.7 Laboratory Report Data Processing Entry (DYNAMIC)
hl7:component
0 … *CContains 1.3.182.11.3.2.1 Laboratory Report Item Section (DYNAMIC)LabodotsDLAB
hl7:entry
0 … 1CContains 1.3.182.11.3.3.7 Laboratory Report Data Processing Entry (DYNAMIC)LabodotsDLAB
@typeCode
cs1 … 1FDRIV
 Schematron assertrolered error 
 test(hl7:component and not(hl7:text or hl7:entry)) or (not(hl7:component) and hl7:text and hl7:entry) 
 MessageA Laboratory Specialty Section SHALL contain EITHER a list of Laboratory Report Item Section(s) OR a single text and entry element to represent the Report Items.