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": "f7743fff-efb4-4bde-a6dc-88970116eedf",
"exam_ID": "0228c6a5-006a-4cfc-8aab-a2b4653393fe",
"assessment": "sample string 1",
"created_dt": "2026-08-04T22:25:09.3948181+00:00",
"created_by": "7d43c76f-fb3d-485e-a76d-85e8410b1523",
"updated_dt": "2026-08-04T22:25:09.3948181+00:00",
"updated_by": "2feaf180-27b5-4046-bc8b-bc3772745ab7",
"patientID": 1,
"patient_id": "04335f1b-c41d-45e8-8c83-c7e0e7831513",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "b976f4a2-7c5b-4069-a6a1-98e9a2cc1465",
"start_dt": "2026-08-04T22:25:09.3948181+00:00",
"end_dt": "2026-08-04T22:25:09.3948181+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": "1511a4d6-d7d2-42d3-ae3b-046359fa028b",
"exam_Assessment_ID": "8ac85ad9-b805-4e8f-b6fa-25aaa40fe758",
"assessment_Plan": "sample string 1",
"created_dt": "2026-08-04T22:25:09.3948181+00:00",
"created_by": "0cb3ce80-7251-449f-b1f9-6a59c786a64c",
"updated_dt": "2026-08-04T22:25:09.3948181+00:00",
"updated_by": "75384be9-e5ae-46fb-bc6d-cb1712536120",
"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. |