Concession Verification
> 🚧 **Coming Soon** — This endpoint is not yet available.
> RebateRight is completing Medicare certification. Availability will be announced when certification is complete.
Verifies whether a Medicare patient holds a current concession entitlement.
RebateRight runs a Medicare identity check first. If the patient is found (including a partial match), a concession check is performed. If the Medicare check fails, only a Medicare error is returned — no concession check is attempted.
#### Medicare Status Codes
| Code | Meaning |
|---|---|
| `0` | Patient matched on Medicare |
| `9633` | New Medicare card issued — details differ from records |
| `9202` | Field-level validation failure — see `serviceMessage` for detail |
#### Concession Status Codes
| Code | Meaning |
|---|---|
| `0` | Patient is eligible for concession |
| `9685` | No concession entitlement found |
Authentication
x-api-keystring
API Key authentication via header
x-minor-idstring
API Key authentication via header
Request
This endpoint expects an object.
patient
dateOfService
Date the service is being provided. Defaults to today if not supplied. Cannot be in the future or more than 2 years in the past.
Response
OK
correlationId
Unique identifier for this transaction. Use for tracing and support.
medicareStatus
concessionStatus
highestSeverity
Present on validation errors. Value is Error.
serviceMessage
Present on validation errors. Each entry describes one failure.
Errors
400
Bad Request Error
