POST api/exam_Assessments/add
Request Information
URI Parameters
None.
Body Parameters
Collection of Exam_AssessmentsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Exam_Assessment_ID | globally unique identifier |
None. |
|
| Exam_ID | globally unique identifier |
None. |
|
| Assessment | string |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| PatientID | integer |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| type_txt | string |
None. |
|
| status_txt | string |
None. |
|
| number_txt | string |
None. |
|
| color_txt | string |
None. |
|
| exam_progress_note_id | globally unique identifier |
None. |
|
| start_dt | date |
None. |
|
| end_dt | date |
None. |
|
| source_txt | string |
None. |
|
| ccda_code | string |
None. |
|
| reconciled_txt | string |
None. |
|
| Exam_Assessment_Plans | Collection of Exam_Assessment_PlansModel |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"exam_Assessment_ID": "2acf485c-52f4-4ecd-92a1-a7f33680e391",
"exam_ID": "fe4b7202-73f2-4622-90e7-61e65b00591b",
"assessment": "sample string 1",
"created_dt": "2026-09-19T10:59:26.5895698+00:00",
"created_by": "ecfe0b88-1949-4c35-8b9d-c9b9dab9f596",
"updated_dt": "2026-09-19T10:59:26.5895698+00:00",
"updated_by": "0105b795-3952-4e8b-8e3f-39f67365671a",
"patientID": 1,
"patient_id": "42625b42-8e20-4d9c-8e08-48d699a22f9e",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "80269a01-71ba-4539-ac1b-283069ed16fc",
"start_dt": "2026-09-19T10:59:26.5895698+00:00",
"end_dt": "2026-09-19T10:59:26.5895698+00:00",
"source_txt": "sample string 8",
"ccda_code": "sample string 9",
"reconciled_txt": "sample string 10",
"exam_Assessment_Plans": [
{
"$id": "2",
"exam_Assessment_Plan_ID": "b0980694-0cc4-42e2-999c-50906c491940",
"exam_Assessment_ID": "3d6247ec-fe42-494e-a918-ee7cda7899ba",
"assessment_Plan": "sample string 1",
"created_dt": "2026-09-19T10:59:26.5895698+00:00",
"created_by": "b6401ddd-6dac-4b6e-b3f7-bc2023032c67",
"updated_dt": "2026-09-19T10:59:26.5895698+00:00",
"updated_by": "e8285072-83c4-4fe6-ab40-ec3aaeae60de",
"number_txt": "sample string 4",
"exam_Assessments": {
"$ref": "1"
}
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
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. |