Package org.hl7.fhir

Class VisionPrescription

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

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

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

     <complexType name="VisionPrescription">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dateWritten" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="prescriber" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <choice minOccurs="0">
               <element name="reasonCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
               <element name="reasonReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <element name="dispense" type="{http://hl7.org/fhir}VisionPrescription.Dispense" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>