athenahealth · Capability

Encounters Encounters

Encounters Encounters is a Naftiko capability published by athenahealth, one of 13 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

encounters-encounters.yaml Raw ↑
name: athenahealth Encounters
description: List a patient's encounters and read individual encounter details from athenaOne chart.
api: athenahealth-athenaone-rest-api
operations:
- listPatientEncounters
- getEncounter
inputs:
- name: practiceid
  required: true
- name: patientid
  required: true
outputs:
- Encounter
- EncounterList
tags: [Encounters, Clinical, EHR]