UNPKG

fhirtypes

Version:
18 lines (17 loc) 443 B
/** * @name DaysOfWeek * @description The days of the week. * @description mon | tue | wed | thu | fri | sat | sun * @see <a href="https://hl7.org/fhir/R4/valueset-days-of-week.html">DaysOfWeek</a> * @version R4 * @author Roberto Araneda Espinoza */ export declare enum DaysOfWeekEnum { MONDAY = "mon", TUESDAY = "tue", WEDNESDAY = "wed", THURSDAY = "thu", FRIDAY = "fri", SATURDAY = "sat", SUNDAY = "sun" }