v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
Patient

Get Patient

Retrieves an individual patient record

get/main/Patient/{id}

Path parameters

idstring required

Patient ID

Response

Patient resource

activeboolean nullable

Indicates whether this patient profile is active based on the patient status - patient status considered active: Current, Claimant, Contact

genderstring nullable

male | female | other | custom gender

birthDatestring date nullable

The date of birth for the individual

deceasedBooleanboolean nullable

Indicates whether this patient profile is deceased based on the patient status

idstring nullable

The patient ID in the practice group

resourceTypestring nullable

Resource Type

Example response

{
  "active": true
}
All 49 operations