SameDayDelete

View as Markdown
Same Day Delete Web Service is a function that provides the Health Care Location with the ability to **delete a Patient Claim Interactive Web Service claim** that was transmitted earlier on the **same day**. This delete request can only be applied to a claim that was successfully processed i.e. the claim status is **`MEDICARE_ASSESSED`**. ## 📑 Request Fields #### 🔸correlationId The correlationId from the original claim to be deleted. --- #### 🔸sameDayDelete.reasonCode Reason code supporting the same day delete. - **Valid values:** - `001` – Incorrect Patient Selection - `002` – Incorrect Provider Details - `003` – Incorrect Date of Service - `004` – Incorrect Item Number Claimed - `005` – Omitted Text on Original Claim - `006` – Incorrect Payment Type (Paid / Unpaid) - `007` – Other --- #### 🔸sameDayDelete.patient.identity.familyName The patient’s family name. --- #### 🔸sameDayDelete.patient.identity.givenName The patient’s first given name. --- #### 🔸sameDayDelete.patient.medicare.memberNumber The patient’s Medicare card number. --- ### 🔸sameDayDelete.patient.medicare.memberRefNumber The patient’s individual reference number (IRN) on their Medicare card.

Authentication

x-api-keystring
API Key authentication via header

Headers

x-minor-idstringOptional

Request

This endpoint expects an object.
correlationIdstringRequired
sameDayDeleteobjectRequired

Response

OK
statusstring
correlationIdstring

Errors

400
Bad Request Error