Back To Index  <<  Back To Templates

ref Template  Laboratory Performer

Id 1.3.6.1.4.1.19376.1.3.3.1.7
ref
(from repository: XDLAB-)
Effective Date valid from 2008‑08‑08
Status active Active Version Label 2008
Name LaboratoryPerformer Display Name Laboratory Performer
Description
Laboratory Performers SHALL be recorded as performers in the CDA Header as well as in the structured body as demonstrated in the figure below. Documentation of laboratory performers MAY be done in multiple levels of the document to reflect performance scope. In the case where there is a single Laboratory Performer, this entity SHALL be documented in CDA header as shown. In the case where multiple Laboratory Performers participated in the lab testing process, they SHALL be documented in the structuredBody at the observation level.

These performers SHALL conform to the General Constraints found in HL7 CRS: 2.1.1 with respect to the requirements for name, address, telephone numbers and other contact information.

This module is out of the XDS-Lab Specification and documented there in a <performer> element. This module does not change requirements stated in that specification but is structured as a module to ensure consistent content representation and re-usability.

The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.
Context Sibling nodes of template element with id 1.3.6.1.4.1.19376.1.3.3.1.7
Classification CDA Header Level Template
CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 0 templates, Uses 2 templates
Uses as Name Version
2.16.840.1.113883.10.12.152 Containment active CDA Person DYNAMIC
2.16.840.1.113883.10.12.151 Containment active CDA Organization DYNAMIC
Relationship Specialization: template 2.16.840.1.113883.10.12.320 (2005‑09‑07)
Example
Laboratory Performer at Service Event Level (Header)
<serviceEvent>
  <!-- .. -->
  <performer typeCode="PRF">
    <templateId root="1.3.6.1.4.1.19376.1.3.3.1.7"/>    <assignedEntity>
      <id extension="kd83736" root="1.3.6.1.4.1.19376.1.3.4"/>      <addr>
        <streetAddressLine>7000 Hosptial Drive</streetAddressLine>        <city>Chicago</city>        <state>IL</state>        <postalCode>60622</postalCode>        <country>USA</country>      </addr>
      <telecom value="tel:312-555-5555"/>      <assignedPerson>
        <name>
          <family>Dawson</family>          <given>Kim</given>          <prefix>Dr.</prefix>        </name>
      </assignedPerson>
      <representedOrganization>
        <id extension="9875" root="1.3.6.1.4.1.19376.1.3.4"/>        <name>PRF Hospital Laboratory</name>        <telecom value="tel:312-555-5555"/>        <addr>
          <streetAddressLine>7000 Hosptial Drive</streetAddressLine>          <city>Chicago</city>          <state>IL</state>          <postalCode>60622</postalCode>          <country>USA</country>        </addr>
      </representedOrganization>
    </assignedEntity>
  </performer>
</serviceEvent>
Example
Laboratory Performer at Observation Level (Body)
<observation>
  <!-- .. -->
  <performer typeCode="PRF">
    <templateId root="1.3.6.1.4.1.19376.1.3.3.1.7"/>    <assignedEntity>
      <id extension="rm83747" root="1.3.6.1.4.1.19376.1.3.4"/>      <addr>
        <streetAddressLine>7000 Hosptial Drive</streetAddressLine>        <city>Chicago</city>        <state>IL</state>        <postalCode>60622</postalCode>        <country>USA</country>      </addr>
      <telecom value="tel:312-555-5555"/>      <assignedPerson>
        <name>
          <family>Trenton</family>          <given>Douglas</given>          <prefix>Dr.</prefix>        </name>
      </assignedPerson>
      <representedOrganization>
        <id extension="rm83747" root="1.3.6.1.4.1.19376.1.3.4"/>        <name>PRF Hospital Laboratory</name>        <telecom value="tel:312-555-5555"/>        <addr>
          <streetAddressLine>7000 Hosptial Drive</streetAddressLine>          <city>Chicago</city>          <state>IL</state>          <postalCode>60622</postalCode>          <country>USA</country>        </addr>
      </representedOrganization>
    </assignedEntity>
  </performer>
</observation>
Item DT Card Conf Description Label
@typeCode
0 … 1 F PRF
hl7:templateId
II 1 … 1 M (Lab…mer)
@root
1 … 1 F 1.3.6.1.4.1.19376.1.3.3.1.7
hl7:time
IVL_TS 1 … 1 R The element SHALL be present and SHALL represent the point in time of laboratory performance. (Lab…mer)
hl7:assignedEntity
1 … 1 (Lab…mer)
@classCode
0 … 1 F ASSIGNED
hl7:id
II 1 … * R Unique identifier of this person/organization (lab performer) in the affinity domain SHALL be present. (Lab…mer)
hl7:code
CE 0 … 1 R (Lab…mer)
@codeSystem
CONF 1 … 1 F 2.16.840.1.113883.5.111 (Role Code)
hl7:addr
AD 1 … * R The address of this person/organization (lab performer) SHALL be present. (Lab…mer)
hl7:telecom
TEL 1 … * R The telecom of this person/organization (lab performer) SHALL be present. (Lab…mer)
  Schematron assert role red error  
  test hl7:assignedPerson/hl7:name or hl7:representedOrganization/hl7:name  
  Message Either an <assignedPerson> or a <representedOrganization> SHALL be present. In either case, the <name> sub-element SHALL be present.  
Choice 1 …  Elements to choose from:
hl7:assignedPerson
0 … 1 R Contains 2.16.840.1.113883.10.12.152 CDA Person (DYNAMIC) (Lab…mer)
hl7:representedOrganization
0 … 1 R Contains 2.16.840.1.113883.10.12.151 CDA Organization (DYNAMIC) (Lab…mer)