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

This content is an example of the Priority Preference Logical Model and is not a FHIR Resource

    
<observation classCode="OBS" moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <templateId root="2.16.840.1.113883.10.20.22.4.143" />
  <id root="7d66f448-ba82-4291-a9da-9e5db5e58803" />
  <code code="225773000" 
        codeSystem="2.16.840.1.113883.6.96" 
        codeSystemName="SNOMED CT" 
        displayName="preference" />
  <text>
    <reference value="#prioritypref" />
  </text>
  <effectiveTime>
    <low value="20130613" />
  </effectiveTime>
  <value xsi:type="CD" 
         code="394849002" 
         codeSystem="2.16.840.1.113883.6.96" 
         codeSystemName="SNOMED" 
         displayName="High priority" />
  <!--
      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" />
      <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>
        <!-- US is "United States" from ISO 3166-1 Country Codes: 1.0.3166.1 -->
      </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>