Interactive Patient Claim — Pathology

View as Markdown
The **pathology** interactive patient claim endpoint submits a Medicare patient claim for pathology services. One of the following must hold, otherwise Medicare rejects the claim: - `referral.typeCode = P` (pathology request), or - `referralOverrideCode = N` (not required), or - `selfDeemedCode = SD` on at least one service and no service uses `SS`. **Request** and successful **`200`** payloads reuse the same schemas as the **general** endpoint in **`components.schemas`** in this file (`PciwPatientClaimInteractiveRequestBody`, `PciwPatientClaimInteractiveSuccessResponse`). Pathology-only fields are the second branch of the request `allOf` below. **`400`** uses `PciwMedicareServiceMessageError`.

Authentication

x-api-keystring
API Key authentication via header
x-minor-idstring
API Key authentication via header

Request

This endpoint expects an object.
correlationIdstringOptional

Optional. Supply a unique transaction ID in the format urn:uuid:{MinorId}{16 hex chars}. If omitted, RebateRight generates one automatically.

patientClaimInteractiveobjectOptional

Response

OK
statusstring
correlationIdstring
claimAssessmentobject

Errors

400
Bad Request Error