v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
Patient

Create Patient

Creates a patient record

post/main/Patient

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 created

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
}