Location

Represents a physical location or place

Location = object

Represents a physical location or place. Contains details about a location including contact information, address, and managing organization.

Properties

id

id: string

Unique resource identifier


name

name: string | null

Display name


alias

alias: (string | null)[] | null

Alternate names


description

description: string | null

Resource description


identifier

identifier: (Identifier | null)[] | null

Business identifiers


telecom

telecom: (ContactPoint | null)[] | null

Contact information


address

address: Address | null

Address information


position

position: LocationPosition | null

Geographic position


managingOrganization

managingOrganization: Reference

Managing organization reference


type

type: (CodeableConcept | null)[] | null

Indicates the type of function performed at the location.


status

status: string | null

Operational status of the location.