VisionBase

public enum VisionBase: String

A coded concept listing the base codes.

URL: http://hl7.org/fhir/vision-base-codes ValueSet: http://hl7.org/fhir/ValueSet/vision-base-codes

  • up

    top

    Declaration

    Swift

    case up = "up"
  • bottom

    Declaration

    Swift

    case down = "down"
  • in

    inner edge

    Declaration

    Swift

    case `in` = "in"
  • out

    outer edge

    Declaration

    Swift

    case out = "out"