Location
The Location resource describes "Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated."
Supported Profiles
The API supports the following FHIR profiles:
Operations
The Certified API Location resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.
| CareRecord / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| GEHRIMED | - | - | - | - |
| myAvatar | - | Yes | - | Yes |
| myEvolv | - | - | - | - |
| myUnity | - | - | - | - |
| TheraOffice | - | - | - | - |
Search
info
Not all Netsmart solutions support Location search. See supported operations table above and consult your target solution's documentation for more information.
This resource supports standard search parameters in addition to the common parameters.
Standard Parameters
| Name | Type | Description |
|---|---|---|
| address | string | A (part of the) address of the location |
| address-city | string | A city specified in an address |
| address-postalcode | string | A postal code specified in an address |
| address-state | string | A state specified in an address |
| endpoint | reference | Technical endpoints providing access to services operated for the location |
| organization | reference | Searches for locations that are managed by the provided organization |
| partof | reference | A location of which this location is a part |
| type | token | A code for the type of location |
Search Examples
The POST method is recommended as it keeps health information out of the URL.
- Production
- Preview
Search by AddressCity
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/Location/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "address-city=Racoon%20City"
Search by Organization
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/Location/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "organization=13579"
Search by AddressCity
curl -X POST https://fhirtest.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/Location/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "address-city=Racoon%20City"
Search by Organization
curl -X POST https://fhirtest.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/Location/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "organization=13579"