Interactive Patient Claim — Specialist

View as Markdown
The **specialist** interactive patient claim endpoint submits a Medicare patient claim for specialist or diagnostic imaging services. One of the following must hold, otherwise Medicare rejects the claim: - `referral.typeCode` is `D` (diagnostic imaging) or `S` (specialist), or - `referralOverrideCode` is `H`, `L`, `E`, or `N`, or - at least one service has `selfDeemedCode` `SD` or `SS`. **Request** and successful **`200`** payloads reuse the same schemas as the **general** endpoint in **`components.schemas`** in this file (`PciwPatientClaimInteractiveRequestBody`, `PciwPatientClaimInteractiveSuccessResponse`). Specialist-only fields are the second branch of the request `allOf` below (hospital / facility / LSP on services are already defined on the general request schema). **`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 headers

Request-Contextstring

Response

OK
statusstring
correlationIdstring
claimAssessmentobject

Errors

400
Bad Request Error