Forms #
These endpoints are for generation on the fly of the benefit assignment forms.
You provide a claim ID and the relevant form is returned as a pdf in the body, pre-filled with patient and claim details.
These are not stored in the API, they are re-generated each time a request is made.
GET - Create a benefit assignment form
#
This request returns the correct benefit assignment form depending on the claim type. Use the claim id in the URL.
For a Medicare claim a Lodgement Advice form is made
For a BulkBill claim a DB4 Benefit Assignment form is made
For a DVA or VAA claim a D1216S form is made
For an IMC claim no PDF is neccessary
{{base_url}}/{{version}}/claim/{{claim_id}}/pdf?auth_group={{auth_group}}
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
Params
| Param | value |
|---|---|
| auth_group | {{auth_group}} |
Example Request:
curl --location -g 'https://sandbox.claiming.com.au/v2/claim/123/pdf?auth_group={{auth_group}}' \
--header 'Content-Type: application/json'
⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃
GET - Print OEC Disclaimer
#
You can use the same syntax to retrieve an approved OEC disclaimer PDF, by putting the ID of the eligibility check in the URL.
{{base_url}}/{{version}}/eligibility/{{oec_id}}/pdf?location={{location_id}}
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer {{oauth_token}} |
Params
| Param | value |
|---|---|
| location | {{location_id}} |
Example Request:
curl --location 'https://sandbox.claiming.com.au/v2/eligibility/27/pdf?location=25' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer '