This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "CCD Errata"

From HL7Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
'''Section 1.2.2 The “A” in “CDA”'''
+
'''Section 7.1 Sample'''
  
*Example 2 – hierarchy isn’t correct. Bottom 4 bullets each need to move one step to the right.
+
*The sample instance contains an incorrect representation of Guarantor, and the following snippet should be removed:
  
 +
<participant typeCode="IND">
 +
<associatedEntity classCode="GUAR">
 +
<id root="4ff51570-83a9-47b7-91f2-93ba30373141"/>
 +
<addr>
 +
<streetAddressLine>17 Daws Rd.</streetAddressLine>
 +
<city>Blue Bell</city>
 +
<state>MA</state>
 +
<postalCode>02368</postalCode>
 +
</addr>
 +
<telecom value="tel:(888)555-1212"/>
 +
<associatedPerson>
 +
<name>
 +
<given>Kenneth</given>
 +
<family>Ross</family>
 +
</name>
 +
</associatedPerson>
 +
</associatedEntity>
 +
</participant>
  
'''Section 1.3 Conformance'''
+
 
* Clarification on conformance:
+
*The CCD rendering style sheet incorrectly renders the above snippet as the Guardian. Per CONF-109 ("A patient guardian SHALL be represented with ClinicalDocument / recordTarget / patientRole / patient / guardian"), the style sheet should look to ClinicalDocument / recordTarget / patientRole / patient / guardian for rendering guardian information.
A conformant CDA document is one that at a minimum validates against the CDA Schema <ins>once all extensions have been removed from the instance</ins>, and that restricts its use of coded vocabulary to values allowable within the specified vocabulary domains. However a computer cannot validate every aspect of conformance. The focus of this section is to highlight these aspects of CDA that cannot be machine validated - particularly those aspects related to the CDA human readability requirements.
 

Revision as of 16:51, 12 September 2007

Section 7.1 Sample

  • The sample instance contains an incorrect representation of Guarantor, and the following snippet should be removed:

<participant typeCode="IND"> <associatedEntity classCode="GUAR"> <id root="4ff51570-83a9-47b7-91f2-93ba30373141"/> <addr> <streetAddressLine>17 Daws Rd.</streetAddressLine> <city>Blue Bell</city> <state>MA</state> <postalCode>02368</postalCode> </addr> <telecom value="tel:(888)555-1212"/> <associatedPerson> <name> <given>Kenneth</given> <family>Ross</family> </name> </associatedPerson> </associatedEntity> </participant>


  • The CCD rendering style sheet incorrectly renders the above snippet as the Guardian. Per CONF-109 ("A patient guardian SHALL be represented with ClinicalDocument / recordTarget / patientRole / patient / guardian"), the style sheet should look to ClinicalDocument / recordTarget / patientRole / patient / guardian for rendering guardian information.