Awell Health Developer Hub
Dev Hub

To retrieve a single patient, there are two queries available:

  1. patient: Allows you to retrieve a patient by their Awell patient ID.
  2. patientByIdentifier: Allows you to retrieve a patient by a business identifier (system-value pair). Learn more about identifiers.

Request

Two queries can be used to retrieve a patient: one employs the Awell patient ID, and the other utilizes a business identifier for patient retrieval.

Get patient

Request:

01

Variables:

01

Get patient by identifier

Request:

01

Variables:

01

How to use