cURL
curl --request POST \ --url https://api.halth.com/v1/au/medicare/claims/{claimId}/cancel \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "created", "locationId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "type": "patient", "totalChargeAmount": 123, "totalRebateAmount": 123, "totalGapAmount": 123, "itemsCount": 123, "mcolTransactionId": "<string>", "items": [ { "id": "<string>", "itemCode": "<string>", "chargeAmount": 123, "rebateAmount": 123, "gapAmount": 123, "mcolAssessmentCode": "<string>", "mcolErrorCode": "<string>", "mcolErrorMessage": "<string>", "patientCount": 123, "quantity": 123 } ], "paymentStatus": "full_paid", "reference": "<string>", "patientMedicareCardId": "<string>", "claimantMedicareCardId": "<string>", "mcolClaimId": "<string>", "mcolErrorCode": "<string>", "mcolErrorMessage": "<string>", "transactionId": "<string>" }
Cancel a Medicare claim
Provide your API key as a Bearer token
created
submitted
confirmed
rejected
requires_review
in_review
cancelled
failed
patient
bulk_bill
Show child attributes
full_paid
part_paid
not_paid