GET Case/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CaseDetailsForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| DoctorTalkPosts | Collection of TalkPostDto |
None. |
|
| PatientTalkPosts | Collection of TalkPostDto |
None. |
|
| Doctors | Collection of string |
None. |
|
| ReferralFormData | Object |
None. |
|
| Attachments | Collection of AttachedFileDto |
None. |
|
| Id | globally unique identifier |
None. |
|
| Status | string |
None. |
|
| Treatment | string |
None. |
|
| Accepted | boolean |
None. |
|
| Archived | boolean |
None. |
|
| Patient | string |
None. |
|
| ReferringDoctor | LongNameDto |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| DateCreated | date |
None. |
|
| DateEdited | date |
None. |
|
| Doctors | Collection of LongNameDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"DoctorTalkPosts": [
{
"Id": "ba273a69-9e49-48e9-a17f-643ab9fa2065",
"PosterId": "a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"AttachedFiles": [
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "ba273a69-9e49-48e9-a17f-643ab9fa2065",
"PosterId": "a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"AttachedFiles": [
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"PatientTalkPosts": [
{
"Id": "ba273a69-9e49-48e9-a17f-643ab9fa2065",
"PosterId": "a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"AttachedFiles": [
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "ba273a69-9e49-48e9-a17f-643ab9fa2065",
"PosterId": "a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"AttachedFiles": [
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"Doctors": [
"sample string 1",
"sample string 2"
],
"ReferralFormData": {},
"Attachments": [
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97",
"CaseID": "8a625877-fea5-4dd0-bcbd-cfff01cde78e",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateDeleted": "2026-05-14T00:49:04.4749927-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
],
"Id": "b63a414b-797f-4f71-8376-5d3ac4d70496",
"Status": "sample string 3",
"Treatment": "sample string 4",
"Accepted": true,
"Archived": true,
"Patient": "sample string 7",
"ReferringDoctor": {
"Id": "69f8b171-3400-49e2-984b-58d4c30c18ef",
"Email": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Suffix": "sample string 5"
},
"ReferringDoctorId": "ac92ca1d-580d-4cad-af6f-3b0e51ae32c4",
"ReferredDoctorId": "0b903604-5d95-4aec-afbe-3ffe9b8e60ca",
"DateCreated": "2026-05-14T00:49:04.4749927-05:00",
"DateEdited": "2026-05-14T00:49:04.4749927-05:00"
}
text/html
Sample:
{"DoctorTalkPosts":[{"Id":"ba273a69-9e49-48e9-a17f-643ab9fa2065","PosterId":"a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","AttachedFiles":[{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"ba273a69-9e49-48e9-a17f-643ab9fa2065","PosterId":"a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","AttachedFiles":[{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"PatientTalkPosts":[{"Id":"ba273a69-9e49-48e9-a17f-643ab9fa2065","PosterId":"a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","AttachedFiles":[{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"ba273a69-9e49-48e9-a17f-643ab9fa2065","PosterId":"a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","AttachedFiles":[{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"Doctors":["sample string 1","sample string 2"],"ReferralFormData":{},"Attachments":[{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97","CaseID":"8a625877-fea5-4dd0-bcbd-cfff01cde78e","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateDeleted":"2026-05-14T00:49:04.4749927-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}],"Id":"b63a414b-797f-4f71-8376-5d3ac4d70496","Status":"sample string 3","Treatment":"sample string 4","Accepted":true,"Archived":true,"Patient":"sample string 7","ReferringDoctor":{"Id":"69f8b171-3400-49e2-984b-58d4c30c18ef","Email":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Suffix":"sample string 5"},"ReferringDoctorId":"ac92ca1d-580d-4cad-af6f-3b0e51ae32c4","ReferredDoctorId":"0b903604-5d95-4aec-afbe-3ffe9b8e60ca","DateCreated":"2026-05-14T00:49:04.4749927-05:00","DateEdited":"2026-05-14T00:49:04.4749927-05:00"}
application/xml, text/xml
Sample:
<CaseDetailsForApi>
<DoctorTalkPosts>
<Id>ba273a69-9e49-48e9-a17f-643ab9fa2065</Id>
<PosterId>a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02</ProfilePictureCloudId>
<PosterSufix>sample string 6</PosterSufix>
<Content>sample string 7</Content>
<Subject>sample string 8</Subject>
<ViewerIsComposer>true</ViewerIsComposer>
<UnreadByViewer>true</UnreadByViewer>
<UnreadByOther>true</UnreadByOther>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<DoctorTalkPosts>
<Id>ba273a69-9e49-48e9-a17f-643ab9fa2065</Id>
<PosterId>a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02</ProfilePictureCloudId>
<PosterSufix>sample string 6</PosterSufix>
<Content>sample string 7</Content>
<Subject>sample string 8</Subject>
<ViewerIsComposer>true</ViewerIsComposer>
<UnreadByViewer>true</UnreadByViewer>
<UnreadByOther>true</UnreadByOther>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<PatientTalkPosts>
<Id>ba273a69-9e49-48e9-a17f-643ab9fa2065</Id>
<PosterId>a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02</ProfilePictureCloudId>
<PosterSufix>sample string 6</PosterSufix>
<Content>sample string 7</Content>
<Subject>sample string 8</Subject>
<ViewerIsComposer>true</ViewerIsComposer>
<UnreadByViewer>true</UnreadByViewer>
<UnreadByOther>true</UnreadByOther>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<PatientTalkPosts>
<Id>ba273a69-9e49-48e9-a17f-643ab9fa2065</Id>
<PosterId>a89fa6b9-6ef6-40f9-8dd2-dd5102fd71bb</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>4dd7a52a-bd2b-4aa2-ad6e-f94f2e79de02</ProfilePictureCloudId>
<PosterSufix>sample string 6</PosterSufix>
<Content>sample string 7</Content>
<Subject>sample string 8</Subject>
<ViewerIsComposer>true</ViewerIsComposer>
<UnreadByViewer>true</UnreadByViewer>
<UnreadByOther>true</UnreadByOther>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<Doctors>sample string 1</Doctors>
<Doctors>sample string 2</Doctors>
<ReferralFormData />
<Attachments>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Attachments>
<ID>6cd6e6b3-85f0-4d21-8475-c0ec6ef64e97</ID>
<CaseID>8a625877-fea5-4dd0-bcbd-cfff01cde78e</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateDeleted>2026-05-14T00:49:04.4749927-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Id>b63a414b-797f-4f71-8376-5d3ac4d70496</Id>
<Status>sample string 3</Status>
<Treatment>sample string 4</Treatment>
<Accepted>true</Accepted>
<Archived>true</Archived>
<Patient>sample string 7</Patient>
<ReferringDoctor>
<Id>69f8b171-3400-49e2-984b-58d4c30c18ef</Id>
<Email>sample string 2</Email>
<FirstName>sample string 3</FirstName>
<LastName>sample string 4</LastName>
<Suffix>sample string 5</Suffix>
</ReferringDoctor>
<ReferringDoctorId>ac92ca1d-580d-4cad-af6f-3b0e51ae32c4</ReferringDoctorId>
<ReferredDoctorId>0b903604-5d95-4aec-afbe-3ffe9b8e60ca</ReferredDoctorId>
<DateCreated>2026-05-14T00:49:04.4749927-05:00</DateCreated>
<DateEdited>2026-05-14T00:49:04.4749927-05:00</DateEdited>
</CaseDetailsForApi>