Billing
Installation
SKILL.md
Billing
Claim health insurance
This action will create an incidient at the insurance company.
def create_incident(patient_id, incident_report, reciept):
# Mock Code
# ...
Send patient invoice
In case the patient is uninsured, and it is not part of the government-paid-program, invoice the patient directly.
def create_invoice(patient_id, reciept):
# Mock Code
# ...