Package org.hl7.fhir

Class VisionPrescriptionDispense

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

    public class VisionPrescriptionDispense
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    An authorization for the supply of glasses and/or contact lenses to a patient.

    Java class for VisionPrescription.Dispense complex type.

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

     <complexType name="VisionPrescription.Dispense">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="product" type="{http://hl7.org/fhir}Coding"/>
             <element name="eye" type="{http://hl7.org/fhir}VisionEyes" minOccurs="0"/>
             <element name="sphere" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="cylinder" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="axis" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
             <element name="prism" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="base" type="{http://hl7.org/fhir}VisionBase" minOccurs="0"/>
             <element name="add" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="power" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="backCurve" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="diameter" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="duration" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="color" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="brand" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="notes" type="{http://hl7.org/fhir}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>