Mediloop

Healthcare / FHIR API

Metadata

FHIR R4

Retrieve the FHIR CapabilityStatement that describes Mediloop server capabilities and supported interactions.

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

CapabilityStatement

Server metadata

GET https://api.mediloop.com/fhir/r4/metadata

Endpoint

CapabilitySupport
readSupported where declared
search-typeSupported
create/updateResource dependent
history-instanceSupported where declared
transactionSupported for approved resource sets

Resource capabilities

Profile URLs, supported interactions and search parameters are published by the CapabilityStatement and implementation guides.

Search parameters

Operations

Terminology binding and validation behavior is profile-specific and should be validated in sandbox before production onboarding.

Example response

Metadata excerpt

{
 "resourceType":"CapabilityStatement",
 "fhirVersion":"4.0.1",
 "format":["application/fhir+json"]
}

Caching

Cache metadata briefly, but refresh it during integration certification and before relying on newly introduced capabilities.