POST api/patient/add
Request Information
URI Parameters
None.
Body Parameters
PatientModelWithPractice| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientModel | PatientModel |
None. |
|
| PracticeId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientModel": {
"$id": "2",
"patientID": 1,
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"address": "sample string 5",
"city": "sample string 6",
"state": "sample string 7",
"zip": "sample string 8",
"dateOfBirth": "2026-08-04T22:25:09.0341923+00:00",
"sex": "sample string 9",
"dateOfEntry": "2026-08-04T22:25:09.0341923+00:00",
"homePhone": "sample string 10",
"workPhone": "sample string 11",
"cellPhone": "sample string 12",
"employer": "sample string 13",
"occupation": "sample string 14",
"insurance": "sample string 15",
"insuranceIDNumber": "sample string 16",
"creationDate": "2026-08-04T22:25:09.0341923+00:00",
"lastUpdateDate": "2026-08-04T22:25:09.0341923+00:00",
"patientAcctNo": "sample string 19",
"address2": "sample string 20",
"isArchived": true,
"visionInsurance": "sample string 21",
"visionInsuranceId": "sample string 22",
"insuredName": "sample string 23",
"insuredBirthdate": "2026-08-04T22:25:09.0341923+00:00",
"insuredSSN": "sample string 24",
"relationshipToInsured": "sample string 25",
"referedBy": "sample string 26",
"referedByName": "sample string 27",
"responsibleName": "sample string 28",
"responsibleAddress": "sample string 29",
"responsibleBirthdate": "2026-08-04T22:25:09.0341923+00:00",
"responsiblePhone": "sample string 30",
"race": "sample string 31",
"marriageStatus": 1,
"employed": true,
"studentStatus": 33,
"emailaddress": "sample string 34",
"doctorReferred": true,
"referringDoctor": "sample string 36",
"spouseName": "sample string 37",
"spouseEmployer": "sample string 38",
"emergencyContactName": "sample string 39",
"emergencyContactRelation": "sample string 40",
"emergencyContactHomePhone": "sample string 41",
"emergencyContactWorkPhone": "sample string 42",
"socialSecurityNum": "sample string 43",
"selfPay": true,
"ethnicity": "sample string 45",
"language": "sample string 46",
"lastUpdatedBy": 1,
"patient_id": "21548fd5-b986-44da-968f-0fdefdd3cd7b",
"coPay": 1.0,
"defaultDoctorID": "48b74a11-46d5-426a-8169-28fb312c949f",
"defaultOfficeID": "127be6e8-e332-4504-9c62-2e9129f2db3f",
"do_not_bill_ind": true,
"template_ind": true,
"template_name_txt": "sample string 49",
"referring_provider_id": "44077b70-f0bf-45e6-b640-ace385daa936",
"contact_method_txt": "sample string 50",
"responsibleCity": "sample string 51",
"responsibleState": "sample string 52",
"responsibleZip": "sample string 53",
"addressType": "sample string 54",
"country": "sample string 55",
"emailOptout": true,
"biller_review_before_bill_patient_ind": true,
"send_hcfa_ind": true,
"reminders_contact_txt": "sample string 59",
"notifications_contact_txt": "sample string 60",
"marketing_contact_txt": "sample string 61",
"cellPhoneProvider": "sample string 62",
"responsibleCountry": "sample string 63",
"spouseMaidenLastName": "sample string 64",
"spouseMaidenFirstName": "sample string 65",
"responsibleRelationship": "sample string 66",
"responsibleParty": 67,
"patientCareTeams": [
{
"$id": "3",
"patient_care_team_id": "66625394-6d4d-4062-afe1-ba5a8e77c49c",
"name_txt": "sample string 2",
"type_txt": "sample string 3",
"order": 1,
"created_dt": "2026-08-04T22:25:09.0341923+00:00",
"created_by": "155b8525-d567-4639-9587-f62435ff6d76",
"patientID": 6,
"providerID": "f9ca0de5-7c80-4a51-8e9c-1cec935bab87",
"patient": {
"$ref": "2"
}
},
{
"$ref": "3"
}
],
"patientIdentifiers": [
{
"$id": "4",
"patientId": 1,
"identifierId": 2,
"id": 3,
"identifier": {
"$id": "5",
"id": 1,
"name": "sample string 2",
"active_ind": true
},
"patient": {
"$ref": "2"
}
},
{
"$ref": "4"
}
],
"patientInsurances": [
{
"$id": "6",
"patientInsuranceID": "d64fba88-35ab-4efb-91c7-6f0ad2f13dc9",
"patientID": 2,
"insuranceType": 3,
"insuranceOrder": 4,
"insuranceName": "sample string 5",
"status": "sample string 6",
"memberID": "sample string 7",
"groupID": "sample string 8",
"insuredName": "sample string 9",
"insuredRelation": "sample string 10",
"insuredEmployer": "sample string 11",
"insuredGender": "sample string 12",
"insuredDOB": "2026-08-04T22:25:09.0341923+00:00",
"insuredSSN": "sample string 13",
"creationDate": "2026-08-04T22:25:09.0341923+00:00",
"createdBy": 1,
"lastUpdateDate": "2026-08-04T22:25:09.0341923+00:00",
"lastUpdatedBy": 1,
"attachment_id": "5af024b0-8781-4ad2-b34a-00a358c5488e",
"current_ind": true,
"insurance_id": "b6bd340a-dc16-467b-9393-bae344cbfefb"
},
{
"$ref": "6"
}
],
"patientRaces": [
{
"$id": "7",
"patientID": 1,
"race": "sample string 2",
"patient": {
"$ref": "2"
}
},
{
"$ref": "7"
}
]
},
"practiceId": "81a84b54-066a-4f05-a482-d171f8335e31"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |