Id2.16.840.1.113883.2.51.10.5Effective Date2021‑09‑07 16:27:01
Statusactive ActiveVersion Label1.0
NameXeHCDAauthorDisplay NameXeH CDA author
Description

A CDA document shall have at least one author. Authors could be either human (ClinicalDocument/author/assignedAuthor/assignedPerson) either devices (ClinicalDocument/author/assignedAuthor/assignedAuthoringDevice).

For definition “The author element represents the creator of the clinical document. If the role of the actor is the entry of information from his or her own knowledge or application of skills, that actor is the author. If one actor provides information to another actor who filters, reasons, or algorithmically creates new information, then that second actor is also an author, having created information from his or her own knowledge or skills. [From Implementation Guide for CDA Release 2: Imaging Integration – UV Realm, March 2009].

According to this definition, not any device that generates the electronic document has to be considered as an author:

  • a spider collecting and filtering information from different repositories, according to defined rules and policies, for the scope of creating a Patient Summary is definitely a document author (and in some cases the only one );
  • an application that transforms a Patient Summary record into this CDA format may not be an author;
  • For cross-border exchange purposes, a device, which modifies the concepts conveyed (e.g. applying code system mappings), should appear as one of the authors. In this case (document generated through a transformation process) the authors of the parent (original) patient summary should appear as authors as well.

Further to this, authorship can give information about the nature of Patient Summary :

  • if there is a person author only, then the Patient Summary is the result of a practitioner clinical act;
  • if there are device authors only, the summary was automatically generated according to well defined rules defined by the responsible organization.
The CDA standard allows to provide detailed information about what was authored by whom in the Patient Summary, allowing the specification of authorship at the whole document level, at the section level and also at the entry level. In any case it is not required to repeat this information for each of the mentioned levels, taking advantage of the context conduction propriety.
In fact “context that is specified on an outer tag holds true for all nested tags, unless overridden on a nested tag. Context specified on a tag within the CDA body always overrides context propagated from an outer tag. For instance, the specification of authorship at a document section level overrides all authorship propagated from outer tags.” (HL7 CDA R2 Standard).
ClassificationCDA Header Level Template
Open/ClosedOpen (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 4 templates, Uses 2 templates
Used by as NameVersion
2.16.840.1.113883.2.51.10.4Includeactive XeH Clinical Document (1.0)2021‑09‑07 16:23:15
2.16.840.1.113883.2.51.10.12Includeactive XeH Hospital Discharge Report (1.0)2021‑09‑10 14:49:32
2.16.840.1.113883.2.51.10.13Includeactive XeH RD Patient Summary (1.0)2021‑09‑10 14:50:49
2.16.840.1.113883.2.51.10.33Includeactive XeH Laboratory Result Report (1.0)2021‑10‑01 11:41:22
Uses as NameVersion
2.16.840.1.113883.2.51.10.90Containmentactive XeH CDA Device (1.0)DYNAMIC
2.16.840.1.113883.10.22.9.1Containmentpending IPS CDA Organization (STU1)DYNAMIC
RelationshipSpecialization: template 2.16.840.1.113883.10.22.2.2 IPS CDA author (2017‑04‑11)
ref
hl7ips-

Adaptation: template 2.16.840.1.113883.10.12.102 CDA author (2005‑09‑07)
ref
ad1bbr-
Example
Human Author
<author>
  <time value="201212290600+0100"/>  <assignedAuthor>
    <id root="2.16.840.1.113883.2.9.4.3.2" extension="RSSMRA00A01F205F" assigningAuthorityName="Ministero Economia e Finanze"/>    <code code="221" codeSystem="2.16.840.1.113883.2.9.6.2.7" codeSystemName="ISCO" displayName="Medico"/>    <addr use="WP">
      <streetAddressLine>Viale della Cristallina 3</streetAddressLine>      <city>Bologna</city>      <state>BO</state>      <postalCode>40121</postalCode>      <country>IT</country>    </addr>
    <telecom use="WP" value="tel:+39-051-34343434"/>    <assignedPerson>
      <name>
        <given>Paolo</given>        <family>Rossi</family>      </name>
    </assignedPerson>
    <representedOrganization>
      <!-- template 'IPS CDA Organization' (dynamic) -->
    </representedOrganization>
  </assignedAuthor>
</author>
Example
Device Author
<author>
  <time value="201212290600+0100"/>  <assignedAuthor>
    <id root="1.2.3.999" extension="__example only__"/>    <addr use="WP">
      <state>Castilla-La Mancha</state>      <city>Toledo</city>      <precinct>Toledo</precinct>      <country>ES</country>      <postalCode>45071</postalCode>      <streetAddressLine>Av. Río Guadiana, 4</streetAddressLine>    </addr>
    <telecom nullFlavor="NI"/>    <assignedAuthoringDevice classCode="DEV" determinerCode="INSTANCE">
      <softwareName displayName="Turriano"/>    </assignedAuthoringDevice>
    <representedOrganization classCode="ORG" determinerCode="INSTANCE">
      <id root="1.2.3.999" extension="__example only__"/>      <name>SESCAM</name>      <telecom use="WP" value="tel:+34925274100"/>      <addr use="WP">
        <state>Castilla-La Mancha</state>        <city>Toledo</city>        <precinct>Toledo</precinct>        <country>ES</country>        <postalCode>45071</postalCode>        <streetAddressLine>Av. Río Guadiana, 4</streetAddressLine>      </addr>
    </representedOrganization>
  </assignedAuthor>
</author>
ItemDTCardConfDescriptionLabel
hl7:author
1 … *RXeHCdotsthor
@typeCode
cs0 … 1FAUT
@contextControlCode
cs0 … 1FOP
 Example<author>
  <time value="201212290600+0100"/>  <assignedAuthor>
    <id root="2.16.840.1.113883.2.9.4.3.2" extension="RSSMRA00A01F205F" assigningAuthorityName="Ministero Economia e Finanze"/>    <addr use="WP">
      <streetAddressLine>Viale della Cristallina 3</streetAddressLine>      <city>Bologna</city>      <state>BO</state>      <postalCode>40121</postalCode>      <country>IT</country>    </addr>
    <telecom use="WP" value="tel:+39-051-34343434"/>    <assignedPerson>
      <name>
        <given>Paolo</given>        <family>Rossi</family>      </name>
    </assignedPerson>
  </assignedAuthor>
  <representedOrganization>
    <!-- template 'IPS CDA Organization' (dynamic) -->
  </representedOrganization>
</author>
hl7:functionCode
CE.IPS0 … 1RFunction of the author (e.g. "Physician on duty", ...). Binding of this element is left open and needs to be set according to project policies.XeHCdotsthor
hl7:time
TS.IPS.TZ1 … 1RThe author/time element represents the start time of the author’s participation in the creation of the clinical document. XeHCdotsthor
 Example<time value="201212290600+0100"/>
hl7:assignedAuthor
1 … 1RXeHCdotsthor
@classCode
cs0 … 1FASSIGNED
hl7:id
II1 … *RAuthor Identifier(s)

in case the author is a device, the UDI Device Identifier MAY be specified as a second id element.
XeHCdotsthor
@nullFlavor
cs0 … 1 
hl7:code
CE.IPS (extensible)0 … 1RA code, which identifies the profession/competence/specialty of the author when it is a person.XeHCdotsthor
 CONF
The value of @code should be drawn from value set 2.16.840.1.113883.11.22.53 IPS Healthcare Professional Roles (DYNAMIC)
 Example<code code="221" codeSystem="2.16.840.1.113883.2.9.6.2.7" codeSystemName="ISCO" displayName="Medical doctors"/>
hl7:addr
AD.IPS1 … *RXeHCdotsthor
 Example<addr use="WP">
  <streetAddressLine>Viale della Cristallina 3</streetAddressLine>  <city>Bologna</city>  <state>BO</state>  <postalCode>40121</postalCode>  <country>IT</country></addr>
hl7:telecom
TEL.IPS1 … *RXeHCdotsthor
@use
set_cs0 … 1 
 CONF
The value of @use shall be drawn from value set 2.16.840.1.113883.1.11.201 TelecommunicationAddressUse (DYNAMIC)
@value
st0 … 1 
 Example<telecom use="WP" value="tel:+39-051-34343434"/>
 Example<telecom nullFlavor="NI"/>
Choice1 … 1Elements to choose from:
hl7:assignedPerson
0 … 1CXeHCdotsthor
@classCode
cs0 … 1FPSN
@determinerCode
cs0 … 1FINSTANCE
hl7:name
PN1 … *RName of the person (e.g. the Healthcare Professional)  authoring this documentXeHCdotsthor
 Example<name>
  <given>John</given>  <family>Español Smith</family></name>
hl7:family
1 … *RXeHCdotsthor
hl7:given
1 … *RXeHCdotsthor
hl7:assignedAuthoringDevice
0 … 1CContains 2.16.840.1.113883.2.51.10.90 XeH CDA Device (DYNAMIC)XeHCdotsthor
 Example<assignedAuthoringDevice classCode="DEV" determinerCode="INSTANCE">
  <softwareName displayName="Turriano"/></assignedAuthoringDevice>
hl7:representedOrganization
0 … 1RContains 2.16.840.1.113883.10.22.9.1 IPS CDA Organization (DYNAMIC)XeHCdotsthor