Difference between revisions of "DraftCDA2.1.b"

From HL7 Publishing Wiki
Jump to navigation Jump to search
Line 22: Line 22:
  
 
==Header==
 
==Header==
 
The purpose of the CDA header is to enable clinical document exchange across and within institutions; facilitate clinical document management; and facilitate compilation of an individual patient's clinical documents into a lifetime electronic patient record. The CDA header sets the context for the document as a whole and the context for understanding the content contained in the document.
 
 
 
===ClinicalDocument===
 
 
The CDA schema was produced by serialization of the CDA model. The starting point for his serialization was the ClinicalDocument class. The ClinicalDocument is the root element in a CDA document instance.
 
 
[[Image:Header.png|400px|border|center|Authenicator]]
 
 
====ClinicalDocument Attributes====
 
 
This section describes attributes defined in the ClinicalDocument class.
 
 
The table below identifies the attributes of ClinicalDocument. For each item, the name is provided, along with the data type, wire cardinality*, code bindings, and binding type or strength. The links allow will access to the item's definition, data type definition, and when appropriate, the concept domain or value set used with the item. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: ClinicalDocument Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-classCode-att    classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActClass.htm#DOCCLIN DOCCLIN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-moodCode-att    moodCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#InfrastructureRoot-typeId-att  typeId]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[1..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#InfrastructureRoot-templateId-att templateId]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-id-att id]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[1..1]||||
 
|- 
 
|[http://cda/infrastructure/rim/rim.htm#Act-code-att code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[1..1]||[http://cda/infrastructure/vocabulary/vs_LN.htm#DocumentType D:DocumentType]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-title-att title]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ST ST]||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-effectiveTime-att effectiveTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-confidentialityCode-att confidentialityCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]>||[0..*]||[http://cda/infrastructure/vocabulary/vs_Confidentiality.htm#x_BasicConfidentialityKind V:x_BasicConfidentialityKind]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-languageCode-att languageCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#HumanLanguage D:HumanLanguage]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-setId-att setId]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-versionNumber-att versionNumber]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ST.SIMPLE ST.SIMPLE]||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-copyTime-att copyTime] ('''Deprecated''')||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[0..1]||||
 
|}
 
'''Note*:''' The wire cardinality represents is the effective cardinality of an element, taking into account [[#Recipient Responsibilities|1.3.1 Recipient Responsibilities]], relaxation of the requirement to exchange fixed and defaulted values. The logical cardinality expressed in the CDA Hierarchical Description is still present, but assumed by the recipient, not imposed on the wire format of an instance of a CDA document. 
 
 
 
'''ClinicalDocument.classCode'''
 
 
The ClinicalDocument.classCode in the CDA model is fixed to "DOCCLIN". As a result, in the CDA R2.1 Schema, the ClinicalDocument/@classCode has been fixed to "DOCCLIN".
 
 
As noted in section [[#Recipient Responsibilities|1.3.1 Recipient Responsibilities]], fixed and default values asserted in this standard are not required to be present in CDA document instances. However, CDA Implementation Guides can still require them via conformance statements. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed ClinicalDocument.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DOCCLIN DOCCLIN]||clinical document
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActClass (HL7) Code System OID: 2.16.840.1.113883.5.6</small>
 
|}
 
 
'''ClinicalDocument.moodCode'''
 
 
The ClinicalDocument.moodCode in the CDA model is fixed to "EVN" or event mood to indicate that this is documentation of a past service. In the CDA R2.1 Schema, the ClinicalDocument/@moodCode has been fixed to "EVN".
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed ClinicalDocument.moodCode
 
|-
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||event
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActMood (HL7) Code System OID: 2.16.840.1.113883.5.1001</small>
 
|}
 
 
The ClinicalDocument class inherits various attributes from the {{ext|infrastructure/rim/rim.htm#InfrastructureRoot-cls|InfrastructureRoot class}} of the RIM, including ClinicalDocument.templateId and ClinicalDocument.typeId which are discussed here. All CDA classes inherit from infrastructureRoot, which is discussed in Section (link here).
 
 
'''ClinicalDocument.typeId'''
 
 
ClinicalDocument.typeId is a technology-neutral explicit reference to this CDA, Release Two specification, and must be valued as follows: ClinicalDocument.typeId.root = "2.16.840.1.113883.1.3" (which is the OID for HL7 Registered models); ClinicalDocument.typeId.extension = "POCD_HD000040" (which is the unique identifier for the CDA, Release Two Hierarchical Description).
 
 
'''ClinicalDocument.templateId'''
 
 
When a templateId is present in a CDA element, it signals the imposition of a set of template-defined constraints for that element. The templateId is one of the infrastructure attributes added to all CDA classes.  It has only been displayed for ClinicalDocument, but is present in all CDA classes, where it can be used to identify constraints defined in an external Implementation Guide template. See 4.3.2 Template Versioning.
 
 
'''ClinicalDocument.id'''
 
 
Represents the unique instance identifier of a clinical document.
 
 
'''ClinicalDocument.code'''
 
 
The code specifying the particular kind of document (e.g. History and Physical, Discharge Summary, Progress Note). The value set is drawn from LOINC, and has a CWE coding strength.
 
 
Within the LOINC database, beginning with version 2.09, May 2003, document type codes are those that have a value of "DOC" in the Scale component. This subset of LOINC is included in the appendix (see [[#LOINC_Document_Codes|LOINC Document Codes]]).
 
 
'''ClinicalDocument.title'''
 
 
Represents the title of the document. It's commonly the case that clinical documents do not have a title, and are collectively referred to by the display name of ClinicalDocument.code (e.g. a "consultation" or "progress note"). Where these display names are rendered to the clinician, or where the document has a unique title, the ClinicalDocument.title component should be used. In the example document in the appendix (see [[#Sample_Document|Sample Document]]), the value of ClinicalDocument.title = "Good Health Clinic Consultation Note".
 
 
'''ClinicalDocument.effectiveTime'''
 
 
Signifies the document creation time, when the document first came into being. Where the CDA document is a transform from an original document in some other format, the ClinicalDocument.effectiveTime is the time the original document was created. The time when the transform occurred is not currently represented in CDA.
 
 
'''ClinicalDocument.ConfidentialityCode'''
 
 
Confidentiality is a required contextual component of CDA, where the value expressed in the header holds true for the entire document, unless overridden by a nested value (as further described in [[#CDA_Context|CDA Context]]). A best practice for clinical documents is to assert the highest level of confidentiality present within a document at the header level.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for ClinicalDocument.confidentialityCode
 
! style="text-align:left;"  colspan="5" |  x_BasicConfidentialityKind <small>[2.16.840.1.113883.1.11.16926] (OPEN) </small>
 
|-
 
!Code !!Display Name!! !!Code !!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/Confidentiality.htm#N  N]||normal || ||[http://cda/infrastructure/vocabulary/Confidentiality.htm#R  R]||restricted
 
|-
 
|[http://cda/infrastructure/vocabulary/Confidentiality.htm#V  V]||very restricted|| || ||
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: Confidentiality (HL7) Code System OID: 2.16.840.1.113883.5.25</small>
 
|}
 
 
<nowiki>*</nowiki> The codeSystem value is included here because confidentialityCode is of type CE, and therefore must carry both a code and a codeSystem.
 
 
'''ClinicalDocument.languageCode'''
 
 
Specifies the human language of character data (whether they be in contents or attribute values). The values of the attribute are language identifiers as defined by the IETF (Internet Engineering Task Force) RFC 3066 for the Identification of Languages, ed. H. Alvestrand. 1995, which obsoletes RFC 1766. The HL7 code system for these values is "2.16.840.1.113883.6.121". Language is a contextual component of CDA, where the value expressed in the header holds true for the entire document, unless overridden by a nested value (as further described in [[#CDA_Context|CDA Context]]).
 
 
'''ClinicalDocument.setId'''
 
 
Represents an identifier that is common across all document revisions.
 
 
'''ClinicalDocument.versionNumber'''
 
 
An integer value used to version successive replacement documents.
 
 
'''ClinicalDocument.copyTime (Deprecated)'''
 
 
Represents the time a document is released (i.e. copied or sent to a display device) from a document management system that maintains revision control over the document. Once valued, it cannot be changed. The intent is to give the viewer of the document some notion as to how long the document has been out of the safe context of its document management system.
 
 
Included for backwards compatibility with CDA, Release One. ClinicalDocument.copyTime has been deprecated because it is not part of the document at the time it is authenticated, but instead represents metadata about the document, applied at some variable time after authentication. Further use is discouraged.
 
 
===Header Participants===
 
 
This section describes classes related to the root ClinicalDocument class via a Participation.
 
 
 
====<big>authenticator</big>====
 
 
[[Image:Authenicator.png|800px|border|center|authenicator]]
 
 
Represents a participant who has attested to the accuracy of the document, but who does not have privileges to legally authenticate the document. An example would be a resident physician who sees a patient and dictates a note, then later signs it. (See also [[#legalAuthenticator|legalAuthenticator]])
 
 
A clinical document can have zero to many authenticators. Both authentication and legal authentication require that a document has been signed manually or electronically by the responsible individual.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Authenicator
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUTHEN AUTHEN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att  time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[1..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-statusCode-att signatureCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CV CV]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationSignature.htm S]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-signatureText-att  signatureText]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ED ED] ||[0..1]||||
 
|}
 
 
'''authenticator.typeCode'''
 
 
The authenticator.typeCode is fixed to "AUTHEN" to indicate that a participant has attested his participation through a signature.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed authenticator.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUTHEN AUTHEN]||authenticator
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''authenticator.time'''
 
 
Authenticator has a required authenticator.time indicating the time of authentication.
 
 
'''authenticator.signatureCode'''
 
 
Authenicator has a required authenticator.signatureCode, indicating that a signature has been obtained and is on file.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed authenticator.signatureCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationSignature.htm S] ('''Fixed''')||signed
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ParticipationSignature (HL7) Code System OID: 2.16.840.1.113883.5.89</small>
 
|}
 
 
'''Note''': CDA Release One represented either an intended ("X") or actual ("S") authenticator.  CDA Release 2 and 2.1 only represents an actual authenticator, so usage of "X" and "I" are deprecated.
 
 
'''authenticator.signatureText'''
 
 
A new attribute, SignatureText has been added to authenticator. The signature can be represented either inline or by reference according to the ED data type. Typical cases are:
 
 
# Paper-based signatures: the ED data type may refer to a document or other resource that can be retrieved through an electronic interface to a hardcopy archive.
 
# Electronic signature: this attribute can represent virtually any electronic signature scheme.
 
# Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc.
 
 
<div id="div-AssignedEntity"></div>
 
=====AssignedEntity=====
 
 
An authenticator is a person in the role of an assigned entity (AssignedEntity class). An assigned entity is a person assigned to the role by the scoping organization. The entity playing the role is a person (Person class). The entity scoping the role is an organization (Organization class). (See {{ext|infrastructure/rim/rim.htm#Role-cls|here}} for a description of "player" and "scoper" role associations.)
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: AssignedEntity
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[1..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#RoleCode D:RoleCode]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|}
 
 
'''AssignedEntity.classCode'''
 
 
The classCode is fixed to "ASSIGNED", which is used in this context to indicate that a person in the employ of an organization was acting as their agent. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed AssignedEntity.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED ]||assigned entity
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''AssignedEntity.id'''
 
 
In this context, it is a unique identifier for the person in this Role.
 
 
'''AssignedEntity.code'''
 
 
Identifies the specific kind of Role to which an Role-instance belongs. The AssignedEntity.code is bound to D:RoleCode, which enables any code from the HL7 [http://cda/infrastructure/vocabulary/RoleCode.htm RoleCode vocabulary].
 
 
'''AssignedEntity.addr'''
 
 
A postal address for the Entity while in the Role.
 
 
'''AssignedEntity.telecom'''
 
 
A telecommunication address for the Entity while in the Role.
 
 
=====Person=====
 
 
Refer to [[#div-person|Person]] as defined for Author participation.
 
 
<div id="div-organization"></div>
 
<div id="div-Organization"></div>
 
=====Organization=====
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Organization
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityClass.htm#ORG ORG]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-determinerCode-att determinerCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-name-att  name]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ON ON]>||[0..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Organization-addr-att  addr]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Organization-standardIndustryClassCode-att  standardIndustryClassCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]|| [http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#OrganizationIndustryClass D:OrganizationIndustryClass]
 
|}
 
 
'''Organization.classCode'''
 
With the code fixed to "ORG", it indicates we are referencing an Organization.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Organization.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityClass.htm#ORG ORG] ||organization
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: EntityClass (HL7) Code System OID: 2.16.840.1.113883.5.41</small>
 
|}
 
 
'''Organization.determinerCode'''
 
 
The determinerCode is fixed to "INSTANCE", which indicates that the scoping organization referenced, is a specific instance of an organization.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Organization.determinerCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||specific
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityDeterminer (HL7) Code System OID: 2.16.840.1.113883.5.30</small>
 
|}
 
 
'''Organization.id'''
 
 
A unique identifier for the Organization.
 
 
'''Organization.name'''
 
 
A non-unique textual identifier or moniker for the organization.
 
 
'''Organization.telecom'''
 
 
A telecommunication address for the Organization.
 
 
'''Organization.addr'''
 
 
The postal or residential address of an organization.
 
 
'''Organization.standardIndustryClassCode'''
 
 
A code which identifies the industrial category of an organization. In the US Realm, it has been bound to the Code System: North American Industry Classification System  [2.16.840.1.113883.6.85] (NAICS).  The binding type is Open, so other code system and values sets may be used in the US and other realms.  [http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#OrganizationIndustryClass D:OrganizationIndustryClass]
 
 
<div id="div-OrganizationPartOf"></div>
 
=====OrganizationPartOf=====
 
 
A scoping organization can be part of a larger organization. Where there is a need to include whole-part relationships, the OrganizationPartOf role can be used. OrganizationPartOf.statusCode indicates the state of the whole-part relationship (e.g. "active", "terminated").
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: OrganizationPartOf
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#PART PART]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[1..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#RoleCode D:RoleCode]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-statusCode-att  statusCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleStatus.htm V:RoleStatus]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-effectiveTime-att  effectiveTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-IVL IVL]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] >||[0..1]|| ||
 
|}
 
 
 
'''OrganizationPartOf.classCode'''
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed OrganizationPartOf.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PART PART]||part
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''OrganizationPartOf.id'''
 
 
A unique identifier for the player organization in this Role.
 
 
'''OrganizationPartOf.code'''
 
 
The specific kind of Role to which an Role-instance belongs.
 
 
'''OrganizationPartOf.statusCode'''
 
 
The state of this Role as defined in the state-transition model.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for OrganizationPartOf.statusCode
 
! style="text-align:left;"  colspan="5" |  V:RoleStatus      <small>[2.16.840.1.113883.5.1068] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleStatus.htm#normal normal]||normal||
 
||[http://cda/infrastructure/vocabulary/RoleStatus.htm#active active]||active
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleStatus.htm#cancelled cancelled]||cancelled||
 
||[http://cda/infrastructure/vocabulary/RoleStatus.htm#pending pending]||pending
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleStatus.htm#suspended suspended]||suspended||
 
||[http://cda/infrastructure/vocabulary/RoleStatus.htm#terminated terminated]||terminated
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleStatus.htm#nullified nullified]||nullified||
 
|| ||
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: RoleStatus (HL7) Code System OID: 2.16.840.1.113883.5.1068</small>
 
|}
 
 
'''OrganizationPartOf.effectiveTime'''
 
 
The OrganizationPartOf.effectiveTime is an interval of time specifying the period during which the whole-part relationhship is in effect, if such time limit is applicable and known.
 
 
====<big>author</big>====
 
 
[[Image:Author.png|800px|border|center|author]]
 
 
Represents the humans and/or machines that authored the document.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: author
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUT AUT]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-functionCode-att  functionCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#ParticipationFunction D:ParticipationFunction]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-contextControlCode-att contextControlCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[1..1]||||
 
|}
 
 
'''author.typeCode'''
 
 
The author.typeCode is fixed to "AUT", used to indicate the party that originates the document and is responsible for the information in the  document.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed author.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUT AUT]||author
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''author.functionCode'''
 
 
 
The author.functionCode is bound to the concept domain ParticipationFunction, which is used to specify the exact function an actor had in a service in all necessary detail. This domain may include local extensions (Open).
 
 
In some cases, the role or function of the author is inherent in the ClinicalDocument.code, such as where ClinicalDocument.code is "Medical Student Progress Note". The role of the author can also be recorded in the Author.functionCode or AssignedAuthor.code attribute. If either of these attributes is included, they should be equivalent to or further specialize the role inherent in the ClinicalDocument.code (such as where the ClinicalDocument.code is simply "Physician Progress Note" and the value of Author.functionCode is "rounding physician"), and shall not conflict with the role inherent in the ClinicalDocument.code, as such a conflict would constitute an ambiguous situation.
 
 
'''author.contextControlCode'''
 
 
The author.contextControlCode is fixed to "OP". It means that the author will replace the set of author participations that have propagated from ancestor Acts, and will itself be the only author to propagate to any child Acts that allow context to be propagated. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed author.contextControlCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||overriding, propagating
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ContextControl (HL7) Code System OID: 2.16.840.1.113883.5.1057</small>
 
|}
 
 
'''author.time'''
 
 
The author.time is used to capture the time this specific author contributed content to the document.
 
 
=====AssignedAuthor=====
 
 
An author is a person in the role of an assigned author (AssignedAuthor class). The entity playing the role is a person (Person class) or a device (AuthoringDevice class). The entity scoping the role is an organization (Organization class), and is the organization from which the document originates.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: AssignedAuthor
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[1..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#RoleCode D:RoleCode]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|}
 
 
'''AssignedAuthor.classCode'''
 
 
The classCode is fixed to "ASSIGNED", which is used in this context to indicate that a person in the employ of an organization was acting as their agent. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed AssignedAuthor.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED ]||assigned entity
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''AssignedAuthor.id'''
 
 
In this context, it is a unique identifier for the person in this Role.
 
 
'''AssignedAuthor.code'''
 
 
Identifies the specific kind of Role to which an Role-instance belongs. The AssignedEntity.code is bound to D:RoleCode, which enables any code from the HL7 [http://cda/infrastructure/vocabulary/RoleCode.htm RoleCode vocabulary].
 
 
'''AssignedAuthor.addr'''
 
 
A postal address for the Entity while in the Role.
 
 
'''AssignedAuthor.telecom'''
 
 
A telecommunication address for the Entity while in the Role.
 
 
<div id='div-person'></div>
 
 
=====Person=====
 
 
A human being.
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Person
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityClass.htm#PSN PSN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-determinerCode-att determinerCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE  INSTANCE]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-name-att  name]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-PN PN]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-desc-att  desc ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ED ED]||[0..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LivingSubject-birthTime-att birthTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]||[0..1]|| ||
 
|}
 
 
'''Person.classCode'''
 
 
With the code fixed to "PSN", it indicates we are referencing a Person.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Person.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityClass.htm#PSN PSN]||person
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityClass (HL7) Code System OID: 2.16.840.1.113883.5.41</small>
 
|}
 
 
'''Person.determinerCode'''
 
 
The determinerCode is fixed to "INSTANCE", which indicates that we are dealing with a specific person.
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Person.determinerCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE] ('''Fixed''')||specific
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityDeterminer (HL7) Code System OID: 2.16.840.1.113883.5.30</small>
 
|}
 
 
'''Person.name'''
 
 
The person's name.
 
 
Note: The person name data type "PN" supports current, and historical names using validTime, and the specification of different use codes can indicate legal name, tribal name, stage name and others.
 
 
'''Person.desc'''
 
 
A textual or multimedia depiction of the person.
 
 
'''Person.birthTime'''
 
 
The date and time of a person's birth.
 
 
=====AuthoringDevice=====
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: AuthoringDevice
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityClass.htm#DEV DEV]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-determinerCode-att determinerCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE  INSTANCE]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#EntityCode D:EntityCode] ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-manufacturerModelName-att  manufacturerModelName ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SC SC]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#ManufacturerModelName  D:ManufacturerModelName ] ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#softwareName-desc-att  softwareName ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SC SC]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#SoftwareName  D:SoftwareName ] ||
 
|}
 
 
'''AuthoringDevice.classCode'''
 
 
The AuthoringDevice.classCode if fixed to "DEV" indicating that a device was used to generate content in the document.
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed AuthoringDevice.classCode 
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityClass.htm#DEV DEV]||role
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: EntityClass (HL7) Code System OID: 2.16.840.1.113883.5.41</small>
 
|}
 
 
'''AuthoringDevice.determinerCode'''
 
 
The determinerCode is fixed to "INSTANCE", which indicates we are referencing a specific device.
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed AuthoringDevice.determinerCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||specific
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityDeterminer (HL7) Code System OID: 2.16.840.1.113883.5.30</small>
 
|}
 
 
'''AuthoringDevice.code'''
 
 
The AuthoringDevice.code is bound to the EntityCode domain. 
 
 
'''AuthoringDevice.manufacturerModelName'''
 
 
Is used to convey a coded name for the device.
 
 
'''AuthoringDevice.softwareName'''
 
 
Is used to convey a coded name for the software used to author content.
 
 
=====MaintainedEntity=====
 
 
:'''NOTE:''' In CDA, Release One, it was possible to specify those individuals responsible for the device. This functionality has been deprecated in CDA, Release Two. The MaintainedEntity class is present for backwards compatibility, and its use is discouraged, except where needed to support the transformation of CDA, Release One documents.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: MaintainedEntity
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#MNT MNT]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-effectiveTime-att effectiveTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-IVL IVL]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]>||[0..1]|| ||
 
|}
 
 
'''MaintainedEntity.classCode'''
 
 
With the classCode fixed to "MNT", it indicates that AuthoringDevice is maintained by person assuming responsibility for proper operation, quality, and safety.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed MaintainedEntity.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#MNT MNT]||maintained entity
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''MaintainedEntity.effectiveTime'''
 
 
An interval of time specifying the period during which the Role is in effect.
 
 
====<big>custodian</big>====
 
 
[[Image:Custodian.png|800px|border|center|custodian]]
 
 
Represents the organization that is in charge of maintaining the document. The custodian is the steward that is entrusted with the care of the document. Every CDA document has exactly one custodian.
 
 
The custodian participation satisfies the CDA definition of Stewardship (see [[#What_is_the_CDA|What is the CDA]]). Because CDA is an exchange standard and may not represent the original form of the authenticated document, the custodian represents the steward of the original source document.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: custodian
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#CST CST]||Fixed
 
|}
 
 
'''custodian.typeCode'''
 
 
The custodian.typeCode is fixed to "CST", which indicates in this instance an organization that is in charge of maintaining this document. Examples: Medical Records Dept in hospital, Health Information Management Dept., etc. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}:Fixed custodian.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#CST CST]||custodian
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
A custodian is a scoping organization in the role of an assigned custodian (AssignedCustodian class). The steward organization (CustodianOrganization class) is an entity scoping the role of AssignedCustodian, and has a required CustodianOrganization.id.
 
 
=====AssignedCustodian=====
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: AssignedCustodian
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED]||Fixed
 
|}
 
 
'''AssignedCustodian.classCode
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed AssignedCustodian.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED ]||assigned entity
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
=====CustodianOrganization=====
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: CustodianOrganization
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityClass.htm#ORG ORG]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-determinerCode-att determinerCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[1..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-name-att  name]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ON ON]>||[0..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Organization-addr-att  addr]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|}
 
 
'''CustodianOrganization.classCode'''
 
With the code fixed to "ORG", it indicates we are referencing an Organization.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed CustodianOrganization.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityClass.htm#ORG ORG] ||organization
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: EntityClass (HL7) Code System OID: 2.16.840.1.113883.5.41</small>
 
|}
 
 
'''CustodianOrganization.determinerCode'''
 
 
The determinerCode is fixed to "INSTANCE", which indicates that the scoping organization referenced, is a specific instance of an organization.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed CustodianOrganization.determinerCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||specific
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityDeterminer (HL7) Code System OID: 2.16.840.1.113883.5.30</small>
 
|}
 
 
'''CustodianOrganization.id'''
 
 
A unique identifier for the Organization.
 
 
'''CustodianOrganization.name'''
 
 
A non-unique textual identifier or moniker for the organization.
 
 
'''CustodianOrganization.telecom'''
 
 
A telecommunication address for the Organization.
 
 
'''CustodianOrganization.addr'''
 
 
The postal or residential address of an organization.
 
 
====<big>dataEnterer (Transcriptionist)</big>====
 
 
[[Image:DataEnterer.png|600px|border|center|dataEnterer ]]
 
 
Represents the participant who has transformed a dictated note into text.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: dataEnterer
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#ENT ENT]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-contextControlCode-att contextControlCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[1..1]||||
 
|}
 
 
'''dataEnterer.typeCode'''
 
 
The dataEnterer.typeCode is fixed to "ENT".
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed dataEnterer.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#ENT ENT]||data entry person
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''dataEnterer.contextControlCode'''
 
 
The dataEnterer.contextControlCode is fixed to "OP".
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed dataEnterer.contextControlCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||overriding, propagating
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ContextControl (HL7) Code System OID: 2.16.840.1.113883.5.1057</small>
 
|}
 
 
'''dataEnterer.time'''
 
 
The date and time the data was entered into the originating system.
 
 
=====AssignedEntity=====
 
 
Refer to [[#div-AssignedEntity|AssignedEntity]] as defined for authenticator participation.
 
 
====<big>encounterParticipant</big>====
 
 
See [[#EncompassingEncounter|EncompassingEncounter]] for a description of the encounterParticipant participant.
 
 
====<big>informant</big>====
 
 
[[Image:Informant.png|600px|border|center|informant]]
 
 
An informant (or source of information) is a person that provides relevant information, such as the parent of a comatose patient who describes the patient's behavior prior to the onset of coma.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: informant
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#INF INF]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-contextControlCode-att contextControlCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||Fixed
 
|}
 
 
'''informant.typeCode'''
 
The informant.typeCode is fixed to "INF", which indicates the source of reported information (e.g., a next of kin who answers questions about the patient's history).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed informant.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#INF INF]||informant
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''informant.contextControlCode'''
 
 
The informant.contextControlCode is fixed to "OP". It means that the informant will replace the set of informant participations that have propagated from ancestor Acts, and will itself be the only informant to propagate to any child Acts that allow context to be propagated. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed informant.contextControlCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||overriding, propagating
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ContextControl (HL7) Code System OID: 2.16.840.1.113883.5.1057</small>
 
|}
 
 
An informant can be a person in one of two roles RelatedEntity or AssignedEntity.
 
=====RelatedEntity=====
 
 
The RelatedEntity role is used to represent an informant without a role.id (e.g. a parent or guy on the street). The informant in this case bears some formal or personal relationship to the patient. The role is unscoped, with the assumption that the patient is always the implied scoper. RelatedEntity.code can be used to specify the nature of the relationship.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: RelatedEntity
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#_RoleClassMutualRelationship v:RoleClassMutualRelationship]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#PersonalRelationshipRoleType D:PersonalRelationshipRoleType ]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-effectiveTime-att effectiveTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-IVL IVL]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]>||[0..1]|| ||
 
|}
 
 
'''RelatedEntity.classCode'''
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for RelatedEntity.classCode
 
! style="text-align:left;"  colspan="5" |  v:RoleClassMutualRelationship  <small>[2.16.840.1.113883.1.11.19316] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#AFFL AFFL] ||affiliate||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#AGNT AGNT]||agent
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED] ||assigned entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#COMPAR COMPAR]||commissioning party
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#SGNOFF SGNOFF] ||signing authority or officer||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CON CON]||contact
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ECON ECON] ||emergency contact||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#NOK NOK]||next of kin
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#GUARD GUARD] ||guardian||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CIT CIT]||citizen
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#COVPTY COVPTY] ||covered party||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CLAIM CLAIM]||claimant
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#NAMED NAMED] ||named insured||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#DEPEN DEPEN]||dependent
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#INDIV INDIV] ||individual||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#SUBSCR SUBSCR]||subscriber
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PROG PROG] ||program eligible||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CRINV CRINV]||clinical research investigator
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CRSPNSR CRSPNSR] ||clinical research sponsor||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#EMP EMP]||employee
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#MIL MIL] ||military person||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#GUAR GUAR]||guarantor, GuarantorRole
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#INVSBJ INVSBJ] ||Investigation Subject||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CASEBJ CASEBJ]||Case Subject
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#RESBJ RESBJ] ||research subject||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#LIC LIC]||licensed entity
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#NOT NOT] ||notary public||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#PROV PROV]||healthcare provider
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PAT PAT] ||patient||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#PAYEE PAYEE]||payee
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PAYOR PAYOR] ||invoice payor||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#POLHOLD POLHOLD]||policy holder
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#QUAL QUAL] ||qualified entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#SPNSR SPNSR]||coverage sponsor
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#STD STD] ||student||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#UNDWRT UNDWRT]||underwriter
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CAREGIVER CAREGIVER] ||caregiver||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#PRS PRS]||personal relationship
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''RelatedEntity.code'''
 
 
The RelatedEntity.code is bound to the PersonalRelationshipRoleType concept domain.
 
 
'''RelatedEntity.addr'''
 
 
The RelatedEntity.addr is used to convey the postal address for the informant.
 
 
'''RelatedEntity.telecom'''
 
 
The RelatedEntity.telecom is used to convey the phone number for the informant.
 
 
'''RelatedEntity.effectiveTime'''
 
 
The RelatedEntity.effectiveTime is used to convey the time period that the role is/was in effect.
 
 
=====AssignedEntity=====
 
 
The AssignedEntity role is used for an identified informant, and is scoped by an Organization.
 
 
Refer to [[#div-AssignedEntity|AssignedEntity]] as defined for authenticator participation.
 
 
====<big>informationRecipient</big>====
 
 
 
[[Image:InformationRecipient.png|600px|border|center|informationRecipient]]
 
 
 
Represents a recipient who should receive a copy of the document.
 
 
:'''NOTE:''' The information recipient is an entity to whom a copy of a document is directed, at the time of document authorship. It is not the same as the cumulative set of persons to whom the document has subsequently been disclosed, over the life-time of the patient. Such a disclosure list would not be contained within the document, and it outside the scope of CDA.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: informationRecipient
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/vs_ParticipationType.htm#x_InformationRecipient  V:x_InformationRecipient]||Closed
 
|}
 
 
 
'''informationRecipient.typeCode'''
 
 
Two values are available for the informationRecipient.typeCode, the default value is primary information recipient an alternative value is tracker.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for informationRecipient.typeCode
 
! style="text-align:left;"  colspan="5" |  v:x_InformationRecipient <small>[2.16.840.1.113883.1.11.19366] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#PRCP PRCP] ('''Default''')||primary information recipient||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#TRC TRC]||tracker
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
=====IntendedRecipient=====
 
 
Identifies the person(s), organization or health chart to receive the document.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: IntendedRecipient
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/vs_RoleClass.htm#x_InformationRecipientRole V:x_InformationRecipientRole]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[1..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|}
 
 
'''IntendedRecipient.classCode'''
 
 
Where a person is the intended recipient (IntendedRecipient class), the IntendedRecipient.classCode is valued with "ASSIGNED", and the playing entity is a person (Person class), optionally scoped by an organization (Organization class). Where the intended recipient is an organization, the IntendedRecipient.classCode is valued with "ASSIGNED", and the recipient is reflected by the presence of a scoping Organization, without a playing entity. Where a health chart is the intended recipient, the IntendedRecipient.classCode is valued with "HLTHCHRT" (health chart). In this case there is no playing entity, and an optional scoping organization (Organization class).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for IntendedRecipient.classCode
 
! style="text-align:left;"  colspan="5" |  V:x_InformationRecipientRole <small>[2.16.840.1.113883.1.11.16772] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED] ('''Default''')||assigned entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#HLTHCHRT HLTHCHRT]||health chart
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
 
'''IntendedRecipient.id'''
 
 
Optional identifier of the intended recipient.
 
 
'''IntendedRecipient.addr'''
 
 
Optional postal address of the intended recipient.
 
 
'''IntendedRecipient.telecom'''
 
 
Optional phone number for the intended recipient.
 
 
=====Person=====
 
 
Refer to [[#div-person|Person]] as defined for Author participation.
 
 
=====Organization=====
 
 
Refer to [[#div-organization|organization]] as defined for authenticator participation.
 
 
====<big>legalAuthenticator</big>====
 
 
Represents the participant(s) who has legally authenticated the document.
 
 
[[Image:Authenicator.png|800px|border|center|authenicator]]
 
 
<span class="change-highlight">CDA R2.1, now supports [0..*] legal authentications. This enhancement was put into CDA to support the sharing of medical documents needing to take more than one legal authentication signature.</span>
 
 
The CDA is a standard that specifies the structure of exchanged clinical documents. In the case where a local document is transformed into a CDA document for exchange, authentication occurs on the local document, and that fact is reflected in the exchanged CDA document. A CDA document can reflect the unauthenticated, authenticated, or legally authenticated state. The unauthenticated state exists when no authentication information has been recorded (i.e., it is the absence of being either authenticated or legally authenticated).
 
 
Both authentication and legal authentication require that a document has been signed manually or electronically by the responsible individual. A legalAuthenticator has a required legalAuthenticator.time indicating the time of authentication, and a required legalAuthenticator.signatureCode, indicating that a signature has been obtained and is on file.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: legalAuthenticator[0..*]
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#LA LA]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-contextControlCode-att contextControlCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att  time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[1..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-statusCode-att signatureCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CV CV]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationSignature.htm S]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-signatureText-att  signatureText]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ED ED] ||[0..1]||||
 
|}
 
 
'''legalAuthenticator.typeCode'''
 
 
The ClinicalDocument.typeCode is fixed to "LA" to indicate that a participant has legally attested his participation through a signature.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed legalAuthenticator.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUTHEN AUTHEN]||authenticator
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''legalAuthenticator.contextControlCode'''
 
 
 
The legalAuthenticator.contextControlCode is fixed to "OP". It means that the legalAuthenticator will  propagate to any child Acts that allow context to be propagated.
 
 
'''legalAuthenticator.time'''
 
 
legalAuthenticatorhas a required legalAuthenticator.time indicating the time of authentication.
 
 
'''legalAuthenticator.signatureCode'''
 
 
legalAuthenticatorhas a required legalAuthenticator.signatureCode, indicating that a signature has been obtained and is on file.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed legalAuthenticator.signatureCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationSignature.htm S] ('''Fixed''')||signed
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ParticipationSignature (HL7) Code System OID: 2.16.840.1.113883.5.89</small>
 
|}
 
 
'''Note''': CDA Release One represented either an intended ("X") or actual ("S") legalAuthenticator.  CDA Release 2 and 2.1 only represents an actual legalAuthenticator, so only S / Signed can be indicated for the signatureCode.
 
 
'''legalAuthenticator.signatureText'''
 
 
A new attribute, SignatureText has been added to legalAuthenticator. The signature can be represented either inline or by reference according to the ED data type. Typical cases are:
 
 
# Paper-based signatures: the ED data type may refer to a document or other resource that can be retrieved through an electronic interface to a hardcopy archive.
 
# Electronic signature: this attribute can represent virtually any electronic signature scheme.
 
# Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed legalAuthenticator.contextControlCode
 
|-
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||overriding, propagating
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ContextControl (HL7) Code System OID: 2.16.840.1.113883.5.1057</small>
 
|}
 
 
A legalAuthenticator is a person in the role of an assigned entity (AssignedEntity class). An assigned entity is a person assigned to the role by the scoping organization. The entity playing the role is a person (Person class). The entity scoping the role is an organization (Organization class).
 
 
=====AssignedEntity=====
 
 
Refer to [[#div-AssignedEntity|AssignedEntity]] as defined for authenticator participation.
 
 
=====Person=====
 
 
Refer to [[#div-person|Person]] as defined for Author participation.
 
 
=====Organization=====
 
 
Refer to [[#div-Organization|Organization]] as defined for authenticator participation.
 
 
=====OrganizationPartOf=====
 
 
Refer to [[#div-OrganizationPartOf|OrganizationPartOf]] as defined for authenticator participation.
 
 
====<big>participant</big>====
 
 
[[Image:Participant.png|800px|border|center|participant]]
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: participant
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm ParticipationType]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-functionCode-att  functionCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#ParticipationFunction D:ParticipationFunction]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-contextControlCode-att contextControlCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[1..1]||||
 
|}
 
 
'''participant.typeCode'''
 
 
The participant.typeCode is can be any code defined in the ParticipationType domain. Which can be used to represent other participants not explicitly mentioned by other classes, that were somehow involved in the documented acts.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for participant.typeCode
 
! style="text-align:left;"  colspan="5" | v:ParticipationType <small>[2.16.840.1.113883.1.11.10901] (CLOSED)</small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#PART PART]||Participation||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#ADM ADM]||admitter
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#ATND ATND]||attender||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#ADM ADM]||admitter
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#CALLBCK CALLBCK]|| callback contact ||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#CON CON]||consultant
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#DIS DIS]||discharger||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#ESC ESC]||escort
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#REF REF]||referrer||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#TRANS TRANS]||Transcriber
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#ENT ENT]||data entry person||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#WIT WIT]||witness
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#CST CST]||custodian||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#DIR DIR]||direct target
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#BBY BBY]||baby||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#DEV DEV]||device
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#NRD NRD]||non-reuseable device||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#RDV RDV]||reusable device
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#EXPAGNT EXPAGNT]||ExposureAgent||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#EXPART EXPART]||ExposureParticipation
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#EXPTRGT EXPTRGT]||ExposureTarget||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#EXSRC EXSRC]||ExposureSource
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#IND IND]||indirect target||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#BEN BEN]||beneficiary
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#CAGNT CAGNT]||causative agent||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#COV COV]||coverage target
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#GUAR GUAR]||guarantor party||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#HLD HLD]||holder
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#DON DON]||donor||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#RCV RCV]||receiver
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#IRCP IRCP]||information recipient||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#NOT NOT]||ugent notification contact
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#PRCP PRCP]||primary information recipient||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#REFB REFB]||Referred By
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#REFT REFT]||Referred to||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#TRC TRC]||tracker
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#LOC LOC]||location||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#DST DST]||destination
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#ELOC ELOC]||entry location||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#ORG ORG]||origin
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#RML RML]||remote||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#VIA VIA]||via
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#RESP RESP]||responsible party||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#VRF VRF]||verifier
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUTHEN AUTHEN]||authenticator||
 
|| ||
 
|-
 
!colspan="5" |Use the following participations, only if the other participations provided in CDA will not work
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#RCT RCT]||record target||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#AUT AUT]||author (originator)
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#INF INF]||informant||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#CSM CSM]||consumable
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#PRD PRD]||product||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#SBJ SBJ]||subject
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#SPC SPC]||specimen||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#PRF PRF]||performer
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#DIST DIST]||distributor||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#PPRF PPRF]||primary performer
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#SPRF SPRF]||secondary performer||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#LA LA]||legal authenticator
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''participant.functionCode'''
 
 
The participant.functionCode is bound to the concept domain ParticipationFunction, which is used to specify the exact function an actor had in a service in all necessary detail. This domain may include local extensions (Open).
 
 
'''participant.contextControlCode'''
 
 
The participant.contextControlCode is fixed to "OP". It means that the participantType code specified in participant.typeCode will replace the set of author participations that have propagated from ancestor Acts, and will itself be the only author to propagate to any child Acts that allow context to be propagated. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed participant.contextControlCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP] ('''Fixed''')||overriding, propagating
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  ContextControl (HL7) Code System OID: 2.16.840.1.113883.5.1057</small>
 
|}
 
 
'''participant.typeCode.time'''
 
 
The participant.typeCode.time is the date and time the specific participation occurred.
 
 
=====AssociatedEntity=====
 
 
A participant is a person or organization in the role of a participating entity (AssociatedEntity class). The entity playing the role is a person (Person class). The entity scoping the role is an organization (Organization class).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: AssociatedEntity
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/vs_RoleClass.htm#RoleClassAssociative V:RoleClassAssociative]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#RoleCode D:RoleCode]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|}
 
 
'''AssociatedEntity.classCode'''
 
 
When the participating entity is an organization, this is reflected by the presence of a scoping Organization, without a playing entity. Otherwise, the participating entity is considered a person with or without a scoping Organization.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for ParticipatingEntity.classCode 
 
! style="text-align:left;"  colspan="5" |  V:RoleClassAssociative <small>[2.16.840.1.113883.1.11.19313] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ROL ROL] ('''Default''')||role||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#AFFL AFFL]||affiliate
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#AGNT AGNT]||agent||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#ASSIGNED ASSIGNED]||assigned entity
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#COMPAR COMPAR]||commissioning party||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#SGNOFF SGNOFF]||signing authority or officer
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CON CON]||contact||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#ECON ECON]||emergency contact
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#NOK NOK]||next of kin||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#GUARD GUARD]||guardian
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CIT CIT]||citizen||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#COVPTY COVPTY]||covered party
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CLAIM CLAIM]||claimant||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#NAMED NAMED]||named insured
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#DEPEN DEPEN]||dependent||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#INDIV INDIV]||individual
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#SUBSCR SUBSCR]||subscriber||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#PROG PROG]||program eligible
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CRINV CRINV]||clinical research investigator||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CRSPNSR CRSPNSR]||clinical research sponsor
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#EMP EMP]||employee||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#MIL MIL]||military person
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#GUAR GUAR]||guarantor||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#INVSBJ INVSBJ]||Investigation Subject
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#CASEBJ CASEBJ]||Case Subject||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#RESBJ RESBJ]||research subject
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#LIC LIC]||licensed entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#NOT NOT]||notary public
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PROV PROV]||healthcare provider||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#PAT PAT]||patient
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PAYEE PAYEE]||payee||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#PAYOR PAYOR]||invoice payor
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#POLHOLD POLHOLD]||policy holder||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#QUAL QUAL]||qualified entity
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#SPNSR SPNSR]||underwriter||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#STD STD]||student
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#UNDWRT UNDWRT]||coverage sponsor||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#CAREGIVER CAREGIVER]||caregiver
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PRS PRS]||personal relationship||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#ACCESS ACCESS]||access
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ADMM ADMM]||Administerable Material||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#BIRTHPL BIRTHPL]||birthplace
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#DEATHPLC DEATHPLC]||place of death||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#DST DST]||distributed material
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#RET RET]||retailed material||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#EXPR EXPR]||exposed entity
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#HLD HLD]||held entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#HLTHCHRT HLTHCHRT]||health chart
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#IDENT IDENT]||identified entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#MANU MANU]||manufactured product
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#THER THER]||therapeutic agent||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#MNT MNT]||maintained entity
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#OWN OWN]||owned entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#RGPR RGPR]||regulated product
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#SDLOC SDLOC]||service delivery location||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#DSDLOC DSDLOC]||dedicated service delivery location, health care facility
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ISDLOC ISDLOC]||incidental service delivery location||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#TERR TERR]||territory of authority
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#USED USED]||used entity||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#WRTE WRTE]||warranted product
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''AssociatedEntity.id'''
 
 
An identifier for  the associate person (when present) or the organization.
 
 
'''AssociatedEntity.code'''
 
 
An optional role code taken from the RoleCode concept domain.  This binding is open so other code systems can be used.
 
 
'''AssociatedEntity.addr'''
 
 
The postal address for  the associate person (when present) or the organization.
 
 
'''AssociatedEntity.telecom'''
 
 
The phone number for the associated person (when present) or the organization.
 
 
=====Person=====
 
 
Refer to [[#div-person|Person]] as defined for Author participation.
 
 
=====Organization=====
 
 
Refer to [[#div-Organization|Organization]] as defined for authenticator participation.
 
 
====<big>performer</big>====
 
 
See [[#ServiceEvent|ServiceEvent]] for a description of the performer participant.
 
 
====<big>recordTarget</big>====
 
 
 
[[Image:RecordTarget.png|800px|border|center|recordTarget]]
 
 
The recordTarget identifies the specified patient's medical record that the document belongs to.
 
 
A clinical document typically has exactly one recordTarget participant. In the uncommon case where a clinical document (such as a group encounter note) is placed into more than one patient chart, more than one recordTarget participant can be stated.
 
 
Note:
 
The recordTarget(s) of a document are stated in the header and propagate to nested content, where they cannot be overridden.  However, the patient(s) specified by the recordTarget are assumed to be the default ''subjects'' of the clinical document. Unlike the recordTarget, which can not be overridden, the patients or ''subjects'' propagate to nested components, and can be overridden at the section or entry level.  (see See [[#CDA_Context|CDA Context]]).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: recordTarget
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#RCT RCT]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-contextControlCode-att contextControlCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||Fixed
 
|}
 
 
'''recordTarget.typeCode'''
 
 
The recordTarget.typeCode is fixed to "RCT" and indicates that this is a record target participation. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed recordTarget.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#RCT RCT]||record target
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''recordTarget.contextControlCode'''
 
 
The recordTarget.contextControlCode is fixed to "OP". It means that the recordTarget identified in the header will  propagate to any child Acts that allow context to be propagated.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed recordTarget.contextControlCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ContextControl.htm#OP OP]||overriding, propagating
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ContextControl (HL7) Code System OID: 2.16.840.1.113883.5.1057</small>
 
|}
 
 
A recordTarget is represented as a relationship between a person and an organization, where the person is in a patient role (PatientRole class). The entity playing the role is a patient (Patient class). The entity scoping the role is an organization (Organization class). A patient is uniquely identified via the PatientRole.id attribute.
 
 
=====PatientRole=====
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: PatientRole
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#PAT PAT]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[1..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|}
 
 
'''PatientRole.classCode'''
 
 
The PatientRole.classCode is fixed to "PAT" to indicate a person (Patient) as a recipient of health care services from a healthcare provider.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed PatientRole.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#PAT PAT]||patient
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''PatientRole.id'''
 
 
A unique identifier for the person in this patient role.
 
 
'''PatientRole.addr'''
 
 
The postal address for the Patient.
 
 
'''PatientRole.telecom'''
 
 
The phone number for the Patient.
 
 
=====Patient=====
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Patient
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityClass.htm#PSN PSN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-determinerCode-att determinerCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE  INSTANCE]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-id-att  id] ('''Deprecated''')||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-name-att  name]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-PN PN]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-desc-att  desc ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ED ED]||[0..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LivingSubject-administrativeGenderCode-att administrativeGenderCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/AdministrativeGender.htm D:administrativeGender]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LivingSubject-birthTime-att birthTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]||[0..1]|| ||
 
|-
 
|<span class="change-highlight">[http://cda/infrastructure/rim/rim.htm#LivingSubject-deceasedInd-att deceasedInd]</span>||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-BL BL]||[0..1]|| ||
 
|-
 
|<span class="change-highlight">[http://cda/infrastructure/rim/rim.htm#LivingSubject-deceasedTime-att deceasedTime]</span>||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]||[0..1]|| ||
 
|-
 
|<span class="change-highlight">[http://cda/infrastructure/rim/rim.htm#LivingSubject-multipleBirthInd-att multipleBirthInd]</span>||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-BL BL]||[0..1]|| ||
 
|-
 
|<span class="change-highlight">[http://cda/infrastructure/rim/rim.htm#LivingSubject-multipleBirthOrderNumber-att multipleBirthOrderNumber]</span>||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-INT INT]||[0..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Person-maritalStatusCode-att maritalStatusCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/vs_MaritalStatus.htm#MaritalStatus D:MaritalStatus]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Person-religiousAffiliationCode-att religiousAffiliationCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/ReligiousAffiliation.htm D:ReligousAffiliation]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Person-raceCode-att raceCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]>||<span class="change-highlight">[0..*]</span>||[http://cda/infrastructure/vocabulary/Race.htm D:Race]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Person-ethnicGroupCode-att ethnicGroupCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]>||<span class="change-highlight">[0..*]</span>||[http://cda/infrastructure/vocabulary/Ethnicity.htm D:Ethnicity]||Open
 
|}
 
 
'''Patient.classCode'''
 
 
The Patient.classCode is fixed to "PSN", indicating that the entity is a person.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Patient.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityClass.htm#PSN PSN]||person
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityClass (HL7) Code System OID: 2.16.840.1.113883.5.41</small>
 
|}
 
 
'''Patient.determinerCode'''
 
 
The determinerCode is fixed to "INSTANCE", which indicates a specific person is a patient.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Patient.determinerCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||specific
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityDeterminer (HL7) Code System OID: 2.16.840.1.113883.5.30</small>
 
|}
 
 
'''Patient.id'''  ('''Deprecated''')
 
 
CDA Release 1.0 allowed for additional person identifiers, corresponding to the Patient.id attribute in CDA Release 2.1. This attribute is included for backwards compatibility and has been deprecated because having two different ways to identify a patient can result in inconsistent usage. Further use of Patient.id is discouraged.
 
 
'''Patient.name'''
 
 
The patient's name. 
 
 
Note: The person name data type "PN" supports current, and historical names using validTime, and the specification of different use codes can indicate legal name, tribal name, stage name and others.
 
 
'''Patient.desc'''
 
 
A textual or multimedia depiction of the patient.
 
 
'''Patient.administrativeGenderCode'''
 
 
The gender (i.e., the behavioral, cultural, or psychological traits typically associated with one sex) of a living subject as defined for administrative purposes.
 
 
'''Patient.birthTime'''
 
 
The date and time of the patient's birth.
 
 
'''<span class="change-highlight">Patient.deceasedInd</span>'''
 
 
<span class="change-highlight">An indication that the subject is dead.</span>
 
 
'''<span class="change-highlight">Patient.deceasedTime</span>'''
 
 
<span class="change-highlight">The date and time that the patient's death occurred.</span>
 
 
'''<span class="change-highlight">Patient.multipleBirthInd</span>'''
 
 
<span class="change-highlight">An indication as to whether the patient was part of a multiple birth.</span>
 
 
'''<span class="change-highlight">Patient.multipleBirthOrderNumber</span>'''
 
 
<span class="change-highlight">The order within a multiple birth in which this patient was born.</span>
 
 
'''Patient.maritalStatusCode'''
 
 
The domestic partnership status of the patient.
 
 
'''Patient.religiousAffiliationCode'''
 
 
The primary religious preference of the patient.
 
 
'''Patient.raceCode'''
 
 
The race of the patient.
 
 
<span class="change-highlight">'''Note:''' More than one race code is now supported in CDA R2.1.</span>
 
 
'''Patient.ethnicGroupCode'''
 
 
The ethnic group of the patient.
 
 
<span class="change-highlight">'''Note:''' More than one ethnic group is now supported in CDA R2.1.</span>
 
 
Note: See 2.7 Backwards and Forwards Compatibility, for discussion on sdtc: extensions defined for CDA R2.0 and CDA R2.1.
 
 
=====Organization=====
 
 
The optional Organization in recordTarget identifies the Patient's healthcare organization. Refer to [[#div-Organization|Organization]] as defined for authenticator participation for details.
 
 
=====LanguageCommunication=====
 
 
A patient's language communication skills can be expressed in the associated LanguageCommunication class.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: LanguageCommunication
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LanguageCommunication-languageCode-att languageCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#HumanLanguage D:HumanLanguage]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LanguageCommunication-modeCode-att modeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/LanguageAbilityMode.htm D:LanguageAbilityMode]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LanguageCommunication-proficiencyLevelCode-att proficiencyLevelCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/LanguageAbilityProficiency.htm D:LanguageAbilityProficiency]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#LanguageCommunication-preferenceInd-att preferenceInd]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-BL BL]||[0..1]|| ||
 
|}
 
 
'''LanguageCommunication.languageCode'''
 
 
A language for which the patient has some level of proficiency for communication.
 
 
'''LanguageCommunication.modeCode'''
 
 
The method of expression of the language, e.g. expressed spoken, expressed written, expressed signed, received spoken, received written, received signed
 
 
'''LanguageCommunication.proficiencyLevelCode'''
 
 
The level of proficiency the patient has in a particular language, e.g. excellent, good, fair, poor
 
 
'''LanguageCommunication.preferenceInd'''
 
 
An indicator specifying whether the language is preferred by the patient for the associated mode.
 
 
=====Birthplace=====
 
 
A Patient's birthplace is represented as a relationship between a patient and a place. The Birthplace class is played by a place (Place class), and scoped by the patient (Patient class).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Birthplace
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#BIRTHPL BIRTHPL]||Fixed
 
|}
 
 
'''Birthplace.classCode'''
 
 
The Birthplace.classCode it fixed to "BIRTHPL" indicating in this context, that the Place referenced is the birth place of the patient.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Birthplace.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#BIRTHPL BIRTHPL]||birthplace
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
=====Place=====
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Place
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityClass.htm#PLC PLC]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-determinerCode-att determinerCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Entity-name-att  name]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ON ON]>||[0..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Organization-addr-att  addr]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|}
 
 
'''Place.classCode'''
 
 
A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place may or may not be constant.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Place.classCode 
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityClass.htm#PLC PLC] ||place||
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: EntityClass (HL7) Code System OID: 2.16.840.1.113883.5.41</small>
 
|}
 
 
'''Place.determinerCode'''
 
 
 
The determinerCode is fixed to "INSTANCE", which indicates a specific place is being identified.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Place.determinerCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/EntityDeterminer.htm#INSTANCE INSTANCE]||specific
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System:  EntityDeterminer (HL7) Code System OID: 2.16.840.1.113883.5.30</small>
 
|}
 
 
'''Place.name'''
 
 
The name of place of birth (E.g. Queen Mary)
 
 
'''Place.addr'''
 
 
The postal address for the patient's birthplace.
 
 
=====Guardian=====
 
 
A patient's guardian is a person or organization in the role of guardian (Guardian class). The entity playing the role of guardian is a person (Person class) or organization (Organization class). The entity scoping the role is the patient (Patient class).
 
 
Where a guardian is not explicitly stated, the value should default to local business practice (e.g. the patient makes their own health care decisions unless incapacitated in which case healthcare decisions are made by the patient's spouse).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Guardian
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/RoleCode.htm#GUARD GUARD]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#RoleCode D:RoleCode]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-addr-att  addr ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-AD AD]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-telecom-att  telecom ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TEL TEL]>||[0..*]|| ||
 
|}
 
 
'''Guardian.classCode'''
 
 
The Guardian.classCode is fixed to "GUARD", indicating that the associated person or institution are legally empowered with responsibility for the care of a ward.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Guardian.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#GUARD GUARD]||guardian
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''Guardian.code'''
 
 
An optional role code taken from the RoleCode concept domain. This binding is open so other code systems can be used.
 
 
'''Guardian.addr'''
 
 
The guardian's postal address.
 
 
'''Guardian.telecom'''
 
 
The guardian's phone number.
 
 
=====Person=====
 
 
Refer to [[#div-person|Person]] as defined for Author participation.
 
 
=====Organization=====
 
 
Refer to [[#div-organization|organization]] as defined for authenticator participation.
 
 
====<big>responsibleParty</big>====
 
 
See [[#EncompassingEncounter|EncompassingEncounter]] for a description of the responsibleParty participant.
 
 
====<big>Participant Scenarios</big>====
 
 
Several CDA Header participations can be played by the same person. In such cases, the person should be identified as the player for each appropriate participation. For instance, if a person is both the author and the authenticator of a document, the CDA Header should identify that person as both the author participant and the authenticator participant.
 
 
On other occasions, CDA Header participants are played by different people. The following table shows a number of scenarios and the values for various participants.
 
 
<!--For what it's worth, this is the most ridiculous data structure to stick in a table... -->
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: CDA participation scenarios
 
|1. StaffPhysicianOne sees a patient as a consultant, dictates a note, and later signs it.
 
|-
 
|
 
*Author — StaffPhysicianOne
 
*Encounter Participant — StaffPhysicianOne (typeCode="CONS")
 
*Legal Authenticator — StaffPhysicianOne
 
|-
 
|2. StaffPhysicianOne sees a patient and dictates a note. StaffPhysicianTwo later signs the note. *
 
|-
 
|
 
*Author — StaffPhysicianOne
 
*Legal Authenticator — StaffPhysicianTwo
 
|-
 
|3. ResidentOne sees a patient with StaffPhysicianOne. ResidentOne dictates a note and later signs it. The note is co-signed by StaffPhysicianOne. *
 
|-
 
|
 
*Author — ResidentOne
 
*Authenticator — ResidentOne
 
*Encounter Participant — StaffPhysicianOne (typeCode="ATND")
 
*Legal Authenticator — StaffPhysicianOne
 
|-
 
|4. ResidentOne sees a patient with StaffPhysicianOne. ResidentOne dictates a note and later signs it. The note is co-signed by StaffPhysicianTwo. *
 
|-
 
|
 
*Author — ResidentOne
 
*Authenticator — ResidentOne
 
*Encounter Participant — StaffPhysicianOne (typeCode="ATND")
 
*Legal Authenticator — StaffPhysicianTwo
 
|-
 
|5. ResidentOne sees a patient with StaffPhysicianOne. ResidentOne dictates a note, and goes off on vacation. The note is signed by ResidentTwo and by StaffPhysicianOne. *
 
|-
 
|
 
*Author — ResidentOne
 
*Authenticator — ResidentTwo
 
*Encounter Participant — StaffPhysicianOne (typeCode="ATND")
 
*Legal Authenticator — StaffPhysicianOne
 
|-
 
|6. ResidentOne sees a patient with StaffPhysicianOne. ResidentOne dictates a note, which is later signed by ResidentTwo and StaffPhysicianTwo. *
 
|-
 
|
 
*Author — ResidentOne
 
*Authenticator — ResidentTwo
 
*Encounter Participant — StaffPhysicianOne (typeCode="ATND")
 
*Legal Authenticator — StaffPhysicianTwo
 
|-
 
|7. StaffPhysicianOne receives an abnormal lab result, attempts to contact patient but can't, and writes and signs a progress note.
 
|-
 
|
 
*Author — StaffPhysicianOne
 
*Legal Authenticator — StaffPhysicianOne
 
|-
 
|8. ResidentSurgeonOne is operating on a patient with StaffSurgeonOne. StaffSurgeonOne dictates an operative report and later signs it.
 
|-
 
|
 
*Author — StaffSurgeonOne
 
*Authenticator — null (need not be included)
 
*Legal Authenticator — StaffSurgeonOne
 
*Performer — StaffSurgeonOne (typeCode="PPRF")
 
*Performer — ResidentSurgeonOne (typeCode="SPRF")
 
|}
 
 
<nowiki>*</nowiki> Note that the ability of one clinician to co-sign or to sign on behalf of another clinician is subject to regulatory and local practice constraints.
 
 
===Header Relationships===
 
 
This section describes classes related to the root ClinicalDocument class via an ActRelationship.
 
 
====<big>ParentDocument</big>====
 
 
[[Image:ParentDocument.png|800px|border|center|ParentDocument]]
 
 
The ParentDocument represents the source of a document revision, addenda, or transformation.
 
 
=====relatedDocument=====
 
 
The optional relatedDocument class is used to associate a ClinicalDocument to a ParentDocument.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: relatedDocument Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#ActRelationship-typeCode-att typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/vs_ActRelationshipType.htm#x_ActRelationshipDocument x_ActRelationshipDocument]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#ActRelationship-inversionInd-att inversionInd]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#BL BL]||[0..1]|| ||
 
|}
 
 
'''relatedDocument.typeCode'''
 
 
Allowable values for the intervening relatedDocument.typeCode are shown in the following table.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for relatedDocument.typeCode
 
! style="text-align:left;"  colspan="5" |  v:x_ActRelationshipDocument <small>[2.16.840.1.113883.1.11.11610] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#APND APND]||is appendage ||
 
||[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#RPLC RPLC]||replaces
 
|-
 
|[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#XFRM XFRM]] ||transformation || || ||
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: ActRelationshipType (HL7) Code System OID: 2.16.840.1.113883.5.1002</small>
 
|}
 
 
A conformant CDA document can have a single relatedDocument with typeCode "APND"; a single relatedDocument with typeCode "RPLC"; a single relatedDocument with typeCode "XFRM"; a combination of two relatedDocuments with typeCodes "XFRM" and "RPLC"; or a combination of two relatedDocuments with typeCodes "XFRM" and "APND". No other combinations are allowed.
 
 
<span class="change-highlight">'''relatedDocument.inversionInd'''</span>
 
 
<span class="change-highlight">'''Technical note''': CDA R2.0 design assumes that ClinicalDocument was the source for all typecodes found in relatedDocument, ("APND", "RPLC" and "XFRM"). For "APND" and "RPLC" this is correct, however for "XFRM", the RIM definition indicates that "''it is used when the target Act is a transformation of the source Act...''".  This  technically is an error in CDA R2.0's design, which normally should have required the use of inversionInd to establish the ClinicalDocument as the target and the ParentDocument as the source for the "XFRM" relation.
 
 
As a result, in CDA R2.1 when "XFRM" is assigned to the relatedDocument.typeCode, the associated inversionInd will be assumed to be fixed to true, but will not be required to be present in the instance document. In all other cases, "APND", "RPLC" the associated inversionInd will not be present and will be assumed to be false. This enables wire format compatibility between CDA R2.0 and CDA R2.1, and ensures proper interpretation of the "XFRM" ActRelationshipType code.</span>
 
 
=====ParentDocument=====
 
 
The ParentDocument identifies and optionally provides a reference to the original document serving as the source for the current document revision, addendum or transformation.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: ParentDocument Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-classCode-att    classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActClass.htm#DOCCLIN DOCCLIN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-moodCode-att    moodCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#InfrastructureRoot-typeId-att  typeId]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[1..1]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-id-att id]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[1..*]||||
 
|- 
 
|[http://cda/infrastructure/rim/rim.htm#Act-code-att code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[1..1]||[http://cda/infrastructure/vocabulary/vs_LN.htm#DocumentType D:DocumentType]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-text-att text]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ED ED]||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-setId-att setId]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-versionNumber-att versionNumber]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ST.SIMPLE ST.SIMPLE]||[0..1]||||
 
|}
 
 
'''ParentDocument.classCode'''
 
 
The ParentDocument.classCode is fixed to "DOCCLIN".
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed ParentDocument.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DOCCLIN DOCCLIN]||clinical document
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActClass (HL7) Code System OID: 2.16.840.1.113883.5.6</small>
 
|}
 
 
'''ParentDocument.moodCode'''
 
 
The ParentDocument.moodCode is fixed to "EVN".
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed ParentDocument.moodCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||event
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActMood (HL7) Code System OID: 2.16.840.1.113883.5.1001</small>
 
|}
 
 
'''ParentDocument.id'''
 
 
The ParentDocument.id is a required identifier, which uniquely identifies the parent document.
 
 
'''ParentDocument.code'''
 
 
The code specifying the particular kind of document (e.g. History and Physical, Discharge Summary, Progress Note). The value set is drawn from LOINC, and has a CWE coding strength.
 
 
'''ParentDocument.text'''
 
 
ParentDocument.text is modeled as an ED data type - allowing for the expression of the MIME type of the parent document. It is not to be used to embed the related document, and thus ParentDocument.text.BIN is precluded from use.
 
 
'''ParentDocument.setId'''
 
 
Optional setID for the parent document.
 
 
'''ParentDocument.versionNumber'''
 
 
Optional versionNumber of the parent document.
 
 
'''Additional Information on Document Identification, Revisions, and Addenda'''
 
 
A clinical document can be replaced by a new document and/or appended with an addendum.
 
 
A replacement document is a new version of the parent document. The parent document is considered superseded, but a system may retain it for historical or auditing purposes. The parent document being replaced is referenced via act relationship relatedDocument, where relatedDocument.typeCode is set to equal "RPLC" (for "replaces"). An example is a report found to contain an error that is subsequently replaced by the corrected report.
 
 
An addendum is a separate document that references the parent document, and may extend or alter the observations in the prior document. The parent document remains a current component of the patient record, and the addendum and its parent are both read by report recipients. The parent report (represented by the ParentDocument class) being appended is referenced via act relationship relatedDocument, where relatedDocument.typeCode is set to equal "APND" (for "appends").
 
 
Every CDA document must have a unique ClinicalDocument.id, and thus the replacement or addendum documents each have ClinicalDocument.id that is different from that of the parent document.
 
 
CDA documents may also contain a ClinicalDocument.setId and a ClinicalDocument.versionNumber, which together support a document identification and versioning scheme used in some document management systems. In this scheme, all documents in a chain of replacements have the same ClinicalDocument.setId and are distinguished by an incrementing ClinicalDocument.versionNumber. The initial version of a document gets, in addition to a new unique value for ClinicalDocument.id, a new value for ClinicalDocument.setId, and has the value of ClinicalDocument.versionNumber set to equal "1". A replacement document gets a new globally unique ClinicalDocument.id value, and uses the same value for ClinicalDocument.setId as the parent report being replaced, and increments the value of ClinicalDocument.versionNumber by 1. (Note that version number must be incremented by one when a report is replaced, but can also be incremented more often to meet local requirements.)
 
 
These relationships are illustrated in the following exhibit "Document Identification, Revisions, and Addenda Scenarios". Typical scenarios are a simple relacement (e.g. ClinicalDocument.id "1.2.345.6789.266" replacing ClinicalDocument.id "1.2.345.6789.123") and a simple append (e.g. ClinicalDocument.id "1.2.345.6789.456" appends ClinicalDocument.id "1.2.345.6789.123"). More complex scenarios that might be anticipated include: [1] replacement of an addendum (e.g. ClinicalDocument.id "1.2.345.6789.224" replaces ClinicalDocument.id "1.2.345.6789.456", which itself is an addendum to ClinicalDocument.id "1.2.345.6789.123") - expected behavior would be to render the replacement as the addendum (e.g. render ClinicalDocument.id "1.2.345.6789.224" as the addendum to ClinicalDocument.id "1.2.345.6789.123"); [2] addendum to a replaced document (e.g. ClinicalDocument.id "1.2.345.6789.456" appends ClinicalDocument.id "1.2.345.6789.123", which has been replaced by ClinicalDocument.id "1.2.345.6789.266") - expected behavior would be to render the addendum along with the replacement (e.g. render ClinicalDocument.id "1.2.345.6789.456" as an addendum to ClinicalDocument.id "1.2.345.6789.266").
 
 
'''Document transformations'''
 
 
A CDA document can be a transformation from some other format, meaning that it has undergone a machine translation from some other format (such as DICOM SR). In this case, relatedDocument.typeCode should be set to "XFRM".
 
 
A proper transformation must ensure that the human readable clinical content of the report is not impacted. Local business rules determine whether or not a transformed report replaces the source, but typically this would not be the case. If it is, an additional relationship of type "RPLC" is to be used. The "XFRM" relationship can also be used when translating a document in a local format into CDA for the purpose of exchange. In this case, the target of the "XFRM" relationship is the local document identifier.
 
 
 
{{ext|infrastructure/cda/graphics/L-cda_figure1.gif|Link to wide graphic (opens in a new window)}}
 
 
====<big>ServiceEvent</big>====
 
 
[[Image:ServiceEvent.png|800px|border|center|ServiceEvent]]
 
 
<span class="change-highlight">The ServiceEvent is used to represent the main activity being documented. It may used to represent a specific procedure, such as a colonoscopy, an appendectomy, or other clinical activity. When the ClinicalDocument represents a summary of care, the ServiceEvent.code can be set to "PCPR" to indicate the service is care provisioning.</span>
 
 
=====documentationOf=====
 
 
The optional documentationOf class is used to associate a ClinicalDocument to a ServiceEvent.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: documentationOf Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#ActRelationship-typeCode-att typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/vs_ActRelationshipType.htm#ActRelationshipDocuments DOC]||Fixed
 
|}
 
 
'''documentationOf.typeCode'''
 
 
The documentationOf.typeCode is fixed to "DOC" which indicates that the ClinicalDocument provides documentation is about ServiceEvent.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed documentationOf.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#DOC DOC]||documents
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActRelationshipType (HL7) Code System OID: 2.16.840.1.113883.5.1002</small>
 
|}
 
 
=====ServiceEvent=====
 
 
In some cases, the ServiceEvent is inherent in the ClinicalDocument.code, such as where ClinicalDocument.code is "History and Physical Report" and the procedure being documented is a "History and Physical". A ServiceEvent can further specialize the act inherent in the ClinicalDocument.code, such as where the ClinicalDocument.code is simply "Procedure Report" and the procedure was a "colonoscopy". If ServiceEvent is included, it must be equivalent to or further specialize the value inherent in the ClinicalDocument.code, and shall not conflict with the value inherent in the ClinicalDocument.code, as such a conflict would constitute an ambiguous situation.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: ServiceEvent Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-classCode-att    classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActClass.htm V:ActClassRoot]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-moodCode-att    moodCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-id-att id]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[0..*]||||
 
|- 
 
|[http://cda/infrastructure/rim/rim.htm#Act-code-att code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CD CD]||[0..1]||[http://cda/infrastructure/vocabulary/vs_ActCode.htm#ActCode D:ActCode]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-statusCode-att statusCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/vs_ActStatus.htm#ActStatus V:ActStatus]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-effectiveTime-att effectiveTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-IVL IVL]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]>||[0..1]||||
 
|}
 
 
'''ServiceEvent.classCode'''
 
 
The ServiceEvent.classCode identifies the RIM Act class code of the service event instance.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for ServiceEvent.classCode
 
! style="text-align:left;"  colspan="5" | V:ActClassRoot <small> [2.16.840.1.113883.1.11.13856] (CLOSED)</small>
 
|-
 
!Code!!Display Name!!  !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ACT ACT] ('''Default''')||act||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#COMPOSITION COMPOSITION]||composition, Attestable unit
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DOC DOC]||document||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#DOCCLIN DOCCLIN]||clinical document
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CDALVLONE CDALVLONE]||CDA Level One clinical document||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CONTAINER CONTAINER]||record container
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CATEGORY CATEGORY]||category||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#DOCBODY DOCBODY]||document body
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DOCSECT CATEGORY]||document section, Section||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#TOPIC TOPIC]||topic
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#EXTRACT EXTRACT]||extract||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#EHR EHR]||electronic health record
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#FOLDER FOLDER]||folder||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#GROUPER GROUPER]||grouper
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CLUSTER CLUSTER]||Cluster||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#ACCM ACCM]||accommodation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ACCT ACCT]||account||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#ACSN ACSN]||accession
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ADJUD ADJUD]||financial adjudication, financial adjudication results ||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CACT CACT]||control act
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ACTN ACTN]||action||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#INFO INFO]||information
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#STC STC]||state transition control||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CNTRCT CNTRCT]||contract
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#FCNTRCT FCNTRCT]||financial contract||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#COV COV]||coverage
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CONS CONS]||consent||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CONTREG CONTREG]||container registration
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CTTEVENT CTTEVENT]||clinical trial timepoint event||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#DISPACT DISPACT]||disciplinary action
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#EXPOS EXPOS]||exposure||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#AEXPOS AEXPOS]||acquisition exposure
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#TEXPOS TEXPOS]||transmission exposure||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#INC INC]||incident
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#INFRM INFRM]||inform||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#INVE INVE]||invoice element
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#LIST LIST]||working list||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#MPROT MPROT]||monitoring program
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#OBS OBS]||Observation||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#ALRT ALRT]||detected issue
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#BATTERY BATTERY]||battery||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#CLNTRL CLNTRL]||clinical trial
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CONC CONC]||concern||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#COND COND]||Condition
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CASE CASE]||public health case||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#OUTB OUTB]||outbreak
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DGIMG DGIMG]||diagnostic image||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#GEN GEN]||genomic observation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DETPOL DETPOL]||determinant peptide||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#EXP EXP]||expression level
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#LOC LOC]||locus||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#PHN PHN]||phenotype
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#POL POL]||polypeptide||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SEQ SEQ]||bio sequence
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SEQVAR SEQVAR]||bio sequence variation||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#INVSTG INVSTG]||investigation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#OBSSER OBSSER]||observation series||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#OBSCOR OBSCOR]||correlated observation sequences
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#POS POS]||position||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#POSACC POSACC]||position accuracy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#POSCOORD POSCOORD]||position coordinate||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SPCOBS SPCOBS]||specimen observation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#VERIF VERIF]||Verification||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#ROIBND ROIBND]||bounded ROI
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ROIOVL ROIOVL]||overlay ROI|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#PCPR PCPR]||care provision
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ENC ENC]||encounter|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#POLICY POLICY]||policy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#JURISPOL JURISPOL]||jurisdictional policy|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#ORGPOL ORGPOL]||organizational policy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SCOPOL SCOPOL]||scope of practice policy|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#STDPOL STDPOL]||standard of practice policy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#PROC PROC]||procedure||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#SBEXT SBEXT]||Substance Extraction
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SPECCOLLECT SPECCOLLECT]||Specimen Collection||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#SBADM SBADM]||substance administration
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#REG REG]||registration||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#REV REV]||review
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SPCTRT SPCTRT]||specimen treatment||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#SPLY SPLY]||supply
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DIET DIET]||diet||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#STORE STORE]||storage
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SUBST SUBST]||Substitution||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#TRFR TRFR]||transfer
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#TRNS TRNS]||transportation||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#XACT XACT]|| financial transaction
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CNOD CNOD] ('''Deprecated''')||Condition Node||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#LLD LLD] ('''Deprecated''')||left lateral decubitus
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#PRN PRN] ('''Deprecated''')||prone ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#RLD RLD] ('''Deprecated''')||right lateral decubitus
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SFWL SFWL] ('''Deprecated''')||Semi-Fowler's ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SIT SIT] ('''Deprecated''')||sitting
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#STN STN] ('''Deprecated''')||standing ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SUP SUP] ('''Deprecated''')||supine
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#RTRD RTRD] ('''Deprecated''')|| reverse trendelenburg ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#TRD TRD] ('''Deprecated''')||trendelenburg
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: ActClass (HL7) Code System OID: 2.16.840.1.113883.5.6</small>
 
|}
 
 
'''ServiceEvent.moodCode'''
 
 
The ServiceEvent.moodCode is fixed to "EVN", which indicates documentation of a past service.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed ServiceEvent.moodCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||event
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActMood (HL7) Code System OID: 2.16.840.1.113883.5.1001</small>
 
|}
 
 
'''ServiceEvent.id'''
 
 
The optional unique identifier for the ServiceEvent.
 
 
'''ServiceEvent.code'''
 
 
The particular kind of service event that the this instance represents within its class code.
 
The ServiceEvent.code is bound to the [http://cda/infrastructure/vocabulary/vs_ActCode.htm#ActCode D:ActCode] concept domain.
 
 
'''ServiceEvent.statusCode'''
 
 
The ServiceEvent.statusCode can take on any of the values defined in the D:[http://cda/infrastructure/vocabulary/ActStatus.htm ActStatus] domain.
 
 
'''ServiceEvent.effectiveTime'''
 
 
ServiceEvent.effectiveTime can be used to indicate the time the actual event (as opposed to the encounter surrounding the event) took place.
 
 
=====performer=====
 
 
The performer participant represents clinicians who actually and principally carry out the ServiceEvent. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: performer
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/vs_ParticipationType.htm#x_ServiceEventPerformer x_ServiceEventPerformer]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-functionCode-att  functionCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#ParticipationFunction D:ParticipationFunction]|| Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[1..1]||||
 
|}
 
 
'''performer.typeCode'''
 
 
Allows for the optional identification of performers, primary performers and secondary performers.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for performer.typeCode
 
! style="text-align:left;"  colspan="5" | v:x_ServiceEventPerformer <small>[2.16.840.1.113883.1.11.19601] (CLOSED)</small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#PRF PRF]||performer||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#PPRF PPRF]||primary performer
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#SPRF SPRF]||secondary performer||
 
|| ||
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''performer.functionCode'''
 
 
Performer.functionCode can be used to specify addition detail about the function of the performer (e.g. scrub nurse, third assistant). The functionCode is bound to the D:[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#ParticipationFunction ParticipationFunction] concept domain.
 
 
'''performer.time'''
 
 
Performer.time can be used to specify the time during which the performer is involved in the activity.
 
 
=====AssignedEntity=====
 
 
A performer is an entity in the role of assigned entity ([[#div-AssignedEntity|AssignedEntity]] class).
 
 
=====Person=====
 
 
An assigned entity is a person assigned to the role by the scoping organization.
 
The entity playing the role is a person ([[#div-person|Person]]] class).
 
 
=====Organization=====
 
 
The entity scoping the role is an organization ([[#div-Organization|Organization]] class).
 
 
====<big>Order</big>====
 
 
[[Image:Order.png|800px|border|center|Order]]
 
 
This class represents those orders that are fulfilled by this document. For instance, a provider orders an X-Ray. The X-Ray is performed. A radiologist reads the X-Ray and generates a report. The X-Ray order identifier is transmitted in the Order class, the performed X-Ray procedure is transmitted in the ServiceEvent class, and the ClinicalDocument.code would be valued with "Diagnostic Imaging Report".
 
 
=====inFullfillmentOf=====
 
 
The optional inFullfillmentOf class is used to associate a ClinicalDocument to an Order.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed InFulfillmentOf.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#FLFS FLFS]||fulfills
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActRelationshipType (HL7) Code System OID: 2.16.840.1.113883.5.1002</small>
 
|}
 
 
=====Order=====
 
 
A reference to the fulfilled order.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Order Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActClass.htm V:ActClassRoot]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-moodCode-att moodCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActMood.htm#RQO RQO]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-id-att id]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[1..*]||||
 
|- 
 
|[http://cda/infrastructure/rim/rim.htm#Act-code-att code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CD CD]||[0..1]||[http://cda/infrastructure/vocabulary/vs_ActCode.htm#ActCode D:ActCode]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-priorityCode-att priorityCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActPriority.htm V:ActPriority]||Open
 
|}
 
 
'''Order.classCode'''
 
 
The Order.classCode identifies the RIM Act class code of the order instance.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for Order.classCode
 
! style="text-align:left;"  colspan="5" | V:ActClassRoot <small> [2.16.840.1.113883.1.11.13856] (CLOSED)</small>
 
|-
 
!Code!!Display Name!!  !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ACT ACT] ('''Default''')||act||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#COMPOSITION COMPOSITION]||composition, Attestable unit
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DOC DOC]||document||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#DOCCLIN DOCCLIN]||clinical document
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CDALVLONE CDALVLONE]||CDA Level One clinical document||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CONTAINER CONTAINER]||record container
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CATEGORY CATEGORY]||category||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#DOCBODY DOCBODY]||document body
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DOCSECT CATEGORY]||document section, Section||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#TOPIC TOPIC]||topic
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#EXTRACT EXTRACT]||extract||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#EHR EHR]||electronic health record
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#FOLDER FOLDER]||folder||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#GROUPER GROUPER]||grouper
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CLUSTER CLUSTER]||Cluster||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#ACCM ACCM]||accommodation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ACCT ACCT]||account||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#ACSN ACSN]||accession
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ADJUD ADJUD]||financial adjudication, financial adjudication results ||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CACT CACT]||control act
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ACTN ACTN]||action||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#INFO INFO]||information
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#STC STC]||state transition control||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CNTRCT CNTRCT]||contract
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#FCNTRCT FCNTRCT]||financial contract||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#COV COV]||coverage
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CONS CONS]||consent||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#CONTREG CONTREG]||container registration
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CTTEVENT CTTEVENT]||clinical trial timepoint event||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#DISPACT DISPACT]||disciplinary action
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#EXPOS EXPOS]||exposure||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#AEXPOS AEXPOS]||acquisition exposure
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#TEXPOS TEXPOS]||transmission exposure||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#INC INC]||incident
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#INFRM INFRM]||inform||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#INVE INVE]||invoice element
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#LIST LIST]||working list||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#MPROT MPROT]||monitoring program
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#OBS OBS]||Observation||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#ALRT ALRT]||detected issue
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#BATTERY BATTERY]||battery||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#CLNTRL CLNTRL]||clinical trial
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CONC CONC]||concern||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#COND COND]||Condition
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CASE CASE]||public health case||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#OUTB OUTB]||outbreak
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DGIMG DGIMG]||diagnostic image||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#GEN GEN]||genomic observation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DETPOL DETPOL]||determinant peptide||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#EXP EXP]||expression level
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#LOC LOC]||locus||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#PHN PHN]||phenotype
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#POL POL]||polypeptide||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SEQ SEQ]||bio sequence
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SEQVAR SEQVAR]||bio sequence variation||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#INVSTG INVSTG]||investigation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#OBSSER OBSSER]||observation series||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#OBSCOR OBSCOR]||correlated observation sequences
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#POS POS]||position||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#POSACC POSACC]||position accuracy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#POSCOORD POSCOORD]||position coordinate||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SPCOBS SPCOBS]||specimen observation
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#VERIF VERIF]||Verification||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#ROIBND ROIBND]||bounded ROI
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ROIOVL ROIOVL]||overlay ROI|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#PCPR PCPR]||care provision
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ENC ENC]||encounter|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#POLICY POLICY]||policy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#JURISPOL JURISPOL]||jurisdictional policy|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#ORGPOL ORGPOL]||organizational policy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SCOPOL SCOPOL]||scope of practice policy|| 
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#STDPOL STDPOL]||standard of practice policy
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#PROC PROC]||procedure||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#SBEXT SBEXT]||Substance Extraction
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SPECCOLLECT SPECCOLLECT]||Specimen Collection||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#SBADM SBADM]||substance administration
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#REG REG]||registration||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#REV REV]||review
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SPCTRT SPCTRT]||specimen treatment||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#SPLY SPLY]||supply
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#DIET DIET]||diet||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#STORE STORE]||storage
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SUBST SUBST]||Substitution||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#TRFR TRFR]||transfer
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#TRNS TRNS]||transportation||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#XACT XACT]|| financial transaction
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CNOD CNOD] ('''Deprecated''')||Condition Node||
 
||[http://cda/infrastructure/vocabulary/ActClass.htm#LLD LLD] ('''Deprecated''')||left lateral decubitus
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#PRN PRN] ('''Deprecated''')||prone ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#RLD RLD] ('''Deprecated''')||right lateral decubitus
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#SFWL SFWL] ('''Deprecated''')||Semi-Fowler's ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SIT SIT] ('''Deprecated''')||sitting
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#STN STN] ('''Deprecated''')||standing ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#SUP SUP] ('''Deprecated''')||supine
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#RTRD RTRD] ('''Deprecated''')|| reverse trendelenburg ||  ||[http://cda/infrastructure/vocabulary/ActClass.htm#TRD TRD] ('''Deprecated''')||trendelenburg
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: ActClass (HL7) Code System OID: 2.16.840.1.113883.5.6</small>
 
|}
 
 
'''Order.moodCode'''
 
 
The Order.moodCode is fixed to "RQO", which indicates we are referencing the actual order instance.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Order.moodCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActMood.htm#RQO RQO]||request
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActMood (HL7) Code System OID: 2.16.840.1.113883.5.1001</small>
 
|}
 
 
'''Order.id'''
 
 
The Order.id is a unique identifier for the order that was fulfilled.
 
 
'''Order.code'''
 
 
The particular kind of order that the this instance represents within its class code.
 
The optional Order.code is bound to the [http://cda/infrastructure/vocabulary/vs_ActCode.htm#ActCode D:ActCode] concept domain.
 
 
'''Order.priorityCode'''
 
 
The optional Order.priorityCode, identifies the priority requested when the order was placed.  It is bound to the D:ActPriority concept domain.
 
 
====<big>Consent</big>====
 
 
[[Image:Consent.png|800px|border|center|Consent]]
 
 
Provides references to consents on file.
 
 
=====authorization=====
 
 
The optional authorization class is used to associate a ClinicalDocument to a Consent.   
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: authorization Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#ActRelationship-typeCode-att typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#AUTH AUTH]||Fixed
 
|}
 
 
'''authorization.typeCode'''
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed authorization.typeCode
 
|-
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#AUTH AUTH]||authorized by
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActRelationshipType (HL7) Code System OID: 2.16.840.1.113883.5.1002</small>
 
|}
 
 
=====Consent=====
 
 
This class references the consents associated with this document. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Consent Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActClass.htm#CONS CONS]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-moodCode-att    moodCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-id-att id]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[0..*]||||
 
|- 
 
|[http://cda/infrastructure/rim/rim.htm#Act-code-att code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CD CD]||[0..1]||[http://cda/infrastructure/vocabulary/vs_ActCode.htm#ActCode D:ActCode]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-statusCode-att statusCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/ActStatus.htm#completed completed]||Fixed
 
|}
 
 
'''Consent.classCode'''
 
 
The Consent.classCode is fixed to "CONS" to represent a consent. The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Consent.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#CONS CONS]||consent
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActClass (HL7) Code System OID: 2.16.840.1.113883.5.6</small>
 
|}
 
 
'''Consent.moodCode'''
 
 
The Consent.moodCode is fixed to "EVN" (event) which indicates the consent has already been captured and is assumed to be on file.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}:Fixed Consent.moodCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||event
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActMood (HL7) Code System OID: 2.16.840.1.113883.5.1001</small>
 
|}
 
 
'''Consent.id'''
 
 
Optional identifier for the consent.
 
 
'''Consent.code'''
 
 
The Consent.code is bound to the [http://cda/infrastructure/vocabulary/vs_ActCode.htm#ActCode D:ActCode] concept domain. It is used to optionally identify the type of consent (e.g. a consent to perform the related ServiceEvent, a consent for the information contained in the document to be released to a third party).
 
 
'''Consent.statusCode'''
 
 
Consents referenced in the CDA Header have been finalized (Consent.statusCode must equal "completed") and should be on file.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed Consent.statusCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActStatus.htm#completed completed]||completed
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActStatus (HL7) Code System OID: 2.16.840.1.113883.5.14</small>
 
|}
 
 
====<big>EncompassingEncounter</big>====
 
 
 
[[Image:EncompassingEncounter.png|800px|border|center|EncompassingEncounter]]
 
 
This optional class represents the setting of the clinical encounter during which the documented act(s) or ServiceEvent occurred. Documents are not necessarily generated during an encounter, such as when a clinician, in response to an abnormal lab result, attempts to contact the patient but can't, and writes a Progress Note.
 
 
=====componentOf=====
 
 
The optional componentOf class is used to associate the ClinicalDocument to an EncompassingEncounter.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: componentOf Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#ActRelationship-typeCode-att typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#COMP COMP]||Fixed
 
|}
 
 
'''componentOf.typeCode'''
 
 
The componentOf.typeCode is fixed to "COMP", which indicates that the ClinicalDocument was created within the context of an encounter (encompassingEncounter).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed componentOf.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActRelationshipType.htm#COMP COMP]||component
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActRelationshipType (HL7) Code System OID: 2.16.840.1.113883.5.1002</small>
 
|}
 
 
=====EncompassingEncounter=====
 
 
The EncompassingEncounter represents an interaction between a patient and care provider(s) for the purpose of providing healthcare-related service(s).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: EncompassingEncounter Attributes
 
!Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActClass.htm#ENC ENC]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-moodCode-att    moodCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-id-att id]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]||[0..*]||||
 
|- 
 
|[http://cda/infrastructure/rim/rim.htm#Act-code-att code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CD CD]||[0..1]||[http://cda/infrastructure/vocabulary/vs_ActEncounterCode.htm#ActCode V:ActEncounterCode]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Act-effectiveTime-att effectiveTime]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-IVL IVL]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS]>||[0..1]||||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#PatientEncounter-admissionReferralSourceCode-att admissionReferralSourceCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#EncounterReferralSource D:EncounterReferralSourceCode]||Open
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#PatientEncounter-dischargeDispositionCode-att dischargeDispositionCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/voc_ConceptDomains.htm#EncounterDischargeDisposition D:EncounterDischargeDisposition]||Open
 
|}
 
 
'''EncompassingEncounter.classCode'''
 
 
The EncompassingEncounter.classCode is fixed to "ENC" to represent a encounter. The encounter class is used to represent an interaction between a patient and healthcare participant(s) for the purpose of providing patient service(s) or assessing the health status of a patient.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed EncompassingEncounter.classCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActClass.htm#ENC ENC]||encounter
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ActClass (HL7) Code System OID: 2.16.840.1.113883.5.6</small>
 
|}
 
 
'''EncompassingEncounter.moodCode'''
 
 
The EncompassingEncounter.moodCode is fixed to "EVN" (event) which indicates that the encounter is on-going or completed.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed EncompassingEncounter.moodCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActMood.htm#EVN EVN]||event
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ActMood (HL7) Code System OID: 2.16.840.1.113883.5.1001</small>
 
|}
 
 
'''EncompassingEncounter.id'''
 
 
The optional EncompassingEncounter.id can be used to uniquely identify the encounter.
 
 
'''EncompassingEncounter.code'''
 
 
The optional EncompassingEncounter.code is bound to the ActEncounterCode value set.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for EncompassingEncounter.code
 
! style="text-align:left;"  colspan="5" | V:ActEncounterCode <small> [2.16.840.1.113883.1.11.13955] (OPEN)</small>
 
|-
 
!Code!!Display Name!!  !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ActCode.htm#AMB AMB]||ambulatory||  ||[http://cda/infrastructure/vocabulary/ActCode.htm#EMER EMER]||emergency
 
|-
 
|[http://cda/infrastructure/vocabulary/ActCode.htm#FLD FLD]||field||  ||[http://cda/infrastructure/vocabulary/ActCode.htm#HH HH]||home health
 
|-
 
|[http://cda/infrastructure/vocabulary/ActCode.htm#IMP IMP]||inpatient encounter||  ||[http://cda/infrastructure/vocabulary/ActCode.htm#ACUTE ACUTE]||inpatient acute
 
|-
 
|[http://cda/infrastructure/vocabulary/ActCode.htm#NONAC NONAC]||virtual||  ||[http://cda/infrastructure/vocabulary/ActCode.htm#SS SS]||short stay
 
|-
 
|[http://cda/infrastructure/vocabulary/ActCode.htm#VR VR]||inpatient non-acute||  || ||
 
|-
 
!style="text-align:left;"  colspan="5" | <small> Code System: ActCode (HL7) Code System OID: 2.16.840.1.113883.5.4</small>
 
|}
 
 
'''EncompassingEncounter.effectiveTime'''
 
 
For Encounters, the effectiveTime is the "administrative" time, i.e., the encounter start and end date as established by business rules. <span class="change-highlight">    For inpatient encounters, the effectiveTime/low value is the admission date and time and the effectiveTime/high value is the discharge date and time.  Note: If the encounter is still active at the time of document creation, the effectiveTime/high element can be omitted to indicate the encounter is on-going.</span>
 
 
'''EncompassingEncounter.admissionReferralSourceCode'''
 
 
The optional EncompassingEncounter.admissionReferralSourceCode can be use to depict the type of place or organization responsible for the patient's care immediately prior to a patient encounter.
 
 
'''EncompassingEncounter.dischargeDispositionCode'''
 
 
The optional EncompassingEncounter.dischargeDispositionCode can be used to depict the disposition of the patient at the time of hospital discharge (e.g., discharged to home, expired, against medical advice, etc.).
 
 
=====location=====
 
 
The location participant (location class) relates a healthcare facility (HealthCareFacility class) to the encounter to indicate where the encounter took place. 
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: location
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/ParticipationType.htm#LOC LOC]||Fixed
 
|}
 
 
'''location.typeCode'''
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed participant.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#LOC LOC]||location
 
|-
 
!style="text-align:left;"  colspan="2" | <small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
=====HealthCareFacility=====
 
 
The HealthCareFacility class supports the identification of the service delivery location. The location may be the setting (place) with an optional organizational reference, or a reference to the healthcare organization.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: HealthCareFacility
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-classCode-att classCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[0..1]||[http://cda/infrastructure/vocabulary/RoleClass.htm#SDLOC SDLOC]||Fixed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-id-att  id ]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-SET SET]<[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-II II]>||[0..*]|| ||
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Role-code-att  code]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CE CE]||[0..1]||[http://cda/infrastructure/vocabulary/vs_RoleCode.htm#ServiceDeliveryLocationRoleType V:ServiceDeliveryLocation]|| Open
 
|}
 
 
'''HealthCareFacility.classCode'''
 
 
The HealthCareFacility.classCode is bound to the ServiceDeliveryLocation value set and defaulted to the "SDLOC" to indicate the service delivery location.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for  HealthCareFacility.classCode
 
! style="text-align:left;"  colspan="5" |  v:RoleClassServiceDeliveryLocation <small>[2.16.840.1.113883.1.11.16927] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#SDLOC SDLOC] ('''Default''')||service delivery location||
 
||[http://cda/infrastructure/vocabulary/RoleClass.htm#DSDLOC DSDLOC]||dedicated service delivery location, health care facility
 
|-
 
|[http://cda/infrastructure/vocabulary/RoleClass.htm#ISDLOC ISDLOC] ||incidental service delivery location|| || ||
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: RoleClass (HL7) Code System OID: 2.16.840.1.113883.5.110</small>
 
|}
 
 
'''HealthCareFacility.id'''
 
 
An optional HealthCareFacility.id can be sent to uniquely identify the health care facility.
 
 
'''HealthCareFacility.code'''
 
 
The setting of an encounter (e.g. cardiology clinic, primary care clinic, rehabilitation hospital, skilled nursing facility) can be expressed in HealthCareFacility.code. A value set ServiceDeliveryLocationRoleType is provided for the this field.
 
 
'''Note:''' In some cases, the setting of the encounter is inherent in the ClinicalDocument.code, such as where ClinicalDocument.code is "Diabetes Clinic Progress Note". The setting of an encounter can also be transmitted in the HealthCareFacility.code attribute. If HealthCareFacility.code is sent, it should be equivalent to or further specialize the value inherent in the ClinicalDocument.code (such as where the ClinicalDocument.code is simply "Clinic Progress Note" and the value of HealthCareFacility.code is "cardiology clinic"), and shall not conflict with the value inherent in the ClinicalDocument.code, as such a conflict would constitute an ambiguous situation.
 
 
=====Place=====
 
 
The entity playing the role of HealthCareFacility is a place ([[#div-Place|Place]] class).
 
 
The setting (place) and physical location are not the same. There is a many-to-many relationship between setting and the physical location where care is delivered. Thus, a particular room can provide the setting for cardiology clinic one day, and for primary care clinic another day; and cardiology clinic today might be held in one physical location, but in another physical location tomorrow.
 
 
=====Organization=====
 
 
The entity scoping the HealthCareFacility role is an organization ([[#div-Organization|Organization]] class).
 
When the location is an organization, this is indicated by the presence of a scoping Organization, without a playing Place.
 
 
=====responsibleParty=====
 
 
The responsibleParty participant represents the participant having primary legal responsibility for the encounter. This differs from the legalAuthenticator participant in that the legalAuthenticator may or may not be the responsible party, and is serving a medical records function by signing off on the document, moving it into a completed state.
 
 
'''responsibleParty.typeCode'''
 
 
The responsibleParty.typeCode is fixed to "RESP" to indicate the responsible party i.e. The person or organization that has primary responsibility for the encounter. The responsible party is not necessarily present in an action, but is accountable for the action through the power to delegate, and the duty to review actions with the performing actor after the fact. This responsibility may be ethical, legal, contractual, fiscal, or fiduciary in nature.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Fixed responsibleParty.typeCode
 
!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#RESP RESP]||responsible party
 
|-
 
!style="text-align:left;"  colspan="2" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
A responsibleParty is a person or organization in the role of an assigned entity (AssignedEntity class). An assigned entity is a person assigned to the role by the scoping organization. The entity playing the role is a person (Person class). The entity scoping the role is an organization (Organization class).
 
 
When the responsible party is an organization, the value for AssignedEntity.classCode is "ASSIGNED", and the responsible party is reflected by the presence of a scoping Organization, without a playing entity.
 
 
=====AssignedEntity=====
 
 
A performer is an entity in the role of assigned entity ([[#div-AssignedEntity|AssignedEntity]] class).
 
 
=====Person=====
 
 
An assigned entity is a person assigned to the role by the scoping organization.
 
The entity playing the role is a [[#div-person|Person]] class.
 
 
=====Organization=====
 
 
The entity scoping the role is an organization ([[#div-Organization|Organization]] class).
 
 
=====encounterParticipant=====
 
 
The encounterParticipant participant represents clinicians directly associated with the encounter (e.g. by initiating, terminating, or overseeing it).
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: performer
 
!style="text-align:left;"|Attribute Name!!Data Type!!Wire Cardinality!!Code Binding!!Binding Type
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-typeCode-att  typeCode]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-CS CS]||[1..1]||[http://cda/infrastructure/vocabulary/vs_ParticipationType.htm#x_EncounterParticipant V:x_EncounterParticipant]||Closed
 
|-
 
|[http://cda/infrastructure/rim/rim.htm#Participation-time-att time]||[http://cda/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TS TS] ||[0..1]||||
 
|}
 
 
'''encounterParticipant.typeCode'''
 
 
The encounterParticipant typeCode is bound to the x_EncounterParticipant value set. It supports for the following participation: admitter, attender, consultant, discharger, and referrer.
 
 
{| class='wikitable' 
 
|+Table {{AUTOTABLENUM}}: Value set for encounterParticipant.typeCode
 
! style="text-align:left;"  colspan="5" |  V:x_EncounterParticipant <small>[2.16.840.1.113883.1.11.19600] (CLOSED) </small>
 
|-
 
!Code!!Display Name!! !!Code!!Display Name
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#ADM ADM]||admitter||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#ATND ATND]||attender
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#CON CON]||consultant||
 
||[http://cda/infrastructure/vocabulary/ParticipationType.htm#DIS DIS]||discharger
 
|-
 
|[http://cda/infrastructure/vocabulary/ParticipationType.htm#REF REF]||referrer| || ||
 
|-
 
!style="text-align:left;"  colspan="5" |<small> Code System: ParticipationType (HL7) Code System OID: 2.16.840.1.113883.5.90</small>
 
|}
 
 
'''encounterParticipant.time'''
 
 
An encounterParticipant is an entity in the role of assigned entity (AssignedEntity class). An assigned entity is a person assigned to the role by the scoping organization. The entity playing the role is a person (Person class). The entity scoping the role is an organization (Organization class).
 
 
=====AssignedEntity=====
 
 
A performer is an entity in the role of assigned entity ([[#div-AssignedEntity|AssignedEntity]] class).
 
 
=====Person=====
 
 
An assigned entity is a person assigned to the role by the scoping organization.
 
The entity playing the role is a [[#div-person|Person]] class.
 
 
=====Organization=====
 
 
The entity scoping the role is an organization ([[#div-Organization|Organization]] class).
 
  
 
==[[Body]]==
 
==[[Body]]==

Revision as of 14:02, 11 July 2017

1 CDA Overview

(content on separate page)

2 Introduction to CDA Technical Artifacts

(content on separate page)

3 CDA Document Exchange in HL7 Messages

(content on separate page)

4 CDA Templating

(content on separate page)

5 CDA Design

NOTE: The definitive description of HL7 V3 model refinement, R-MIM development and interpretation can be found here.

The CDA R-MIM POCD_RM000040 can be found here: Link to wide graphic (opens in a new window)

A CDA document is comprised of a header and a body. The header identifies and classifies the document; provides information on authentication, the encounter, the patient, and the provider; and sets the context for the document as a whole. The body contains the clinical report, and is conceptually divided up into nested sections, each containing a narrative block to be rendered along with structured entries and external references.

5.1 Clinical Document

The ClinicalDocument class is the entry point into the CDA R-MIM, and corresponds to the <ClinicalDocument> XML element that is the root element of a CDA document instance. This section will outline the CDA Document's physical design, first in the header and then the body.

A CDA document is logically broken up into a CDA Header and a CDA Body. The CDA Header is comprised of ClinicalDocument attributes, participants, and act relationships. The CDA Body is the target of the ClinicalDocument component act relationship.

5.2 Header

5.3 Body

(content on separate page)

5.4 CDA Context

CDA context is set in the CDA header and applies to the entire document. Context can be overridden at the level of the body, section, and/or CDA entry.

5.4.1 Overview of CDA Context

A document, in a sense, is a contextual wrapper for its contents. Assertions in the document header are typically applicable to statements made in the body of the document, unless overridden. For instance, the patient identified in the header is assumed to be the subject of observations described in the body of the document, unless a different subject is explicitly stated, or the author identified in the header is assumed to be the author of the entire document, unless a different author is explicitly identified on a section. The objective of the CDA context rules are to make these practices explicit with relationship to the RIM, such that a computer will understand the context of a portion of a document the same way that a human interprets it.

At the same time, there is no guarantee that machine processing will identify a mistaken application of contextual rules. If a physician records an "outside diagnosis" in narrative but does not nullify the "informant" context, machine processing will not identify the switch in attribution. This is a special case illustrating the limits of automated validation of electronic records and would apply regardless of the context inheritance mechanism. In other words, from some errors of encoding, there is no recovery other than human review.

CDA's approach to context, and the propagation of that context to nested document components, follows these design principles:

  • CDA uses the RIM context mechanism (contextControlCode for Participations; contextConductionInd for ActRelationships), and assigns fixed values to these attributes to accomplish the design objectives below, thus constraining the RIM context model. CDA extends the context propagation property to designated attributes of the CDA Header, which also propagate through any ActRelationship for which contextConductionInd="true".
  • The CDA Header sets context for the entire document. A propagating value specified in the document header holds true throughout the document, unless explicitly overridden. This principal applies to both Participations and to designated attributes of the CDA Header. Contextual header components (i.e., those that have propagating values) include:
    • Author
    • Confidentiality
    • Data enterer
    • Human language
    • Informant
    • Legal authenticator
    • Participant
    • Record target
  • Context components that can be overridden at the level of the document body include:
    • Confidentiality
    • Human language
  • Context components that can be overridden at the level of a document section include:
    • Author
    • Confidentiality
    • Human language
    • Informant
    • Subject
  • Context components that can be overridden at the level of a CDA entry include:
    • Author
    • Human language
    • Informant
    • Participant
    • Subject
  • Context propagates from outer tags to nested tags. 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.
  • Context is sometimes known precisely, and is sometimes unknown, such as in the case where a document is comprised of a large unparsed narrative block that potentially includes statements that contradict outer context. Because CDA context always propagates unless overridden, the representation of unknown context is achieved by overriding with a null value.

5.4.2 Technical Aspects of CDA Context

The RIM defines the "context" of an act as those participants of the act that can be propagated to nested acts. In the RIM, whether or not contextual participants do propagate to nested acts depends on whether or not the intervening act relationship between parent and child act allows for conduction of context. The explicit representation of context, and whether or not the context on an act can propagate to nested acts, is expressed via the RIM attributes Participation.contextControlCode and ActRelationship.contextConductionInd. CDA constrains the general RIM context mechanism such that context always overrides and propagates, as shown in the following table.

Table X: CDA constraints on RIM context attributes
RIM attribute Cardinality Conformance Fixed Value
Participation.contextControlCode 1..1 Mandatory (NULL values not permitted) "OP" (overriding, propagating)
ActRelationship.contextConductionInd 1..1 Mandatory (NULL values not permitted) "true"*

*The one exception to this is entryRelationship.contextConductionInd, which is defaulted to "true", but can be changed to "false". See entryRelationship for details.

Where the context of a nested component is unknown, the propagated context must be overridden with a null-valued component, as shown in the following table.

Table X: Blocking context propagation with null values
Context Null value representation
Author AssignedAuthor.id = NULL; No playing entity; No scoping entity.
Confidentiality confidentialityCode = NULL.
Human language languageCode = NULL.
Informant AssignedEntity.id = NULL; No playing entity; No scoping entity.
Participant ParticipantRole.id = NULL; No playing entity; No scoping entity.

The following exhibit illustrates the CDA context model. ClinicalDocument has an author participant, a confidentialityCode, and a languageCode, all of which will propagate to nested acts. The component act relationship going from ClinicalDocument to bodyChoice has contextConductionInd fixed as "true", thus allowing for the propagation of context. The bodyChoice classes, NonXMLBody and StructuredBody, contain a confidentialityCode and languageCode which can be used to override the value specified in the header. The component act relationship going from StructuredBody to Section has contextConductionInd fixed at "true", thus the context on StructuredBody will propagate through to Section. Section can override confidentialityCode, languageCode, and author. A null value for the Section's author participant indicates that the author for that particular section is unknown.

Link to wide graphic (opens in a new window)

Because context is always overriding and propagating, one can compute the context of a given node by looking for the most proximate assertion. The following example is a sample XPath expression that can be used to identify the <author> context of a section or entry:

Example X
(ancestor-or-self::*/author)[position()=last()]

5.4.3 InfrastructureRoot & CDA Classes

All of CDA classes inherits 1 attribute and 3 element from InfrastructureRoot. Infrastructure Root provides a set of infrastructure attributes that may be used in instances of HL7-specified, RIM-based classes. When valued in an instance, these attributes indicate whether the information structure is being constrained by specifically defined templates, realms or common element types.


  • An optional nullFlavor attribute has been added to each CDA class. When the class is null, this code can be used to indicate the flavor of null that is intended.

The following 3 optional elements have been added at the beginning of each CDA class:

  • realmCode, is vocabulary domain qualifier that allows the vocabulary domain of coded attributes to be specialized according to the geographical, organizational, or political environment where the HL7 standard is being used. It is defined as a SET<CS>data type.
  • typeId, is a unique identifier for an HL7 static structure that imposes constraints on an artifact. In CDA it must be defined at the root element, to indicate a CDA R2.1 document,with ClinicalDocument.typeId.root = "2.16.840.1.113883.1.3" (which is the OID for HL7 Registered models); ClinicalDocument.typeId.extension = "POCD_HD000040UV" (which is the unique identifier for the CDA, Release Two Hierarchical Description). As CMETs are not used in CDA, this element will not be used in other classes. It is defined as a II data type.
  • templateId, is an optional unique identifier, which indicates to a receiver that a set of constraints have been defined for a given class and it's attributes. See section 4 on templates in CDA.

6 CDA Hierarchical Description

(content on separate page)

7 CDA XML Implementation

(content on separate page)

8 Appendix

(content on separate page)