pub struct Location {Show 26 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub status: Option<CodeDt>,
pub operational_status: Option<Coding>,
pub name: Option<StringDt>,
pub alias: Option<Vec<StringDt>>,
pub description: Option<MarkdownDt>,
pub mode: Option<CodeDt>,
pub type_: Option<Vec<CodeableConcept>>,
pub contact: Option<Vec<ExtendedContactDetail>>,
pub address: Option<Address>,
pub form: Option<CodeableConcept>,
pub position: Option<LocationPositionBackboneElement>,
pub managing_organization: Option<Reference>,
pub part_of: Option<Reference>,
pub characteristic: Option<Vec<CodeableConcept>>,
pub hours_of_operation: Option<Vec<Availability>>,
pub virtual_service: Option<Vec<VirtualServiceDetail>>,
pub endpoint: Option<Vec<Reference>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Unique code or number identifying the location to its users
status: Option<CodeDt>
active | suspended | inactive
operational_status: Option<Coding>
The operational status of the location (typically only for a bed/room)
name: Option<StringDt>
Name of the location as used by humans
alias: Option<Vec<StringDt>>
A list of alternate names that the location is known as, or was known as, in the past
description: Option<MarkdownDt>
Additional details about the location that could be displayed as further information to identify the location beyond its name
mode: Option<CodeDt>
instance | kind
type_: Option<Vec<CodeableConcept>>
Type of function performed
contact: Option<Vec<ExtendedContactDetail>>
Official contact details for the location
address: Option<Address>
Physical location
form: Option<CodeableConcept>
Physical form of the location
position: Option<LocationPositionBackboneElement>
The absolute geographic location
managing_organization: Option<Reference>
Organization responsible for provisioning and upkeep
part_of: Option<Reference>
Another Location this one is physically a part of
characteristic: Option<Vec<CodeableConcept>>
Collection of characteristics (attributes)
hours_of_operation: Option<Vec<Availability>>
What days/times during a week is this location usually open (including exceptions)
virtual_service: Option<Vec<VirtualServiceDetail>>
Connection details of a virtual service (e.g. conference call)
endpoint: Option<Vec<Reference>>
Technical endpoints providing access to services operated for the location