Elation Health Reference Medications API

The Reference Medications API from Elation Health — 2 operation(s) for reference medications.

Operations 2

GET /reference_medications/{id}/ Get Reference Medication #
GET /reference_medications/ Find Reference Medications #

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/elation-health-reference-medications-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 email required.

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

OpenAPI Specification

elation-health-reference-medications-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Settings Reference Medications API
  version: unknown
servers:
- url: https://sandbox.elationemr.com/api/2.0
security:
- sec0: []
tags:
- name: Reference Medications
paths:
  /reference_medications/{id}/:
    get:
      summary: Get Reference Medication
      description: ''
      operationId: get-reference-medication
      parameters:
      - name: id
        in: path
        schema:
          type: integer
          format: int64
        required: true
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Reference Medications
  /reference_medications/:
    get:
      summary: Find Reference Medications
      description: ''
      operationId: find-reference-medications
      parameters:
      - name: ndc
        in: query
        description: Any of the National Drug Codes associated with the reference medication
        schema:
          type: string
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
      - name: rxnorm_cui
        in: query
        description: Any of the RxNorm Concept Identifiers associated with the reference medication
        schema:
          type: string
      - name: practice
        in: query
        description: The ID of the practice that created the reference medication
        schema:
          type: integer
          format: int64
      - name: name
        in: query
        description: The name of the reference medication
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Reference Medications
components:
  securitySchemes:
    sec0:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://example.com/oauth2/token
          scopes: {}
x-readme:
  headers: []
x-readme-fauxas: true