Package org.hl7.fhir

Class MedicationOrderSubstitution

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class MedicationOrderSubstitution
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    An order for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationOrder" rather than "MedicationPrescription" to generalize the use across inpatient and outpatient settings as well as for care plans, etc.

    Java class for MedicationOrder.Substitution complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MedicationOrder.Substitution">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="type" type="{http://hl7.org/fhir}CodeableConcept"/>
             <element name="reason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>