Last updated
Was this helpful?
Last updated
Was this helpful?
DisableProviderLocation is a message type used to disable an existing provider location in the Surescripts directory. This effectively removes a provider's ability to send electronic prescriptions from that location.
To send a DisableProviderLocation message, use the following endpoint:DELETE /directories/providers
The required payload is a PractitionerRole identifier.
The following FHIR resource is needed to create a DisableProviderLocation message:
PractitionerRole (Required)
Must have SPI (Surescripts Provider ID) in identifiers
This is the only resource required for disabling a location
Unlike and operations, DisableProviderLocation only requires the PractitionerRole resource with SPI, as this identifier is sufficient to identify the location that needs to be disabled.
Provider location is disabled in Surescripts directory
SPI identifier is removed from the PractitionerRole resource
Note: This operation cannot be undone. To re-enable a location, you would need to submit a new AddProviderLocation message.
400 Bad Request – Surescripts response error with details.
422 Unprocessable Entity - Various validation errors.