Healthcare / FHIR API
Healthcare / FHIR API
FHIR R4Standards-based healthcare interoperability using HL7 FHIR R4 across Mediloop clinical and operational workflows.
Authentication
OAuth 2.0
Bearer token
Scope
healthcare.read
Required
Standard
HL7 FHIR R4
FHIR R4
Rate limit
600 requests / min
Default
Response
Bundle / JSON
application/fhir+json
About the FHIR API
Built for interoperability
Use FHIR R4 to connect EHR, HIS, LIS, pharmacy, laboratory, device and care applications to Mediloop through standards-based resources and interactions.
Mediloop-native workflows
FHIR resources mirror Mediloop clinical workflows while preserving tenant, consent, permissions and audit controls.
Key features
FHIR R4 native
Standard resources and Bundle responses
Powerful search
FHIR search parameters, pagination and includes
Secure by design
OAuth, tenant context and auditable access
Subscriptions
Receive resource-change notifications
History
Version history and traceability
Transactions
Atomic transaction Bundles where supported
Base URL
FHIR R4 endpoint
https://api.mediloop.com/fhir/r4/Patient/123Authentication
Supported resources
| Resource | Purpose | Docs |
|---|---|---|
| Patient | Demographics and administrative identity | /docs/fhir/patient |
| Encounter | Consultations, admissions and care interactions | /docs/fhir/encounter |
| Observation | Vitals, measurements and clinical observations | /docs/fhir/observation |
| MedicationRequest | Medication orders and prescriptions | /docs/fhir/medication-request |
| MedicationDispense | Pharmacy dispensation records | /docs/fhir/medication-dispense |
| MedicationStatement | Reported medication use | /docs/fhir/medication-statement |
| DiagnosticReport | Diagnostic and laboratory reports | /docs/fhir/diagnostic-report |
| Condition | Diagnoses and clinical problems | /docs/fhir/condition |
| Practitioner | Healthcare professionals | /docs/fhir/practitioner |
| PractitionerRole | Professional role within an organization | /docs/fhir/practitioner-role |
| Organization | Hospitals, clinics, pharmacies and labs | /docs/fhir/organization |
| Location | Physical service locations and rooms | /docs/fhir/location |
Common workflows
| Workflow | Resources |
|---|---|
| Patient context | Patient → Encounter → Observation |
| Prescription & pharmacy | MedicationRequest → MedicationDispense |
| Diagnostic results | DiagnosticReport → Observation |
| Professional directory | Practitioner → PractitionerRole → Organization |
| Event-driven integration | Subscription → webhook notification |