GetProviderLocation Message
Overview
GetProviderLocation is a message type used to retrieve providers locations information from the Surescripts directory. This allows querying for provider details using various identifiers.
How to Send GetProviderLocation Message
To get provider location information, use the following endpoint: GET /directories/providers
The query parameters must include exactly one of:
identifier
- A fully qualified identifiersystem|value
identifier:of-type
- A value with the type of identifiertype-system|type-code|value
Supported Identifiers
Only one of the following identifiers can be used for searching:
DEA Number
NPI (National Provider Identifier)
SPI (Surescripts Provider ID)
Response
Success Response (200 OK)
Returns a FHIR Bundle containing PractitionerRole resources with all other related resources.
Error Responses
400 Bad Request – Surescripts response error with details.
422 Unprocessable Entity - Invalid identifier format, multiple query parameters provided or missing required query parameter.
Example
Last updated
Was this helpful?