GET api/ClinicalSummary/GetSummary/{summaryid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| summaryid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SummaryPrint| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Patient | SummaryPatient |
None. |
|
| Encounter | SummaryEncounter |
None. |
|
| Facility | SummaryFacility |
None. |
|
| summaryEncounterDetail | SummaryEncounterDetail |
None. |
|
| SummaryDetail | Collection of SummaryDetailPrint |
None. |
|
| SummaryDetailPdf | Collection of SummaryDetailPdf |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "07b6ebb4-c3de-4f22-ab01-1215a3f97ab1",
"Patient": {
"Name": "sample string 1",
"PatientNo": "sample string 2",
"Age": "sample string 3",
"Gender": "sample string 4",
"CellPhone": "sample string 5"
},
"Encounter": {
"Reason": "sample string 1",
"EncounterOn": "2026-02-03T20:58:38.0666103-06:00",
"Provider": "sample string 3"
},
"Facility": {
"Name": "sample string 1",
"Code": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"City": "sample string 5",
"Email": "sample string 6",
"Fax": "sample string 7",
"HomePhone": "sample string 8",
"CellPhone": "sample string 9",
"ZipCode": "sample string 10"
},
"summaryEncounterDetail": {
"Reason": "sample string 1",
"Patient": "sample string 2",
"EncounterOn": "2026-02-03T20:58:38.0666103-06:00",
"Provider": "sample string 3",
"ChiefComplaint": "sample string 4",
"Title": "sample string 5",
"EncounterId": "b7a9e8b9-5480-46e0-a295-62abf4f8d243"
},
"SummaryDetail": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"RecordType": "sample string 3",
"RecordTypeId": 4,
"InTakeAt": "sample string 5",
"Days": "sample string 6"
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"RecordType": "sample string 3",
"RecordTypeId": 4,
"InTakeAt": "sample string 5",
"Days": "sample string 6"
}
],
"SummaryDetailPdf": [
{
"EncounterId": "7f1f436e-e6fb-4dcf-bf5c-3ebb4d59947e",
"PatientId": "ea6b6f8f-af7b-46eb-af5e-64ce80e56703",
"RecordId": "6fe60d0c-80a9-4cb2-b01f-59f242d06b96",
"Name": "sample string 4",
"Value": "sample string 5",
"Date": "2026-02-03T20:58:38.0666103-06:00",
"Selected": true,
"Format": "sample string 7",
"MasterId": "5035261b-7084-4962-9e5b-b0a65ebbd40e",
"RecordType": "sample string 8",
"RecordTypeId": 9,
"InTakeAt": "sample string 10",
"Days": "sample string 11"
},
{
"EncounterId": "7f1f436e-e6fb-4dcf-bf5c-3ebb4d59947e",
"PatientId": "ea6b6f8f-af7b-46eb-af5e-64ce80e56703",
"RecordId": "6fe60d0c-80a9-4cb2-b01f-59f242d06b96",
"Name": "sample string 4",
"Value": "sample string 5",
"Date": "2026-02-03T20:58:38.0666103-06:00",
"Selected": true,
"Format": "sample string 7",
"MasterId": "5035261b-7084-4962-9e5b-b0a65ebbd40e",
"RecordType": "sample string 8",
"RecordTypeId": 9,
"InTakeAt": "sample string 10",
"Days": "sample string 11"
}
]
}