This page is part of the CCDA: Consolidated CDA Release (v3.0.0-ballot: CCDA 3.0 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
This content is an example of the Planned Medication Activity Logical Model and is not a FHIR Resource
<substanceAdministration moodCode="INT" classCode="SBADM" xmlns="urn:hl7-org:v3">
<templateId root="2.16.840.1.113883.10.20.22.4.42" extension="2014-06-09" />
<!-- Planned Medication Activity-->
<id root="cdbd33f0-6cde-11db-9fe1-0800200c9a66" />
<text>Heparin 0.25 ml Prefilled Syringe</text>
<statusCode code="active" />
<!-- The effectiveTime in a planned medication activity
represents the time that the medication activity should occur. -->
<effectiveTime value="20130905" />
<consumable>
<manufacturedProduct classCode="MANU">
<!-- Medication Information -->
...
</manufacturedProduct>
</consumable>
<entryRelationship typeCode="REFR">
<observation classCode="OBS" moodCode="EVN">
<!-- Patient Priority Preference-->
...
</observation>
</entryRelationship>
<entryRelationship typeCode="REFR">
<observation classCode="OBS" moodCode="EVN">
<!-- Provider Priority Preference-->
...
</observation>
</entryRelationship>
<entryRelationship typeCode="RSON">
<!-- Indication -->
...
</entryRelationship>
<entryRelationship typeCode="SUBJ">
<!-- Instruction -->
...
</entryRelationship>
</substanceAdministration>