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": "df0041ad-ebbc-425e-9d2d-08ca68bf44ef",
"exam_ID": "d40e7d22-376f-4868-b88f-4c351d955c64",
"assessment": "sample string 1",
"created_dt": "2026-02-04T02:54:54.1472228+00:00",
"created_by": "3ea04a0c-9a5c-499d-9b9c-64b67a4eb726",
"updated_dt": "2026-02-04T02:54:54.1472228+00:00",
"updated_by": "f1c19521-9ef2-4736-98f8-4af0a07d4931",
"patientID": 1,
"patient_id": "30bc40f7-5cbc-40bc-b9bf-6ec2a5ed802b",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "e03d0cf6-0379-4f6e-b1b0-7b42dadc7b2e",
"start_dt": "2026-02-04T02:54:54.1472228+00:00",
"end_dt": "2026-02-04T02:54:54.1472228+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": "903a05e8-74bc-440c-87e6-dfc16cf56492",
"exam_Assessment_ID": "b7d88680-02d8-4067-8600-2387c3e8684b",
"assessment_Plan": "sample string 1",
"created_dt": "2026-02-04T02:54:54.1472228+00:00",
"created_by": "aa5f2099-452e-4691-823c-efcd28d567cb",
"updated_dt": "2026-02-04T02:54:54.1472228+00:00",
"updated_by": "0bef5a11-c632-4ded-a333-09ace66f4977",
"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. |