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
Response
— unresolved $ref