EventTiming
public enum EventTiming: String
Real world event relating to the schedule.
URL: http://hl7.org/fhir/event-timing ValueSet: http://hl7.org/fhir/ValueSet/event-timing
-
event occurs during the morning
Declaration
Swift
case MORN = "MORN"
-
event occurs during the afternoon
Declaration
Swift
case AFT = "AFT"
-
event occurs during the evening
Declaration
Swift
case EVE = "EVE"
-
event occurs during the night
Declaration
Swift
case NIGHT = "NIGHT"
-
event occurs [offset] after subject goes to sleep
Declaration
Swift
case PHS = "PHS"