This wiki has undergone a migration to Confluence found Here
Difference between revisions of "CCD Errata"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
'''Section 7.1 Sample''' | '''Section 7.1 Sample''' | ||
+ | |||
+ | *The sample instance incorrectly asserts a null value for informant / assignedEntity / id, which is mandatory and therefore cannot be null. | ||
*The sample instance contains an incorrect representation of Guarantor, and the following snippet should be removed: | *The sample instance contains an incorrect representation of Guarantor, and the following snippet should be removed: |
Revision as of 04:22, 3 December 2007
Section 3.12 Vital Signs
- Section 3.12.2 contains a sentence "Vital signs are represented like other results (as defined in section 3.13 Results), with additional vocabulary constraints", which should be changed to "Vital signs are represented like other results (as defined in section 3.13 Results)".
Section 7.1 Sample
- The sample instance incorrectly asserts a null value for informant / assignedEntity / id, which is mandatory and therefore cannot be null.
- 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.