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 Patient authenticator Example

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

    
<!-- This authenticator represents patient agreement or 
  sign-off of the Care Plan-->
<authenticator xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc">
  <time value="20130802" />
  <signatureCode code="S" />
  <sdtc:signatureText mediaType="text/xml" representation="B64">RHJpbmsgbW9yZSBPdmFsdGluZQ==</sdtc:signatureText>
  <assignedEntity>
    <id extension="996-756-495" root="2.16.840.1.113883.19.5" />
    <code code="ONESELF" displayName="Self" codeSystem="2.16.840.1.113883.5.111" codeSystemName="HL7 Role code" />
  </assignedEntity>
</authenticator>