Location
open class Location: DomainResource
Details and position information for a physical place.
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.
-
Details and position information for a physical place.
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.
Declaration
Swift
override open class var resourceType: String
-
Physical location.
Declaration
Swift
public var address: Address?
-
A list of alternate names that the location is known as, or was known as in the past.
Declaration
Swift
public var alias: [FHIRString]?
-
Additional details about the location that could be displayed as further information to identify the location beyond its name.
Declaration
Swift
public var description_fhir: FHIRString?
-
Technical endpoints providing access to services operated for the location.
Declaration
Swift
public var endpoint: [Reference]?
-
Unique code or number identifying the location to its users.
Declaration
Swift
public var identifier: [Identifier]?
-
Organization responsible for provisioning and upkeep.
Declaration
Swift
public var managingOrganization: Reference?
-
Indicates whether a resource instance represents a specific location or a class of locations.
Declaration
Swift
public var mode: LocationMode?
-
Name of the location as used by humans.
Declaration
Swift
public var name: FHIRString?
-
The Operational status of the location (typically only for a bed/room).
Declaration
Swift
public var operationalStatus: Coding?
-
Another Location this one is physically part of.
Declaration
Swift
public var partOf: Reference?
-
Physical form of the location.
Declaration
Swift
public var physicalType: CodeableConcept?
-
The absolute geographic location.
Declaration
Swift
public var position: LocationPosition?
-
The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.
Declaration
Swift
public var status: LocationStatus?
-
Contact details of the location.
Declaration
Swift
public var telecom: [ContactPoint]?
-
Type of function performed.
Declaration
Swift
public var type: CodeableConcept?
-
Type of function performed.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Location: DomainResource