FHIR API DETAIL

FHIR - Conformance and Metadata

Validate implementation readiness and runtime health with metadata and conformance endpoints. Endpoint values use the domain-specific FHIR base URL mapping.

Version 4.0.1 Updated 2026-04-01

Endpoints

MethodPathPurpose
GET/metadataFetch top-level service metadata route.
GET/fhir/metadataFetch FHIR CapabilityStatement.
GET/health/checkValidate service health endpoint.

Validation workflow

  1. Call metadata endpoint and verify JSON payload.
  2. Confirm expected resources and interactions are present.
  3. Run health checks from sandbox and production origins.

Sample metadata URL

/fhir/metadata

Use this URL during client capability validation and integration tests.