Interactive Patient Claim — Specialist
Interactive Patient Claim — Specialist
Authentication
Request
Optional. Supply a unique transaction ID in the format urn:uuid:{MinorId}{16 hex chars}. If omitted, RebateRight generates one automatically.
Interactive Patient Claim — Specialist
Optional. Supply a unique transaction ID in the format urn:uuid:{MinorId}{16 hex chars}. If omitted, RebateRight generates one automatically.
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), orreferralOverrideCode is H, L, E, or N, orselfDeemedCode 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.