Elation Health Allergy Documentation API

The Allergy Documentation API from Elation Health — 2 operation(s) for allergy documentation.

Operations 4

POST /allergy_documentation/ Create Allergy Documentation (NKDA) #
GET /allergy_documentation/ Find Allergy Documentation (NKDA) #
GET /allergy_documentation/{allergy_documentation_id}/ Get Allergy Documentation (NKDA) #
DELETE /allergy_documentation/{allergy_documentation_id}/ Delete Allergy Documentation (NKDA) #

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-allergy-documentation-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-allergy-documentation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Settings Allergy Documentation API
  version: unknown
servers:
- url: https://sandbox.elationemr.com/api/2.0
security:
- sec0: []
tags:
- name: Allergy Documentation
paths:
  /allergy_documentation/:
    post:
      summary: Create Allergy Documentation (NKDA)
      description: ''
      operationId: create-allergy-documentation-nkda
      requestBody:
        content:
          application/json:
            schema:
              type: object
              required:
              - patient
              properties:
                patient:
                  type: integer
                  description: The id of the patient
                  format: int32
      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:
      - Allergy Documentation
    get:
      summary: Find Allergy Documentation (NKDA)
      description: ''
      operationId: find-allergy-documentation-nkda
      parameters:
      - name: patient
        in: query
        description: The patient id
        schema:
          type: array
          items:
            type: integer
            format: int32
      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:
      - Allergy Documentation
  /allergy_documentation/{allergy_documentation_id}/:
    get:
      summary: Get Allergy Documentation (NKDA)
      description: ''
      operationId: get-allergy-documentation-nkda
      parameters:
      - name: allergy_documentation_id
        in: path
        description: The id of the allergy documentation
        schema:
          type: integer
          format: int32
        required: true
      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:
      - Allergy Documentation
    delete:
      summary: Delete Allergy Documentation (NKDA)
      description: ''
      operationId: delete-allergy-documentation-nkda
      parameters:
      - name: allergy_documentation_id
        in: path
        description: The id of the allergy documentation
        schema:
          type: integer
          format: int32
        required: true
      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:
      - Allergy Documentation
components:
  securitySchemes:
    sec0:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://example.com/oauth2/token
          scopes: {}
x-readme:
  headers: []
x-readme-fauxas: true