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.
| Method | Endpoint | Description |
|---|---|---|
| GET | /fhir/r4/Patient | Search patients (SMART scopes) |
| POST | /v1/appointments | Book an appointment |
| GET | /v1/encounters/{id} | Fetch an encounter |
| POST | /v1/claims/{id}/submit | Submit a claim (X12) |
| GET | /fhir/r4/Observation | Lab results & vitals |
curl https://api.medicoreerp.com/fhir/r4/Patient \
-H "Authorization: Bearer $TOKEN"