Package org.hl7.fhir

Class Medication

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

    public class Medication
    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 Medication complex type.

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

     <complexType name="Medication">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="code" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="isBrand" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
             <element name="manufacturer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="product" type="{http://hl7.org/fhir}Medication.Product" minOccurs="0"/>
             <element name="package" type="{http://hl7.org/fhir}Medication.Package" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>