Skip to main content

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 / SolutionCreateReadUpdateSearch
GEHRIMED----
myAvatar-Yes-Yes
myEvolv----
myUnity----
TheraOffice----
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

NameTypeDescription
addressstringA (part of the) address of the location
address-citystringA city specified in an address
address-postalcodestringA postal code specified in an address
address-statestringA state specified in an address
endpointreferenceTechnical endpoints providing access to services operated for the location
organizationreferenceSearches for locations that are managed by the provided organization
partofreferenceA location of which this location is a part
typetokenA code for the type of location

Search Examples

The POST method is recommended as it keeps health information out of the URL.

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"