UNPKG

fhirtypes

Version:
10 lines (9 loc) 307 B
/** * @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';