This wiki has undergone a migration to Confluence found Here
Difference between revisions of "CCD Errata"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | '''Section 1 | + | '''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. |
− |
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.