Location
A Location resource represents a physical location where providers or services can be found.
Sample Query
Find locations with a type code ‘PSY’ (for instance, a psychology department):
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-stu3/Location?type=PSY
Overview
See the FHIR documentation for more information about Location resources.
Mapped Concepts in HIEBus
Supported Interactions
Location resources support the following interactions.
Search Parameters
When searching for Location resources, the following search parameters are supported.
| Name |
Type
|
Prefixes
Modifiers
|
Can be Chained? |
Description |
| _count |
Special |
|
|
The maximum number of resources to return in a result page.
|
| _elements |
Special |
|
|
Used to request a specific set of elements be returned as part of a resource.
|
| _id |
Token |
|
|
Resource id.
|
| _lastUpdated |
Date |
ne
lt
le
gt
ge
sa
eb
ap
|
|
When the resource last changed.
|
| _summary |
Special |
|
|
Used to return only a portion of the resouces. Defaults to 'false', which returns the whole resource.
|
| _total |
Special |
|
|
Use the value 'estimate' to populate the result bundle's 'total' element with an estimate of the matching number of resources.
|
| address |
String |
:contains
:exact
:missing
|
|
A (part of the) address of the location.
|
| address-city |
String |
:contains
:exact
:missing
|
|
A city specified in an address.
|
| address-country |
String |
:contains
:exact
:missing
|
|
A country specified in an address.
|
| address-postalcode |
String |
:contains
:exact
:missing
|
|
A postal code specified in an address.
|
| address-state |
String |
:contains
:exact
:missing
|
|
A state specified in an address.
|
| identifier |
Token |
:missing
|
|
An identifier for the location.
|
| name |
String |
:contains
:exact
:missing
|
|
A portion of the location's name or alias.
|
| type |
Token |
:not
:in
:notin
:missing
|
|
A code for the type of location.
|
Sortable Parameters
When searching Location resources, it is possible to sort the returned values by the following search parameters.
Only one sort parameter may be specified.
Back to Resources