UC Davis Health FHIR R4 endpoint

UC Davis Health runs a live HL7 FHIR R4 endpoint on its own domain at emrrp.ucdmc.ucdavis.edu, registered in Epic's public endpoint directory as 'UC Davis' and 'UC Davis - MMC' (active since 2024-11-09). Verified 2026-08-19: /metadata returns a 93KB CapabilityStatement instantiating the US Core server profile and the bulk-data profile, and /.well-known/smart-configuration returns a SMART on FHIR discovery document with authorization and token endpoints on the same host. IMPORTANT ATTRIBUTION NOTE: the host and the operation are UC Davis Health's, but the CapabilityStatement is Epic's — its own copyright line reads 'Copyright Epic 1979-2026'. Epic's contract is therefore NOT saved into this repo; only the relationship and the live discovery documents are recorded, so UC Davis is credited for operating a FHIR endpoint and not for Epic's engineering.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/health-fhir-r4"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: uc-davis:health-fhir-r4
name: UC Davis Health FHIR R4 endpoint
description: 'UC Davis Health runs a live HL7 FHIR R4 endpoint on its own domain at emrrp.ucdmc.ucdavis.edu,
  registered in Epic''s public endpoint directory as ''UC Davis'' and ''UC Davis - MMC'' (active since
  2024-11-09). Verified 2026-08-19: /metadata returns a 93KB CapabilityStatement instantiating the US
  Core server profile and the bulk-data profile, and /.well-known/smart-configuration returns a SMART
  on FHIR discovery document with authorization and token endpoints on the same host. IMPORTANT ATTRIBUTION
  NOTE: the host and the operation are UC Davis Health''s, but the CapabilityStatement is Epic''s — its
  own copyright line reads ''Copyright Epic 1979-2026''. Epic''s contract is therefore NOT saved into
  this repo; only the relationship and the live discovery documents are recorded, so UC Davis is credited
  for operating a FHIR endpoint and not for Epic''s engineering.'
humanURL: https://health.ucdavis.edu/systems-integration/developers
baseURL: https://emrrp.ucdmc.ucdavis.edu/FHIR/api/FHIR/R4/
tags:
- Health
- FHIR
- US Core
- SMART on FHIR
- Epic
x-operator: institution
x-contract-author: Epic Systems
x-operator-evidence: emrrp.ucdmc.ucdavis.edu resolves to 152.79.5.54 and is under ucdavis.edu; Epic endpoint
  directory names the managing organization 'UC Davis'.
properties:
- type: APIReference
  url: https://emrrp.ucdmc.ucdavis.edu/FHIR/api/FHIR/R4/metadata
- type: x-smart-configuration
  url: https://emrrp.ucdmc.ucdavis.edu/FHIR/api/FHIR/R4/.well-known/smart-configuration
- type: Documentation
  url: https://health.ucdavis.edu/systems-integration/developers
- type: x-scopes
  url: scopes/uc-davis-scopes.yml
x-baseurl-note: A bare GET on the FHIR base returns 404 by design; the base is verified through /metadata
  (200) and /.well-known/smart-configuration (200), both recorded as properties.