Endpoints for doctor consent in preauthorization.
Resend doctor request
Resends a doctor approval request. Choose the request shape that matches the context: preauthorization, emergency claim, or EMT claim. The request_type must match the chosen shape.
Related documentation: Resend Doctor Consent, Preauth Doctor Consent
Headers
X-Facility-IdFacility Registry (FR) code identifying the facility. Required when authenticating with a service-account token.
X-Facility-Id-TypeType of identifier supplied in X-Facility-Id. Currently only fr-code is supported.
Resend doctor request › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: practitioner_registration_number, request_type, consent_token +1 more | |
| type = object · requires: request_type, consent_token, intervention_code +5 more | |
| type = object · requires: service_type, request_type, emergency_claim_id +5 more |
practitioner_registration_numberRegistration number of the doctor whose approval is being requested. Example is dummy data.
request_typeType of doctor request. Use PREAUTH_DOCTOR_APPROVAL_REQUEST for preauthorizations.
consent_tokenPatient consent token authorising the doctor request.
intervention_codeSHA intervention code the request is issued against.
Resend doctor request › Responses
Doctor request resent successfully
@Description Response data payload containing operation details @Example {"status": "success"}
message@Description Success message describing the operation result @Example "Visit has been successfully started"

