meditech Capability API

FHIR server capability

Operations 1

GET /metadata Get FHIR Capability Statement #

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/meditech-capability-api"
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.

OpenAPI Specification

meditech-capability-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Meditech Expanse FHIR R4 Allergy Capability API
  description: Meditech Expanse FHIR API enables standards-based interoperability for sharing patient data across healthcare systems. Supports TEFCA-aligned data exchange through the Traverse Exchange national network, connecting over 700 facilities across 41 US states. Built on HL7 FHIR R4 standards.
  version: 4.0.0
  contact:
    name: Meditech Support
    url: https://ehr.meditech.com/contact
  license:
    name: Proprietary
    url: https://ehr.meditech.com/privacy-policy
servers:
- url: https://{facility}.meditech.com/fhir/r4
  variables:
    facility:
      default: yourhospital
      description: Your Meditech facility subdomain
security:
- SMART_OAuth2:
  - patient/*.read
  - user/*.read
  - launch
tags:
- name: Capability
  description: FHIR server capability
paths:
  /metadata:
    get:
      operationId: getCapabilityStatement
      summary: Get FHIR Capability Statement
      description: Returns the server's CapabilityStatement resource describing supported FHIR resources, interactions, and extensions.
      tags:
      - Capability
      security: []
      responses:
        '200':
          description: FHIR CapabilityStatement
          content:
            application/fhir+json:
              schema:
                $ref: '#/components/schemas/CapabilityStatement'
components:
  schemas:
    CapabilityStatement:
      type: object
      properties:
        resourceType:
          type: string
          enum:
          - CapabilityStatement
        status:
          type: string
        date:
          type: string
          format: date-time
        fhirVersion:
          type: string
        format:
          type: array
          items:
            type: string
        rest:
          type: array
          items:
            type: object
  securitySchemes:
    SMART_OAuth2:
      type: oauth2
      description: SMART on FHIR OAuth 2.0 authorization
      flows:
        authorizationCode:
          authorizationUrl: https://yourhospital.meditech.com/oauth/authorize
          tokenUrl: https://yourhospital.meditech.com/oauth/token
          scopes:
            patient/*.read: Read access to all patient-owned resources
            user/*.read: Practitioner read access to all resources
            launch: EHR launch context
            openid: OpenID Connect identity
            fhirUser: FHIR user claim
externalDocs:
  description: Meditech Interoperability Documentation
  url: https://ehr.meditech.com/ehr-solutions/meditech-interoperability
x-provenance:
  reviewed: '2026-07-27'
  origin: api-evangelist-derived
  publisher-published: false
  note: API Evangelist model of the US Core FHIR R4 profile MEDITECH states it supports. This is NOT a MEDITECH-published OpenAPI — MEDITECH publishes none. Its authoritative reference is the Greenfield API Explorer at https://greenfield.meditech.com/explorer/topic/welcome, which is publicly reachable but client-rendered and robots-disallowed, so it cannot be fetched or crawled — reconcile this file against it by hand. The {facility} server variable reflects MEDITECH's per-customer deployment model; real service base URLs are issued per organization. Paths, parameters, and response shapes here follow the FHIR R4 standard and have not been confirmed against a live MEDITECH endpoint. Validate every operation against the target facility's CapabilityStatement (/metadata) before building on it.
  verify-against: https://greenfield.meditech.com/explorer/api
  endpoint-directory: https://greenfield.meditech.com/explorer/endpoints
  scope-list: https://greenfield.meditech.com/explorer/scope
  sandbox-registration: https://ehr.meditech.com/ehr-solutions/greenfield-workspace