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: Average Blood Pressure Organizer Example


<organizer xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="BATTERY">
  <templateId root="2.16.840.1.113883.10.20.22.4.512" extension="2024-05-01"/>
  <id root="604b2f9e-a3e7-4f4c-a4f8-0022d72dee2b"/>
  <code displayName="Blood pressure panel mean systolic and mean diastolic"
        codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="96607-7"/>
  <sdtcText/>
  <statusCode code="completed"/>
  <effectiveTime value="20140519193605-0500"/>
  <component typeCode="COMP">
    <observation moodCode="EVN" classCode="OBS">
      <templateId root="2.16.840.1.113883.10.20.22.4.27"
                  extension="2014-06-09"/>
      <id root="a24910a8-2710-4940-908e-b3d805d5130c"/>
      <code xsi:type="CD" displayName="average aystolic blood pressure"
            codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="96608-5"/>
      <text/>
      <statusCode code="completed"/>
      <effectiveTime value="20140519193605-0500"/>
      <!--  Example of Value with UCUM unit. Note that metric units used in this example -->
      <value xsi:type="PQ" value="122" unit="mm[Hg]"/>
      <!--  Additional information of interpretation and/or reference range may be included but are optional -->
      <author>
        <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
        <time value="20130801123500-0800"/>
        <assignedAuthor>
          <!--  Refers to another author somewhere else in the document  -->
          <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c"/>
          <addr use="H">
            <streetAddressLine>23 Anywhere Street</streetAddressLine>
            <city>El Paso</city>
            <state>TX</state>
            <postalCode>90210</postalCode>
            <country>US</country>
          </addr>
          <telecom value="tel:(999)555-1212" use="WP"/>
          <assignedPerson>
            <name>
              <prefix>Mrs.</prefix>
              <given>Martha</given>
              <family>Jones</family>
            </name>
          </assignedPerson>
        </assignedAuthor>
      </author>
    </observation>
  </component>
  <component typeCode="COMP">
    <observation moodCode="EVN" classCode="OBS">
      <templateId root="2.16.840.1.113883.10.20.22.4.27"
                  extension="2014-06-09"/>
      <id root="553f3f45-9046-4659-b3e7-5de904003550"/>
      <code xsi:type="CD" displayName="average Diastolic blood pressure"
            codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="96609-3"/>
      <text/>
      <statusCode code="completed"/>
      <effectiveTime value="20140520193605-0500"/>
      <value xsi:type="PQ" value="82" unit="mm[Hg]"/>
      <author>
        <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
        <time value="20130801123500-0800"/>
        <assignedAuthor>
          <!--  Refers to another author somewhere else in the document  -->
          <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c"/>
          <addr use="H">
            <streetAddressLine>23 Anywhere Street</streetAddressLine>
            <city>El Paso</city>
            <state>TX</state>
            <postalCode>90210</postalCode>
            <country>US</country>
          </addr>
          <telecom value="tel:(999)555-1212" use="WP"/>
          <assignedPerson>
            <name>
              <prefix>Mrs.</prefix>
              <given>Martha</given>
              <family>Jones</family>
            </name>
          </assignedPerson>
        </assignedAuthor>
      </author>
    </observation>
  </component>
</organizer>