Humana website screenshot

Humana

Humana is a U.S. health insurance company that provides Medicare, Medicaid, and employer-sponsored health insurance plans, along with wellness programs and healthcare services. Humana publishes a suite of FHIR-compliant APIs that give third-party applications access to member health data, coverage information, drug formularies, and provider directories under CMS interoperability rules.

4 APIs 0 Features
FHIRHealth InsuranceHealthcareInteroperabilityMedicareFortune 100

APIs

Humana FHIR Clinical Data API

FHIR R4-compliant API surface providing clinical resources for member health data, including AllergyIntolerance, CarePlan, CareTeam, Condition, Goal, Immunization, Observation, ...

Humana FHIR Medication API

FHIR R4-compliant API surface for medication-related resources including Medication, MedicationKnowledge, MedicationRequest, drug formulary List resources, and supporting payer ...

Humana FHIR Coverage and Benefits API

FHIR R4-compliant API surface for insurance coverage data, including Coverage, ExplanationOfBenefits, and InsurancePlan resources used to satisfy CMS Patient Access and Provider...

Humana FHIR Provider Directory API

FHIR R4-compliant API surface for provider directory information, including Patient, Practitioner, PractitionerRole, Organization, Location, and DocumentReference resources.

Collections

GraphQL

Humana GraphQL Schema

This conceptual GraphQL schema models the Humana healthcare insurance platform, covering Medicare plans, commercial insurance, provider directories, pharmacy and formulary data,...

GRAPHQL

Pricing Plans

Humana Plans Pricing

4 plans

PLANS

Rate Limits

Humana Rate Limits

4 limits

RATE LIMITS

FinOps

Humana Finops

FINOPS

Press

Humana Redefines the Member Experience with Agent ...

2026-05-25

Humana and Google Expand Partnership to Help Reduce ...

2026-05-25

Humana deploys AI support tool for call centers

2026-05-25

October 9, 2025 VIA EMAIL Mr. Jim Rechtin President and ...

2026-05-25

Humana Redefines the Member Experience with Agent ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
Rules
Rules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Humana FHIR API
  version: R4
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Clinical
    type: folder
  items:
  - info:
      name: Search AllergyIntolerance
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/AllergyIntolerance
      params:
      - name: patient
        value: ''
        type: query
    docs: Search AllergyIntolerance
  - info:
      name: Search CarePlan
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/CarePlan
      params:
      - name: patient
        value: ''
        type: query
    docs: Search CarePlan
  - info:
      name: Search CareTeam
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/CareTeam
      params:
      - name: patient
        value: ''
        type: query
    docs: Search CareTeam
  - info:
      name: Search Condition
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Condition
      params:
      - name: patient
        value: ''
        type: query
    docs: Search Condition
  - info:
      name: Search Goal
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Goal
      params:
      - name: patient
        value: ''
        type: query
    docs: Search Goal
  - info:
      name: Search Immunization
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Immunization
      params:
      - name: patient
        value: ''
        type: query
    docs: Search Immunization
  - info:
      name: Search Observation
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Observation
      params:
      - name: patient
        value: ''
        type: query
      - name: category
        value: ''
        type: query
    docs: Search Observation
  - info:
      name: Search Procedure
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Procedure
      params:
      - name: patient
        value: ''
        type: query
    docs: Search Procedure
- info:
    name: Coverage
    type: folder
  items:
  - info:
      name: Search Coverage
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Coverage
      params:
      - name: patient
        value: ''
        type: query
    docs: Search Coverage
- info:
    name: Medications
    type: folder
  items:
  - info:
      name: Search MedicationRequest
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/MedicationRequest
      params:
      - name: patient
        value: ''
        type: query
    docs: Search MedicationRequest
- info:
    name: Demographic
    type: folder
  items:
  - info:
      name: Get Patient
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Patient/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get Patient
  - info:
      name: Search Practitioner
      type: http
    http:
      method: GET
      url: https://fhir.humana.com/api/Practitioner
    docs: Search Practitioner
bundled: true