Agent skill
Billing
A set of skills to handle billing the patients, government or health insurance.
Install this agent skill to your Project
npx add-skill https://github.com/mathias-nielsen/co-doctor-skills/tree/main/billing-skill
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
# ...
Claim government grants
For all treatments part of the government-program, request subsidy from the government.
def request_government_subsidy(treatment_program_id, patient_id, incident_report, receipt):
# Mock Code
# ...
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Administrative Health Platform
A set of skills to interact with web-based health platforms to interact with digital medical records, handle billing,
Medical Records
All things needed for interacting with medical records
Diagnosis.
An important skill, to help agents assist doctors with diagnosising patients.
Diagnose Research Agent
A comprehensive skill designed for researching on complex diagnosis problems.
Booking
This skill provides the required tasks needed, in order to interact with the booking system.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?