Location
Semantical type
The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name Location into your applications access filter if you need to use this resource.
Resource owner
The creator of the resource is always the owner of the resource.
Read
Read a single Location by id.
Request:
[GET] /fhir/Location/<id>
Read specific version
Read a specific version of a single Location by id.
Request:
[GET] /fhir/Location/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/Location/<id>/_history
Search
Search for resources of type Location
Request:
[GET] /fhir/Location?searchParams
List of supported search parameters:
Supported query parameters:
Name | Type | Description |
---|---|---|
_id | string | The resource identity |
_lastUpdated | date | Only return resources which were last updated as specified by the given range |
_page | string | |
address | string | A (part of the) address of the location |
address-city | string | A city specified in an address |
address-country | string | A country specified in an address |
address-postalcode | string | A postal code specified in an address |
address-state | string | A state specified in an address |
address-use | token | A use code specified in an address |
endpoint | reference | Technical endpoints providing access to services operated for the location |
identifier | token | An identifier for the location |
name | string | A portion of the location's name or alias |
operational-status | token | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping) |
organization | reference | Searches for locations that are managed by the provided organization |
partof | reference | A location of which this location is a part |
status | token | Searches for locations with a specific kind of status |
type | token | A code for the type of location |
Create
Create a new resource of type Location.
Request:
[POST] /fhir/Location
Update
Updates a resource of type Location.
Request:
[PUT] /fhir/Location/<id>