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: Priority Preference Example


<observation xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="OBS">
  <templateId root="2.16.840.1.113883.10.20.22.4.143"/>
  <id root="7d66f448-ba82-4291-a9da-9e5db5e58803"/>
  <code xsi:type="CD" displayName="preference" codeSystemName="SNOMED CT"
        codeSystem="2.16.840.1.113883.6.96" code="225773000"/>
  <text/>
  <effectiveTime>
    <low value="20130613"/>
  </effectiveTime>
  <value xsi:type="CD" displayName="High priority" codeSystemName="SNOMED"
         codeSystem="2.16.840.1.113883.6.96" code="394849002"/>
  <!-- 
      Author Participation Template
      In this case, the author is the same as a participant already described in the header. 
      However, the author could be a the record target (patient), a different provider - 
      someone else in the header, or a new provider not elsewhere specified.
     -->
  <author>
    <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
    <time value="20130801"/>
    <assignedAuthor>
      <!--  This id points back to a participant in the header  -->
      <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c"/>
      <!--  US is "United States" from ISO 3166-1 Country Codes: 1.0.3166.1  -->
      <addr use="HP">
        <!--  HP is "primary home" from codeSystem 2.16.840.1.113883.5.1119  -->
        <streetAddressLine>2222 Home Street</streetAddressLine>
        <city>Beaverton</city>
        <state>OR</state>
        <postalCode>97867</postalCode>
        <country>US</country>
      </addr>
      <telecom value="tel:+1(555)555-2003" use="HP"/>
      <assignedPerson>
        <name>
          <given>Nurse</given>
          <family>Nightingale</family>
          <suffix>RN</suffix>
        </name>
      </assignedPerson>
    </assignedAuthor>
  </author>
</observation>