v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
Patient

Replace Patient

Replaces the entire patient record with provided data

put/main/Patient/{id}

Path parameters

idstring required

Patient identifier

Request body

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 request

{
  "active": true
}

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
}