Consolidated CDA (C-CDA)
3.0.0 - STU United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Care Plan Review Example

This content is an example of the Care Plan Logical Model and is not a FHIR Resource

    
<!-- This participant represents the Care Plan review. 
  If the date in the time element is in the past, 
  then this review has already taken place. 
  If the date in the time element is in the future, 
  then this is the date of the next scheduled review. -->
<!-- This example shows a Care Plan Review that has already taken place -->
<participant typeCode="IND" xmlns="urn:hl7-org:v3">
  <functionCode code="425268008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Review of Care Plan" />
  <time value="20130801" />
  <associatedEntity classCode="ASSIGNED">
    <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c" />
  </associatedEntity>
</participant>