Mediloop

Healthcare / FHIR API

Healthcare / FHIR API

FHIR R4

Standards-based healthcare interoperability using HL7 FHIR R4 across Mediloop clinical and operational workflows.

Open in API Explorer

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/123

Authentication

All requests require a valid OAuth 2.0 access token, the appropriate healthcare/FHIR scopes, and Mediloop tenant context where applicable.

Supported resources

ResourcePurposeDocs
PatientDemographics and administrative identity/docs/fhir/patient
EncounterConsultations, admissions and care interactions/docs/fhir/encounter
ObservationVitals, measurements and clinical observations/docs/fhir/observation
MedicationRequestMedication orders and prescriptions/docs/fhir/medication-request
MedicationDispensePharmacy dispensation records/docs/fhir/medication-dispense
MedicationStatementReported medication use/docs/fhir/medication-statement
DiagnosticReportDiagnostic and laboratory reports/docs/fhir/diagnostic-report
ConditionDiagnoses and clinical problems/docs/fhir/condition
PractitionerHealthcare professionals/docs/fhir/practitioner
PractitionerRoleProfessional role within an organization/docs/fhir/practitioner-role
OrganizationHospitals, clinics, pharmacies and labs/docs/fhir/organization
LocationPhysical service locations and rooms/docs/fhir/location

Common workflows

WorkflowResources
Patient contextPatient → Encounter → Observation
Prescription & pharmacyMedicationRequest → MedicationDispense
Diagnostic resultsDiagnosticReport → Observation
Professional directoryPractitioner → PractitionerRole → Organization
Event-driven integrationSubscription → webhook notification