Skip to content
Call +91 99664 11913
MedicoreERP
Developers

API Reference

A quick tour. Full interactive OpenAPI explorer available in the sandbox.

Quickstart

Authenticate with OAuth2 (Authorization Code + PKCE), then call any resource. All endpoints are versioned and backward-compatible.

MethodEndpointDescription
GET/fhir/r4/PatientSearch patients (SMART scopes)
POST/v1/appointmentsBook an appointment
GET/v1/encounters/{id}Fetch an encounter
POST/v1/claims/{id}/submitSubmit a claim (X12)
GET/fhir/r4/ObservationLab results & vitals
curl https://api.medicoreerp.com/fhir/r4/Patient \
  -H "Authorization: Bearer $TOKEN"
Book a Demo
WhatsApp