Appearance
Quick Start Guide
Getting Biograph up and running involves these essential steps:
Step 1: Install Biograph
Biograph is installed as a Frappe app on top of ERPNext:
bash
bench get-app https://github.com/Tacten/biograph
bench --site your-site.com install-app healthcarePrerequisites: A working Frappe/ERPNext installation (v15 or later) with Python 3.10+.
Step 2: Initial Configuration
After installation, navigate to Healthcare Settings to configure:
- Company — Select your healthcare organization
- Default Medical Code Standard — Choose ICD-10, SNOMED, or your preferred coding system
- Patient Registration — Enable auto-naming and configure naming series
- Appointment Settings — Set appointment durations and reminder preferences
Step 3: Set Up Your Facility
- Create Medical Departments (Cardiology, General Medicine, etc.)
- Create Healthcare Service Units (OPD rooms, wards, labs)
- Set up Healthcare Service Unit Types (examination rooms, beds, procedure rooms)
Step 4: Register Practitioners
- Create Healthcare Practitioner records for your doctors and staff
- Define Practitioner Schedules with working hours
- Set Practitioner Availability for appointment booking
Step 5: Start Using Biograph
- Register your first patient — Go to Patient list and create a new record
- Book an appointment — Create a Patient Appointment for the patient
- Conduct a consultation — Create a Patient Encounter from the appointment
- Generate a bill — The system can automatically create invoices for services rendered
Tip: Use the Healthcare workspace as your home screen for quick access to all key features.