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: Planned Supply Example


  <!--  The clinician who is expected to perform the supply 
    could be identified using supply/performer.
  <performer>
    ...
  </performer>  -->
  <!--  The author in a supply represents the clinician 
    who is requesting or planning the supply.
  <author typeCode="AUT">
    ...
  </author>  -->
<supply xmlns="urn:hl7-org:v3" moodCode="INT" classCode="SPLY">
  <templateId root="2.16.840.1.113883.10.20.22.4.43" extension="2024-05-01"/>
  <!--  Planned Supply  -->
  <id root="9a6d1bac-17d3-4195-89c4-1121bc809b5d"/>
  <statusCode code="active"/>
  <!--  The effectiveTime in a planned supply represents 
    the time that the supply should occur.  -->
  <effectiveTime xsi:type="SXCM-TS" value="20130615"/>
  <repeatNumber value="1"/>
  <quantity value="3"/>
  <!--  This product represents medication that is ordered, 
    requested or intended for the patient.  -->
  <product>
    <manufacturedProduct classCode="MANU">
      <!--  Medication Information  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.23"
                  extension="2014-06-09"/>
      <id root="2a620155-9d11-439e-92b3-5d9815ff4ee8"/>
      <manufacturedMaterial>
        <code
              displayName="200 ACTUAT albuterol 0.09 MG/ACTUAT Dry Powder Inhaler" codeSystem="2.16.840.1.113883.6.88" code="1649560">
          <originalText/>
        </code>
      </manufacturedMaterial>
      <manufacturerOrganization>
        <name>Medication Factory Inc.</name>
      </manufacturerOrganization>
    </manufacturedProduct>
  </product>
</supply>