Difference between revisions of "Extensions to HL7 CDA Release 2.0"

From IHE Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== IHE PCC Extensions ==
 
== IHE PCC Extensions ==
All Extensions to CDA Release 2.0 created by the IHE PCC Technical Committee are in the namespace urn:oid:1.3.6.1.4.1.19376.1.5.3.4.  
+
All Extensions to CDA Release 2.0 created by the IHE PCC Technical Committee are in the namespace urn:ihe:pcc:hl7v3.  
  
 
The approach used to create extension elements created for the PCC Technical Framework is the same as was used for the HL7 Care Record Summary (see Appendix E) and the ASTM/HL7 Continuity of Care Document (see secion 7.2).
 
The approach used to create extension elements created for the PCC Technical Framework is the same as was used for the HL7 Care Record Summary (see Appendix E) and the ASTM/HL7 Continuity of Care Document (see secion 7.2).
Line 18: Line 18:
 
|
 
|
 
  <section>
 
  <section>
   <id root='' extension=''/>
+
   <id root='&nbsp;' extension='&nbsp;'/>
   <code code='' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
+
   <code code='&nbsp;' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
 
   <title>Name of the Section</title>
 
   <title>Name of the Section</title>
 
   <text>Text of the section</text>
 
   <text>Text of the section</text>
 
   <entry></entry>
 
   <entry></entry>
 
   <component></component>
 
   <component></component>
   '''<pcc:replacementOf xmlns:pcc='urn:oid:1.3.6.1.4.1.19376.1.5.3.4'>'''
+
   '''<pcc:replacementOf xmlns:pcc='urn:ihe:pcc:hl7v3'>'''
 
     '''<pcc:externalDocumentSection>'''
 
     '''<pcc:externalDocumentSection>'''
 
       '''<pcc:id root='58FCBE50-D4F2-4bda-BC1C-2105B284BBE3'/>'''
 
       '''<pcc:id root='58FCBE50-D4F2-4bda-BC1C-2105B284BBE3'/>'''
Line 33: Line 33:
  
 
== Extensions Defined Elsewhere used by IHE PCC ==
 
== Extensions Defined Elsewhere used by IHE PCC ==
 +
=== Entity Identifiers ===
 +
There is often a need to record an identifer for an entity so that it can be subsequently referenced.  This extension provides a mechnism to store that identifier.  The element appears after any <realm>, <typeId> or <templateId> elements, but before all others in the entity where it is used:
 +
 +
<playingEntity classCode='ENT' determinerCode='INSTANCE'>
 +
  '''<sdtc:id root='1.3.6.4.1.4.1.2835.2' extension='EntityID'/>'''
 +
    :
 +
    .
 +
</playingEntity>
 +
 
=== Patient Identifier===
 
=== Patient Identifier===
 
There is a need to record the identifer by which a patient is known to another healthcare provider.  This extension provides a role link between the assigned, related or associated entity, and the patient role.
 
There is a need to record the identifer by which a patient is known to another healthcare provider.  This extension provides a role link between the assigned, related or associated entity, and the patient role.

Latest revision as of 17:30, 2 October 2008

Appendix C - Extensions to CDA Release 2.0

This section describes extensions to CDA Release 2.0 that are used by the IHE Patient Care Coordination Technical Framework.

IHE PCC Extensions

All Extensions to CDA Release 2.0 created by the IHE PCC Technical Committee are in the namespace urn:ihe:pcc:hl7v3.

The approach used to create extension elements created for the PCC Technical Framework is the same as was used for the HL7 Care Record Summary (see Appendix E) and the ASTM/HL7 Continuity of Care Document (see secion 7.2).

replacementOf

The <replacementOf> extension element is applied to a section appearing in a PHR Update Document to indicate that that section's content should replace that of a previously existing section. The identifier of the previously existing section is given so that the PHR Manager receiving the Update content will know which section to replace. The model for this extension is shown below.

Model for replacementOf

Use of this extension is shown below. The <replacementOf> element appears after all other elements within the <section> element. The <id> element appearing in the <externalDocumentSection> element shall provide the identifier of the section being replaced in the parent document.

Example use of the replacementOf extension
<section>
 <id root=' ' extension=' '/>
 
 <title>Name of the Section</title>
 <text>Text of the section</text>
 <entry></entry>
 <component></component>
 <pcc:replacementOf xmlns:pcc='urn:ihe:pcc:hl7v3'>
   <pcc:externalDocumentSection>
     <pcc:id root='58FCBE50-D4F2-4bda-BC1C-2105B284BBE3'/>
   <pcc:externalDocumentSection/>
 </pcc:replacementOf>
</section>

Extensions Defined Elsewhere used by IHE PCC

Entity Identifiers

There is often a need to record an identifer for an entity so that it can be subsequently referenced. This extension provides a mechnism to store that identifier. The element appears after any <realm>, <typeId> or <templateId> elements, but before all others in the entity where it is used:

<playingEntity classCode='ENT' determinerCode='INSTANCE'>
 <sdtc:id root='1.3.6.4.1.4.1.2835.2' extension='EntityID'/>
   :
   .
</playingEntity>

Patient Identifier

There is a need to record the identifer by which a patient is known to another healthcare provider. This extension provides a role link between the assigned, related or associated entity, and the patient role.

Use of this extension to record the identifier under which the patient is known to a provider is shown below.

Example use of the Patient Identifier Extension
<assignedEntity>
 <id extension='1' root='1.3.6.4.1.4.1.2835.1'/>
 
 <addr>
   <streetAddressLine>21 North Ave</streetAddressLine>
   <city>Burlington</city>
   <state>MA</state>
   <postalCode>01803</postalCode>
   <country>USA</country>
 </addr>
 <telecom value='tel:(999)555-1212' use='WP'/>
 <assignedPerson>
   <name>
     <prefix>Dr.</prefix><given>Bernard</given><family>Wiseman</family><suffix>Sr.</suffix>
   </name>
 </assignedPerson>
 <sdtc:patient xmlns:sdtc='urn:hl7-org:sdtc' >
   <sdtc:id root='1.3.6.4.1.4.1.2835.2' extension='PatientMRN'/>
 </sdtc:patient>
</assignedEntity>

The <patient> element records the link between the related, assigned or associated entity and the patient. The <id> element provides the identifier for the patient. The root attribute of the <id> should be the namespace used for patient identifiers by the entity. The extension attribute of the <id> element shall be the patient's medical record number or other identifier used by the entity to identify the patient.