Testing the INT environment for Personal Demographics FHIR Create Patient endpoint.
Endpoint:
https://int.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient
Method: POST
Headers sent:
- Authorization: Bearer
- Accept: application/json
- Content-Type: application/json
- X-Request-ID:
- apikey: // key name only, not the secret
Response:
HTTP/1.1 403 Forbidden
{
“resourceType”: “OperationOutcome”,
“issue”: [
{ “severity”: “error”, … }
]
}
Request JSON payload followed the NHS FHIR Patient resource structure.
Need guidance on:
- Mandatory headers such as NHSD-Session-URID, X-Correlation-ID, or organisation ODS code.
- Required OAuth scopes/audience for creating a patient in INT.
- Any additional onboarding steps or product enablement for write access.