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": "6edf7edf-f57d-477b-bbf6-519d9b7e030b",
"exam_ID": "8127f9b0-de01-4772-b68b-48574340fef0",
"assessment": "sample string 1",
"created_dt": "2026-05-06T12:30:01.3509495+00:00",
"created_by": "97e2c5e2-4a78-41e7-bb37-375d1cc48938",
"updated_dt": "2026-05-06T12:30:01.3509495+00:00",
"updated_by": "0c34007f-d175-4894-b0f4-ead22abf9a2a",
"patientID": 1,
"patient_id": "56a35670-7a22-494d-8a46-c12a29b7821e",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "26fcaccb-8d46-4570-84be-6991cbecc1e2",
"start_dt": "2026-05-06T12:30:01.3509495+00:00",
"end_dt": "2026-05-06T12:30:01.3509495+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": "7cdff4d3-cbe8-465f-8b19-5b285e9c1373",
"exam_Assessment_ID": "4555880a-a414-4ada-9561-146842ec13bb",
"assessment_Plan": "sample string 1",
"created_dt": "2026-05-06T12:30:01.3509495+00:00",
"created_by": "e3e47888-bc66-417b-9be2-237716a831d4",
"updated_dt": "2026-05-06T12:30:01.3509495+00:00",
"updated_by": "80f06a9e-d475-4fa1-879f-6827f8d5f4f7",
"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. |