Bulk Bill Claim — Pathology

View as Markdown
## Pathology services claim Submit a bulk bill claim for pathology services. Use `serviceTypeCode: P`. A claim may contain up to 80 medical events, each with up to 14 services. Each medical event must satisfy one of the following referral conditions or an error will be returned: - A pathology referral is set with `referral.typeCode: P` - `referralOverrideCode` is set to `N` (not required) - `selfDeemedCode` is set to `SD` on at least one service (SS is not permitted for pathology) `medicalEventDate` must not be more than 1 year before submission.

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

Claim identifier assigned by Medicare. Format is a letter prefix, 4 digits, and a @ suffix (e.g. F3850@).

statusstring

Always SUCCESS on a successful submission.

correlationIdstring
Unique identifier for the request, for support tracing.

Errors

400
Bad Request Error