Get a list of locations

get

/Location

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves a list of locations that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : Location
Type: object
Show Source
Nested Schema : address
The physical location.
Match All
The physical location.
Show Source
Nested Schema : managingOrganization
The organization responsible for provisioning and upkeep.
Match All
The organization responsible for provisioning and upkeep.
Show Source
Nested Schema : telecom
Type: array
The contact details of the location.
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : line
Type: array
The street name, number, direction, P.O. Box, and so on.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : ContactPoint
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top