pub struct AvailabilityNotAvailableTime {
pub id: Option<String>,
pub extension: Vec<Extension>,
pub description: Option<String>,
pub description_ext: Option<FieldExtension>,
pub during: Option<Period>,
pub during_ext: Option<FieldExtension>,
}Expand description
Sub-fields of the notAvailableTime field in Availability
Fields§
§id: Option<String>Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
extension: Vec<Extension>Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
description: Option<String>Reason presented to the user explaining why time not available
Reason presented to the user explaining why time not available.
The reason will generally be provided to give the textual reason for displaying when the {item} is not available, e.g. ‘Closed public holidays’ or ‘Independence Day’. In cases such as this, the during might not be included and local knowledge would be required in such cases (as don’t desire to keep updating when the holiday occurs each year).
e.g.2: ‘Closed for maintenance over the summer’ for this example you would want to include the during period, unless this was a university hospital and the “summer” period was well known, but would recommend its inclusion anyway.
description_ext: Option<FieldExtension>Extension field.
during: Option<Period>Service not available during this period
Service not available during this period.
during_ext: Option<FieldExtension>Extension field.
Implementations§
Source§impl AvailabilityNotAvailableTime
impl AvailabilityNotAvailableTime
Sourcepub fn builder() -> AvailabilityNotAvailableTimeBuilder
pub fn builder() -> AvailabilityNotAvailableTimeBuilder
Start building a new instance
Trait Implementations§
Source§impl Clone for AvailabilityNotAvailableTime
impl Clone for AvailabilityNotAvailableTime
Source§fn clone(&self) -> AvailabilityNotAvailableTime
fn clone(&self) -> AvailabilityNotAvailableTime
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for AvailabilityNotAvailableTime
impl Debug for AvailabilityNotAvailableTime
Source§impl<'de> Deserialize<'de> for AvailabilityNotAvailableTime
impl<'de> Deserialize<'de> for AvailabilityNotAvailableTime
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AvailabilityNotAvailableTime, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AvailabilityNotAvailableTime, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for AvailabilityNotAvailableTime
impl PartialEq for AvailabilityNotAvailableTime
Source§fn eq(&self, other: &AvailabilityNotAvailableTime) -> bool
fn eq(&self, other: &AvailabilityNotAvailableTime) -> bool
self and other values to be equal, and is used by ==.