POST api/patient/add
Request Information
URI Parameters
None.
Body Parameters
PatientModelWithPracticeName | 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": "2025-08-29T03:15:05.5296362+00:00", "sex": "sample string 9", "dateOfEntry": "2025-08-29T03:15:05.5296362+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": "2025-08-29T03:15:05.5296362+00:00", "lastUpdateDate": "2025-08-29T03:15:05.5296362+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": "2025-08-29T03:15:05.5296362+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": "2025-08-29T03:15:05.5296362+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": "4d976494-0298-44a3-a0d0-cbdddea0970c", "coPay": 1.0, "defaultDoctorID": "6553de22-115c-4c02-b67a-74ca848e6a6f", "defaultOfficeID": "1deaeb0c-ef79-4ec4-9654-7552347fdc35", "do_not_bill_ind": true, "template_ind": true, "template_name_txt": "sample string 49", "referring_provider_id": "a44b609b-ed12-4ca9-a082-8615f0aaabd4", "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": "58361585-2814-4d28-a20f-d97ddd44a189", "name_txt": "sample string 2", "type_txt": "sample string 3", "order": 1, "created_dt": "2025-08-29T03:15:05.5296362+00:00", "created_by": "d326da40-0214-4439-b549-6af4357f4ee9", "patientID": 6, "providerID": "34c76c7f-afba-4d20-a94d-ccb931dff8f7", "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": "86c760d4-993a-4118-aa74-2b8a1f816b73", "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": "2025-08-29T03:15:05.5296362+00:00", "insuredSSN": "sample string 13", "creationDate": "2025-08-29T03:15:05.5296362+00:00", "createdBy": 1, "lastUpdateDate": "2025-08-29T03:15:05.5296362+00:00", "lastUpdatedBy": 1, "attachment_id": "49e0360d-dfd3-428f-a76c-e8b40af7cc59", "current_ind": true, "insurance_id": "6f62c7d9-d445-47a3-8f24-18f1014aa222" }, { "$ref": "6" } ], "patientRaces": [ { "$id": "7", "patientID": 1, "race": "sample string 2", "patient": { "$ref": "2" } }, { "$ref": "7" } ] }, "practiceId": "6c8fe161-eb01-40f5-8280-3ba2ec4823b6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |