DVA Claim — Pathology

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. Submit a DVA pathology claim. Set `serviceTypeCode` to `P`. Each pathology service requires a collection date/time (`collectionDateTime`) and accession date/time (`accessionDateTime`). These must both be supplied together and must not be after the medical event date/time. #### Referral Requirement Each medical event must satisfy one of: - A pathology request (`referral` with `typeCode: P`) - `referralOverrideCode: N` (not required) - `selfDeemedCode: SD` on at least one service #### Claim ID On success, pathology claims submitted in hospital return a `claimId` prefixed with `#` (e.g. `#9876@`). Out-of-hospital pathology returns an alpha prefix (e.g. `D0744@`). #### Status Codes | Code | Meaning | |---|---| | `9202` | Field-level validation failure — see `serviceMessage` for detail | | `9006` | Provider not authorised for this function | | `9777` | Duplicate transaction ID — resubmit with a unique transaction ID | | `3004` | Daily claim limit of 2,500 reached for this payee provider and location |

Authentication

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

Request

This endpoint expects an object.
claimobjectRequired
correlationIdstringOptional

Optional. Supply a unique transaction ID in the format urn:uuid:{MinorId}{16 hex chars} (33 characters total, e.g. urn:uuid:MDE00000a1b2c3d4e5f6a7b8). If the same correlationId is submitted twice, the second request is rejected with error 9777. If omitted, RebateRight generates one automatically.

Response

OK
claimIdstring

Unique claim identifier. Out-of-hospital pathology uses an alpha prefix (e.g. D0744@); in-hospital pathology uses # prefix (e.g. #9876@).

statusstring

Always SUCCESS on a successful submission.

correlationIdstring

Errors

400
Bad Request Error