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": "1c0d8bd8-4f62-463d-a8d8-50cc77065045",
"exam_ID": "b9e99114-37c8-4a90-b04e-ecfca36f63a8",
"assessment": "sample string 1",
"created_dt": "2026-03-21T21:27:45.2930232+00:00",
"created_by": "79b49b84-86c0-473b-aece-cb48b78d5ee1",
"updated_dt": "2026-03-21T21:27:45.2930232+00:00",
"updated_by": "e0559dbc-ddbe-46c8-bab7-be8f69e1f7df",
"patientID": 1,
"patient_id": "5a6b73c6-00e6-4691-92e6-bc67c4555b7b",
"type_txt": "sample string 4",
"status_txt": "sample string 5",
"number_txt": "sample string 6",
"color_txt": "sample string 7",
"exam_progress_note_id": "54d7b863-c700-4e79-b931-f73968d52630",
"start_dt": "2026-03-21T21:27:45.2930232+00:00",
"end_dt": "2026-03-21T21:27:45.2930232+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": "4cd8d44d-720f-480c-9cd8-7590c52d07f6",
"exam_Assessment_ID": "5b2b1dfe-1b38-4241-8773-f99b0738e766",
"assessment_Plan": "sample string 1",
"created_dt": "2026-03-21T21:27:45.2930232+00:00",
"created_by": "35dfcd0d-5dd2-4610-906d-ae0dda9689a8",
"updated_dt": "2026-03-21T21:27:45.2930232+00:00",
"updated_by": "a3cc36dc-3fd5-46bd-96fa-584fa4abe125",
"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. |