Skip to content

API Reference

REST API endpoints for FHIR Electronic Medical Records.

Base URL

http://localhost:8080/api

Patient Endpoints

Get Patient

GET /fhir/Patient/{id}

Create Patient

POST /fhir/Patient
Content-Type: application/fhir+json

Search Patients

GET /fhir/Patient?name={name}
GET /fhir/Patient?identifier={mrn}

Condition Endpoints

Get Condition

GET /fhir/Condition/{id}

Search by Patient

GET /fhir/Condition?patient={patientId}

See FHIR Integration for full resource details.