athenahealth · Schema

athenahealth Patient

Patient demographics in the athenaOne proprietary REST API.

HealthcareEHRElectronic Health RecordsPractice ManagementRevenue Cycle ManagementPatient PortalFHIRCare CoordinationInteroperabilityHL7

Properties

Name Type Description
patientid string athenaOne patient identifier
firstname string
lastname string
dob string
sex string
homephone string
mobilephone string
email string
address1 string
address2 string
city string
state string
zip string
departmentid integer
race array
ethnicity string
language6392code string
primaryproviderid integer
registrationdate string
status string
View JSON Schema on GitHub

JSON Schema

athenahealth-patient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/athena-health/main/json-schema/athenahealth-patient-schema.json",
  "title": "athenahealth Patient",
  "description": "Patient demographics in the athenaOne proprietary REST API.",
  "type": "object",
  "required": ["patientid"],
  "properties": {
    "patientid": {"type": "string", "description": "athenaOne patient identifier"},
    "firstname": {"type": "string"},
    "lastname": {"type": "string"},
    "dob": {"type": "string", "format": "date"},
    "sex": {"type": "string", "enum": ["M", "F", "U"]},
    "homephone": {"type": "string"},
    "mobilephone": {"type": "string"},
    "email": {"type": "string", "format": "email"},
    "address1": {"type": "string"},
    "address2": {"type": "string"},
    "city": {"type": "string"},
    "state": {"type": "string"},
    "zip": {"type": "string"},
    "departmentid": {"type": "integer"},
    "race": {"type": "array", "items": {"type": "string"}},
    "ethnicity": {"type": "string"},
    "language6392code": {"type": "string"},
    "primaryproviderid": {"type": "integer"},
    "registrationdate": {"type": "string", "format": "date"},
    "status": {"type": "string"}
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/athenahealth-patient"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.