latestOpenAPI 3.0.3MITraw.githubusercontent.com2025-06-209030.4 KB

ddefc5b30ba8

Registration

Submit 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:

{
  "reportingSystemSupplier": "SUPPLIER_ODS_CODE",
  "payload": {
    "degrades": [
      {
        "type": "RECORD_ENTRY",
        "reason": "CODE",
        "coding": [
          {
            "code": "1676331000000110",
            "system": "http://snomed.info/sct"
          }
        ]
      }
    ]
  }
}
post/ehr-degrades

Request body

reportingSystemSupplierstring required

The system supplier who generated the event. The ODS code assigned to you as a supplier by NHSD.

Response

— unresolved $ref