Elation Health Packaged Medications API

The Packaged Medications API from Elation Health — 2 operation(s) for packaged medications.

Operations 2

GET /packaged_medications/ Find Packaged Medications #
GET /packaged_medications/{id}/ Get Packaged Medication #

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-packaged-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-packaged-medications-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Settings Packaged Medications API
  version: unknown
servers:
- url: https://sandbox.elationemr.com/api/2.0
security:
- sec0: []
tags:
- name: Packaged Medications
paths:
  /packaged_medications/:
    get:
      summary: Find Packaged Medications
      description: ''
      operationId: find-packaged-medications
      parameters:
      - name: Authorization
        in: header
        required: true
        schema:
          type: string
      - name: ndc
        in: query
        description: The National Drug Code associated with the packaged medication
        schema:
          type: string
      - name: reference_medication_id
        in: query
        description: The id of the reference medication associated with the packaged medication
        schema:
          type: integer
          format: int64
      - name: name
        in: query
        description: The name of the packaged 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:
      - Packaged Medications
  /packaged_medications/{id}/:
    get:
      summary: Get Packaged Medication
      description: ''
      operationId: get-packaged-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:
      - Packaged Medications
components:
  securitySchemes:
    sec0:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://example.com/oauth2/token
          scopes: {}
x-readme:
  headers: []
x-readme-fauxas: true