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

This content is an example of the Planned Supply Logical Model and is not a FHIR Resource

    
<supply moodCode="INT" classCode="SPLY" xmlns="urn:hl7-org:v3">
  <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 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 code="573621" codeSystem="2.16.840.1.113883.6.88" displayName="albuterol 0.09 MG/ACTUAT [Proventil]">
          <originalText>
            <reference value="#MedSec_1" />
          </originalText>
        </code>
      </manufacturedMaterial>
      <manufacturerOrganization>
        <name>Medication Factory Inc.</name>
      </manufacturerOrganization>
    </manufacturedProduct>
  </product>
  <!-- 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>