---
title: "Submit EHR Degrades"
method: POST
path: "/ehr-degrades"
tags: ["Registration"]
---

# Submit EHR Degrades

`POST /ehr-degrades`

This event gathers information about the degraded data within an EHR once it has been received.

The following information **MUST NOT** be sent:
  - conversationID
  - registrationEventDateTime
  - reportingPracticeODSCode
  - requestingPracticeODSCode
  - sendingPracticeODSCode

**Submitted by:** Requesting practice

**When to send:** When the degrades for the EHR have been identified.

**Notes:** Submit Errors events **MUST NOT** be sent in relation to degrades.

**No information that relates the degrade to a particular transfer may be sent.**

### Request Body example:
```json
{
  "reportingSystemSupplier": "SUPPLIER_ODS_CODE",
  "payload": {
    "degrades": [
      {
        "type": "RECORD_ENTRY",
        "reason": "CODE",
        "coding": [
          {
            "code": "1676331000000110",
            "system": "http://snomed.info/sct"
          }
        ]
      }
    ]
  }
}
```

## Request body

- object
  - `reportingSystemSupplier` string, required — The system supplier who generated the event. The ODS code assigned to you as a supplier by NHSD.
  - `payload` object, required — An object that contains the detailed payload of the event.
    - `degrades` DegradeYaml, required — unresolved $ref

## Other responses

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

---

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