VisionPrescriptionDispense
open class VisionPrescriptionDispense: BackboneElement
Vision supply authorization.
Deals with details of the dispense part of the supply specification.
-
Vision supply authorization.
Deals with details of the dispense part of the supply specification.
Declaration
Swift
override open class var resourceType: String
-
Lens add.
Declaration
Swift
public var add: FHIRDecimal?
-
Lens axis.
Declaration
Swift
public var axis: FHIRInteger?
-
Contact lens back curvature.
Declaration
Swift
public var backCurve: FHIRDecimal?
-
The relative base, or reference lens edge, for the prism.
Declaration
Swift
public var base: VisionBase?
-
Brand required.
Declaration
Swift
public var brand: FHIRString?
-
Color required.
Declaration
Swift
public var color: FHIRString?
-
Lens cylinder.
Declaration
Swift
public var cylinder: FHIRDecimal?
-
Contact lens diameter.
Declaration
Swift
public var diameter: FHIRDecimal?
-
Lens wear duration.
Declaration
Swift
public var duration: Quantity?
-
The eye for which the lens applies.
Declaration
Swift
public var eye: VisionEyes?
-
Notes for coatings.
Declaration
Swift
public var note: [Annotation]?
-
Contact lens power.
Declaration
Swift
public var power: FHIRDecimal?
-
Lens prism.
Declaration
Swift
public var prism: FHIRDecimal?
-
Product to be supplied.
Declaration
Swift
public var product: CodeableConcept?
-
Lens sphere.
Declaration
Swift
public var sphere: FHIRDecimal?
-
Lens sphere.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class VisionPrescriptionDispense: BackboneElement