---
title: "Submit EHR Requests"
method: POST
path: "/ehr-requests"
tags: ["Registration"]
---

# Submit EHR Requests

`POST /ehr-requests`

This event logs when the EHR request has been sent to the sending practice.

**Submitted by:** Requesting practice

**When to send:** When the EHR request has been sent to the sending practice.

**Notes:** If a technical error or negative acknowledgment occurs, an Error event must be submitted, including the response code if applicable.

### Request Body example:
```json
{
  "conversationId": "4345-986959-4930-684038",
  "registrationEventDateTime": "2020-02-08T08:30:25Z",
  "reportingSystemSupplier": "SUPPLIER_ODS_CODE",
  "reportingPracticeOdsCode": "ABC1234",
  "requestingPracticeOdsCode": "ABC1234",
  "sendingPracticeOdsCode": "XYZ4567"
}
```

## Request body

- object
  - `conversationId` string, required — A uniqueID that is used throughout the registration including during the GP2GP or GP Connect transfer. This should be generated at the point of registration.
  - `registrationEventDateTime` string, date-time, required — The ISO 8601 Date time in UTC that this event occurred.
  - `reportingSystemSupplier` string, required — The system supplier who generated the event. The ODS code assigned to you as a supplier by NHSD.
  - `reportingPracticeOdsCode` string, required — The ODS code of the practice generating this event. This could be the sending or requesting practice depending on who is submiting this event.
  - `requestingPracticeOdsCode` string, required — The ODS code of the requesting practice.
  - `sendingPracticeOdsCode` string, required — The ODS code of the sending practice.

## Other responses

- `200` — unresolved $ref
- `400` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/nhs/apis/gp-registrations-management-information-api.md) · [All operations](https://skmtc.dev/nhs/apis/gp-registrations-management-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nhs/gp-registrations-management-information-api/revisions/7cf053d3a232/schema)
