Get a list of locations

get

/Location

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

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

  • Provide at least one of _id, name, or address.
  • Do not combine _id with name or address.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : BundleEntryForLocation
Type: object
Show Source
Nested Schema : Location
Type: object
A physical place where healthcare services are provided.
Show Source
Nested Schema : BundleEntrySearch
Type: object
Show Source
Nested Schema : PrimitiveElement
Type: object
Show Source
Nested Schema : address
Type: array
The physical address details.
Show Source
Nested Schema : ReferenceForLocation
Type: object
Show Source
Nested Schema : telecom
Type: array
The contact details for the location.
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : Extension
Type: object
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : line
Type: array
Show Source
Nested Schema : Period
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
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top