PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.5.0
    http://hl7.org/fhir/StructureDefinition/VisionPrescription
description: An authorization for the provision of glasses and/or contact lenses to a patient.
package_name: hl7.fhir.r5.core
derivation: specialization
name: VisionPrescription
type: VisionPrescription
elements:
  identifier: {short: Business Identifier for vision prescription, type: Identifier, array: true, index: 0}
  status:
    isModifier: true
    short: active | cancelled | draft | entered-in-error
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/fm-status|4.5.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  created: {short: Response creation date, type: dateTime, isSummary: true, index: 2}
  patient:
    short: Who prescription is for
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 3
  encounter:
    short: Created during encounter / admission / stay
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    index: 4
  dateWritten: {short: When prescription was authorized, type: dateTime, isSummary: true, index: 5}
  prescriber:
    short: Who authorized the vision prescription
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    isSummary: true
    index: 6
  lensSpecification:
    min: 1
    short: Vision lens authorization
    index: 7
    type: BackboneElement
    array: true
    elements:
      sphere: {short: Power of the lens, type: decimal, index: 10}
      color: {short: Color required, type: string, index: 21}
      eye:
        short: right | left
        type: code
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/vision-eye-codes|4.5.0'}
        isSummary: true
        index: 9
      diameter: {short: Contact lens diameter, type: decimal, index: 19}
      duration: {short: Lens wear duration, type: Quantity, index: 20}
      brand: {short: Brand required, type: string, index: 22}
      note: {short: Notes for coatings, type: Annotation, array: true, index: 23}
      power: {short: Contact lens power, type: decimal, index: 17}
      product:
        short: Product to be supplied
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/vision-product'}
        isSummary: true
        index: 8
      cylinder: {short: Lens power for astigmatism, type: decimal, index: 11}
      prism:
        short: Eye alignment compensation
        type: BackboneElement
        array: true
        index: 13
        elements:
          amount: {short: Amount of adjustment, type: decimal, index: 14}
          base:
            short: up | down | in | out
            type: code
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/vision-base-codes|4.5.0'}
            index: 15
        required: [base, amount]
      axis: {short: Lens meridian which contain no power for astigmatism, type: integer, index: 12}
      add: {short: Added power for multifocal levels, type: decimal, index: 16}
      backCurve: {short: Contact lens back curvature, type: decimal, index: 18}
    required: [product, eye]
    isSummary: true
package_version: 4.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/VisionPrescription
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.5.0
required: [created, lensSpecification, dateWritten, status, patient, prescriber]