Logo
NeoArc Studio

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 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.

OAuth2 Clinical Scopes

ScopeDescription
patient:readRead patient records
patient:writeCreate and update patient records
appointment:readRead appointment data
appointment:writeBook and manage appointments
clinical:readRead clinical data (diagnoses, prescriptions)
clinical:writeRecord diagnoses and prescriptions
provider:readRead provider information
system:readSystem-level read access for integrations
system:writeSystem-level write access for integrations