Back To Index  <<  Back To Templates

draft Template  XeH Results Validator

Id 2.16.840.1.113883.2.51.10.44 Effective Date 2020‑10‑28 10:55:16
Status draft Draft Version Label
Name XeHCDAAuthenticator Display Name XeH Results Validator
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".
Classification CDA Header Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 2 templates, Uses 2 templates
Used by as Name Version
2.16.840.1.113883.2.51.10.2 Include draft XeH Diagnostic Imaging Report (0.1) 2021‑06‑21 14:23:14
2.16.840.1.113883.2.51.10.33 Include draft XeH Laboratory Result Report (0.1) 2021‑10‑01 11:41:22
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 2.16.840.1.113883.3.1937.99.61.67.10.13 XeH Results Validator (2020‑10‑28 10:55:16)
ref
sxehealth-

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
hl7:authenticator
R (XeHdotstor)
@typeCode
cs 1 … 1 F AUTHEN
hl7:templateId
II 1 … 1 M (XeHdotstor)
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.3.3.1.5
hl7:time
TS 1 … 1 R (XeHdotstor)
hl7:signatureCode
CS 1 … 1 R (XeHdotstor)
hl7:assignedEntity
1 … 1 R (XeHdotstor)
@classCode
cs 0 … 1 F ASSIGNED
hl7:id
II 1 … * R (XeHdotstor)
hl7:code
CE 0 … 1 R (XeHdotstor)
hl7:addr
AD 1 … * R (XeHdotstor)
hl7:telecom
TEL 1 … * R (XeHdotstor)
hl7:assignedPerson
0 … 1 R Contains 2.16.840.1.113883.2.51.10.73 XeH CDA Person (DYNAMIC) (XeHdotstor)
hl7:representedOrganization
0 … 1 R Contains 2.16.840.1.113883.10.22.9.1 IPS CDA Organization (DYNAMIC) (XeHdotstor)