pub enum EventTiming {
Show 14 variants
Aft,
AftEarly,
AftLate,
Eve,
EveEarly,
EveLate,
Imd,
Morn,
MornEarly,
MornLate,
Night,
Noon,
Phs,
_Custom(String),
}Expand description
EventTiming. Real-world event relating to the schedule.
FHIR version: 5.0.0.
Variants§
Aft
AFT
Afternoon. Event occurs during the afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
AftEarly
AFT.early
Early Afternoon. Event occurs during the early afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
AftLate
AFT.late
Late Afternoon. Event occurs during the late afternoon. The exact time is unspecified and established by institution convention or patient interpretation.
Eve
EVE
Evening. Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
EveEarly
EVE.early
Early Evening. Event occurs during the early evening. The exact time is unspecified and established by institution convention or patient interpretation.
EveLate
EVE.late
Late Evening. Event occurs during the late evening. The exact time is unspecified and established by institution convention or patient interpretation.
Imd
IMD
Immediate. Event occurs a single time (with no repetitions) as soon as possible after the scheduled or actual start of the overall event.
Morn
MORN
Morning. Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
MornEarly
MORN.early
Early Morning. Event occurs during the early morning. The exact time is unspecified and established by institution convention or patient interpretation.
MornLate
MORN.late
Late Morning. Event occurs during the late morning. The exact time is unspecified and established by institution convention or patient interpretation.
Night
NIGHT
Night. Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.
Noon
NOON
Noon. Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
Phs
PHS
After Sleep. Event occurs [offset] after subject goes to sleep. The exact time is unspecified and established by institution convention or patient interpretation.
_Custom(String)
Custom code value.
Trait Implementations§
Source§impl AsRef<str> for EventTiming
impl AsRef<str> for EventTiming
Source§impl Clone for EventTiming
impl Clone for EventTiming
Source§fn clone(&self) -> EventTiming
fn clone(&self) -> EventTiming
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for EventTiming
impl Debug for EventTiming
Source§impl<'de> Deserialize<'de> for EventTiming
impl<'de> Deserialize<'de> for EventTiming
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Source§impl Display for EventTiming
impl Display for EventTiming
Source§impl From<EventTiming> for CodeableConcept
impl From<EventTiming> for CodeableConcept
Source§fn from(code: EventTiming) -> Self
fn from(code: EventTiming) -> Self
Source§impl From<EventTiming> for Coding
impl From<EventTiming> for Coding
Source§fn from(code: EventTiming) -> Self
fn from(code: EventTiming) -> Self
Source§impl FromStr for EventTiming
impl FromStr for EventTiming
Source§impl Hash for EventTiming
impl Hash for EventTiming
Source§impl PartialEq for EventTiming
impl PartialEq for EventTiming
Source§fn eq(&self, other: &EventTiming) -> bool
fn eq(&self, other: &EventTiming) -> bool
self and other values to be equal, and is used by ==.