Healthcare / FHIR API
Metadata
FHIR R4Retrieve the FHIR CapabilityStatement that describes Mediloop server capabilities and supported interactions.
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/metadataEndpoint
| Capability | Support |
|---|---|
| read | Supported where declared |
| search-type | Supported |
| create/update | Resource dependent |
| history-instance | Supported where declared |
| transaction | Supported 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.