Package org.hl7.fhir

Class MedicationStatement

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

public class MedicationStatement extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for MedicationStatement complex type.

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

 <complexType name="MedicationStatement">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}MedicationStatementStatus"/>
         <choice>
           <element name="medicationCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="medicationReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <choice minOccurs="0">
           <element name="effectiveDateTime" type="{http://hl7.org/fhir}dateTime"/>
           <element name="effectivePeriod" type="{http://hl7.org/fhir}Period"/>
         </choice>
         <element name="informationSource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="supportingInformation" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dateAsserted" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="wasNotTaken" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="reasonNotTaken" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="reasonForUseCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="reasonForUseReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="note" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dosage" type="{http://hl7.org/fhir}MedicationStatement.Dosage" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>