v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
Patient

Update Patient

Updates specific fields in an existing patient record

patch/main/Patient/{id}

Path parameters

idstring required

Patient identifier

Response

Patient resource updated

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
}