Consolidated CDA (C-CDA)
4.0.0 - STU4 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 4.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 authenticator represents patient agreement or 
  sign-off of the Care Plan -->
<authenticator xmlns="urn:hl7-org:v3">
  <time value="20130802"/>
  <signatureCode code="S"/>
  <sdtc:sdtcSignatureText xmlns:sdtc="urn:hl7-org:sdtc" representation="B64"
                          mediaType="text/xml">RHJpbmsgbW9yZSBPdmFsdGluZQ==</sdtc:sdtcSignatureText>
  <assignedEntity>
    <id root="2.16.840.1.113883.19.5" extension="996-756-495"/>
    <code displayName="Self" codeSystemName="HL7 Role code"
          codeSystem="2.16.840.1.113883.5.111" code="ONESELF"/>
  </assignedEntity>
</authenticator>