[
{"name": "Create Patients Action", "type": "action", "description": "Create a new patient record in the system."},
{"name": "Update Patients Action", "type": "action", "description": "Update the existing patient record with new information."},
{"name": "Create Treatment Note Action", "type": "action", "description": "Add a new treatment note for a patient."},
{"name": "Create Case Action", "type": "action", "description": "Initiate a new case for a patient."},
{"name": "Update Case Action", "type": "action", "description": "Modify details of an existing patient case."},
{"name": "Create Appointment Action", "type": "action", "description": "Schedule a new appointment for a patient."},
{"name": "Update Appointment Action", "type": "action", "description": "Change the details of an existing appointment."},
{"name": "Cancel Appointment Action", "type": "action", "description": "Cancel a scheduled appointment."},
{"name": "Rebook Appointment Action", "type": "action", "description": "Reschedule a previously canceled or existing appointment."},
{"name": "Delete Invoice Action", "type": "action", "description": "Remove an invoice from the system."},
{"name": "Create Item To Invoice Action", "type": "action", "description": "Add a new item to an existing invoice."},
{"name": "Delete Item To Invoice Action", "type": "action", "description": "Remove an item from an invoice."},
{"name": "Create Payment To Invoice Action", "type": "action", "description": "Record a payment against an invoice."},
{"name": "Delete Payment To Invoice Action", "type": "action", "description": "Remove a payment record from an invoice."},
{"name": "Get Patients By Id", "type": "lookup", "description": "Retrieve patient information using their unique ID."},
{"name": "Get Patients By LastName", "type": "lookup", "description": "Find patients by their last name."},
{"name": "Get Appointment By PatientId", "type": "lookup", "description": "Fetch appointments linked to a specific patient ID."},
{"name": "Get Cases By PatientId", "type": "lookup", "description": "Obtain all cases associated with a specific patient ID."},
{"name": "Get Files By PatientId", "type": "lookup", "description": "Access files related to a particular patient ID."},
{"name": "Get Invoice By Id", "type": "lookup", "description": "Retrieve invoice details using the invoice ID."}
]