Location – FHIR API
GET /Location
This endpoint returns a response of Bundle of the Location entity.
Request
Query Parameters
- _id (optional) – string
- address-city (optional) – string
- address-district (optional) – string
- address-postalCode (optional) – string
- address-state (optional) – string
- address-type (optional) – string
- address-use (optional) – string
- fullUrl (optional) – string
- mode (optional) – string
- name (optional) – string
- position-longitude (optional) – string
- position-latitude (optional) – string
- resourceType (optional) – string
- status (optional) – string
Response
200 Response
Success
Array of objects – Location
GET /Location/{id}
This endpoint returns a response of a single entity of the Location when supplied an ID.
Request
Query Parameters
Response
200 Response
Success
Type: object – Location
- address- object
- entry – object
- extension – object
- hoursOfOperation – object
- id – string
- identifier- object
- meta – object
- mode- string
- name – string
- position – object
- resourceType – string
- status – string
- title – string
GET /Location/_history
This endpoint returns a response of Bundle a history of updates for the Location entity.
Request
Query Parameters
- _count (optional) – string
- _since (optional) – string
Response
200 Response
Success
Array of objects – Location History
GET /Location/{id}/_history
This endpoint returns a response of a history of updates for the Location entity when supplied an ID.
Request
Query Parameters
- _count (optional) – string
- _since (optional) – string
Response
200 Response
Success
object – Location History
- address – object
- extension – object
- hoursOfOperation – object
- fullUrl – string
- id – string
- meta – object
- mode – string
- name – string
- position – object
- resource – object
- resourceType – string
- status – string