billing

star 0

A set of skills to handle billing the patients, government or health insurance.

mathias-nielsen By mathias-nielsen schedule Updated 12/4/2025

name: Billing description: A set of skills to handle billing the patients, government or health insurance.

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
  # ...
Install via CLI
npx skills add https://github.com/mathias-nielsen/co-doctor-skills --skill billing
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
mathias-nielsen
mathias-nielsen Explore all skills →