Healthcare REST API
Complete REST API documentation for a healthcare management system covering patients, providers, appointments, diagnoses, and prescriptions. Demonstrates lineage tracking to graph database diagrams.
The Healthcare API provides 16 endpoints for managing patients, providers, appointments, encounters, diagnoses, and prescriptions. This example demonstrates lineage tracking to graph database diagrams (rather than ERD), showing how API schemas connect to domain model nodes.
Patient Endpoints
Manage patient records and information.
Provider Endpoints
Manage healthcare provider information.
Appointment Endpoints
Book and manage patient appointments.
Diagnosis Endpoints
Record and retrieve patient diagnoses.
Prescription Endpoints
Create and manage patient prescriptions.