/**
 * @name VisionEyeCodes
 * @description A coded concept listing the eye codes.
 * @description right | left
 * @see <a href="https://hl7.org/fhir/R4/valueset-vision-eye-codes.html">VisionEyeCodes</a>
 * @version R4
 * @author Claudia Alarcón Lazo
 */
export type VisionEyeCodesType = 'right' | 'left';
