NextGen Healthcare Patient Search API

The Patient Search API from NextGen Healthcare — 1 operation(s) for patient search.

Operations 1

GET /bulkfhir/r4/$patient-search Search Patients #

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/nextgen-healthcare-patient-search-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

nextgen-healthcare-patient-search-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: NextGen Office BulK FHIR Patient Search API
  description: "Our API is coded against the US Core Specification (FHIR Version: 4.0.0) \n\n https://hl7.org/fhir/us/core/STU4/ \n\n Note: This document is only for referring Bulk FHIR API."
  contact:
    email: nextgen-office-api@nextgen.com
servers:
- url: https://fhir.meditouchehr.com/api/
  description: FHIR Base URL
tags:
- name: Patient Search
paths:
  /bulkfhir/r4/$patient-search:
    get:
      security:
      - bearerAuth: []
      summary: Search Patients
      operationId: searchPatients
      tags:
      - Patient Search
      parameters:
      - name: page
        in: query
        schema:
          type: string
          example: 1
      - name: encDate
        in: query
        schema:
          type: string
          example: ge2025-01-01
      - name: patientChartNo
        in: query
        schema:
          type: string
          example: HF12345
      responses:
        '200':
          description: Successful retrieval of patients
        '400':
          description: Invalid request parameters
        '401':
          description: Unauthorized operation
        '403':
          description: Forbidden operation
        '404':
          description: No patients found
        5XX:
          description: Unexpected error
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
externalDocs:
  description: Find out more about NextGen Office FHIR API
  url: https://www.nextgen.com/products-and-services/nextgen-office