Veteran Verification

Beta
View as Markdown
> 🚧 **Coming Soon** β€” This endpoint is not yet available. > RebateRight is completing DVA certification. Availability will be announced when certification is complete. Verify a patient's DVA veteran status in real time. One patient per request. Two verification types are supported: - **PVP** β€” submit personal details only (name, DOB, sex). DVA returns the veteran's file number and card type. - **PVV** β€” include `veteranMembership.veteranNumber` to verify against a known DVA file number. #### Entitlement Codes | Code | Card Type | |---|---| | `PTEC` | Gold Card | | `STEC` | White Card | | `RPBC` | Orange Card | | `PCC` | Pensioner Concession Card | | `CSHC` | Commonwealth Seniors Healthcare Card | | `NIL` | Card type cannot be determined β€” advise patient to contact DVA | #### Status Codes | Code | Meaning | |---|---| | `0` | Patient is known to DVA with details provided | | `8005` | Verification completed but patient details were not an exact match | | `9650` | Veteran file number and/or patient details did not match DVA records | | `9202` | Field-level validation failure β€” see `serviceMessage` for detail |

Authentication

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

Request

This endpoint expects an object.
patientobjectRequired

Response

OK
correlationIdstring
veteranStatusobject
highestSeveritystring
Present on validation errors.
serviceMessagelist of objects
Present on validation errors.

Errors

400
Bad Request Error