Back To Index  <<  Back To Templates

draft Template  XeH Results Validator2

Id 2.16.840.1.113883.2.51.10.74 Effective Date 2022‑05‑31 03:10:08
Status draft Draft Version Label
Name XeHResultsValidator2 Display Name XeH Results Validator2
Description
The ClinicalDocument/authenticator element MAY be present. When present it represents the clinical expert who performed the clinical validation (see the entries “validator” and “clinical expert” in the glossary in LAB TF-1:1.11) of the report or of a subset of its results, also called the validator. This element SHALL be in accordance with the HL7 CDA R2 standard and further constrained by this specification to require the presence of name, addr and telecom.
There MAY be more than one validator of the report. All the validators SHALL appear in the report header as authenticator elements AND, in the case of multiple validators, each individuavalidator SHALL be associated with the particular sections of the report he or she validatedcase, the validator of a section SHALL also appear in the validator SHALL appear as a participant with typeCode="AUTHEN". Additionally, the laboratory results validator SHALL have the following:
  • <templateId root="1.3.6.1.4.1.19376.1.3.3.1.5"/> - The templateId element identifies this authenticator or participant as a laboratory results validator. The templateId SHALL have root="1.3.6.1.4.1.19376.1.3.3.1.5".
Classification CDA Header 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.2.51.10.73 Containment draft XeH CDA Person DYNAMIC
2.16.840.1.113883.10.22.9.1 Containment pending IPS CDA Organization (STU1) DYNAMIC
Relationship Adaptation: template 1.3.6.1.4.1.19376.1.3.3.1.5 Laboratory Results Validator (2008‑08‑08)
ref
XDLAB-

Specialization: template 2.16.840.1.113883.10.12.107 CDA authenticator (2005‑09‑07)
ref
ad1bbr-
Example
Laboratory Results Single Validator Example
<authenticator>
  <templateId root="1.3.6.1.4.1.19376.1.3.3.1.5"/>  <time value="20080124171911.0425-0500"/>  <signatureCode code="S"/>  <assignedEntity>
    <id extension="274" root="1.3.6.1.4.1.19376.1.3.4"/>    <addr>
      <streetAddressLine>7000 Laboratory Drive</streetAddressLine>      <city>Chicago</city>      <state>IL</state>      <postalCode>60622</postalCode>      <country>USA</country>    </addr>
    <telecom value="tel: 312-555-5555"/>    <assignedPerson>
      <name>
        <family>Technologist</family>        <given>274</given>      </name>
    </assignedPerson>
    <representedOrganization>
      <id extension="rm83747" root="1.3.6.1.4.1.19376.1.3.4"/>      <name>Laboratory</name>      <telecom value="tel: 312-555-5555"/>      <addr>
        <streetAddressLine>1234 Laboratory Drive</streetAddressLine>        <city>Chicago</city>        <state>IL</state>        <postalCode>60622</postalCode>        <country>USA</country>      </addr>
    </representedOrganization>
  </assignedEntity>
</authenticator>
Example
Laboratory Results Multiple Validators Example
<ClinicalDocument>
  <!-- .. -->
  <authenticator>
    <templateId root="1.3.6.1.4.1.19376.1.3.3.1.5"/>    <time value="20080124171911.0425-0500"/>    <signatureCode code="S"/>    <assignedEntity>
      <id extension="274" root="1.3.6.1.4.1.19376.1.3.4"/>      <addr>
        <!-- address 1 content here -->
      </addr>
      <telecom value="tel: 312-555-5555"/>      <assignedPerson>
        <name>
          <!-- name 1 content here -->
        </name>
      </assignedPerson>
    </assignedEntity>
  </authenticator>
  <authenticator>
    <templateId root="1.3.6.1.4.1.19376.1.3.3.1.5"/>    <time value="20080124171911.0425-0500"/>    <signatureCode code="S"/>    <assignedEntity>
      <id extension="332" root="1.3.6.1.4.1.19376.1.3.4"/>      <!-- .. -->
    </assignedEntity>
  </authenticator>
  <!-- .. -->
  <structuredBody>
    <!-- .. -->
    <section>
      <!-- .. -->
      <entry>
        <act>
          <!-- .. -->
          <entryRelationship>
            <observation>
              <!-- .. -->
              <participant typeCode="AUTHEN">
                <time value="20080123211000.007-0500"/>                <participantRole>
                  <id extension="332" root="1.3.6.1.4.1.19376.1.3.4"/>                  <addr>
                    <!-- address 2 content here -->
                  </addr>
                  <telecom value="tel: 312-555-5555"/>                  <playingEntity>
                    <name>
                      <!-- name 2 content here -->
                    </name>
                  </playingEntity>
                </participantRole>
              </participant>
            </observation>
          </entryRelationship>
        </act>
      </entry>
    </section>
    <section>
      <!-- .. -->
      <entry>
        <act>
          <!-- .. -->
          <entryRelationship>
            <observation>
              <!-- .. -->
              <participant typeCode="AUTHEN">
                <time value="20080123211000.007-0500"/>                <participantRole>
                  <id extension="274" root="1.3.6.1.4.1.19376.1.3.4"/>                </participantRole>
              </participant>
            </observation>
          </entryRelationship>
        </act>
      </entry>
    </section>
  </structuredBody>
</ClinicalDocument>
Item DT Card Conf Description Label
@typeCode
cs 1 … 1 F AUTHEN
hl7:templateId
II 1 … 1 M (XeHdotsor2)
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.3.3.1.5
hl7:time
TS 1 … 1 R (XeHdotsor2)
hl7:signatureCode
CS 1 … 1 R (XeHdotsor2)
hl7:assignedEntity
1 … 1 R (XeHdotsor2)
@classCode
cs 0 … 1 F ASSIGNED
hl7:id
II 1 … * R (XeHdotsor2)
hl7:code
CE 0 … 1 R (XeHdotsor2)
hl7:addr
AD 1 … * R (XeHdotsor2)
hl7:telecom
TEL 1 … * R (XeHdotsor2)
  Schematron assert role red error  
  test not(hl7:assignedPerson) or hl7:assignedPerson/hl7:name  
  Message the <name/> sub-element of <assignedPerson/> SHALL be present.  
hl7:assignedPerson
0 … 1 R Contains 2.16.840.1.113883.2.51.10.73 XeH CDA Person (DYNAMIC) (XeHdotsor2)
hl7:representedOrganization
0 … 1 R Contains 2.16.840.1.113883.10.22.9.1 IPS CDA Organization (DYNAMIC) (XeHdotsor2)