Consolidated CDA Release 2.1 StructureDefinition Publication, published by Health Level Seven. This is not an authorized publication; it is the continuous build for version 2.1). This version is based on the current content of https://github.com/HL7/CDA-ccda-2.1-sd/ and changes regularly. 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>