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": "d9c176e8-44d0-425c-9c59-57d455fcfc18",
"PosterId": "6b39227b-b917-4354-9e78-978f99b8bc1f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "92c12739-9a09-43c8-8df5-0d45afb5f2d1",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"AttachedFiles": [
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "d9c176e8-44d0-425c-9c59-57d455fcfc18",
"PosterId": "6b39227b-b917-4354-9e78-978f99b8bc1f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "92c12739-9a09-43c8-8df5-0d45afb5f2d1",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"AttachedFiles": [
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"PatientTalkPosts": [
{
"Id": "d9c176e8-44d0-425c-9c59-57d455fcfc18",
"PosterId": "6b39227b-b917-4354-9e78-978f99b8bc1f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "92c12739-9a09-43c8-8df5-0d45afb5f2d1",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"AttachedFiles": [
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "d9c176e8-44d0-425c-9c59-57d455fcfc18",
"PosterId": "6b39227b-b917-4354-9e78-978f99b8bc1f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "92c12739-9a09-43c8-8df5-0d45afb5f2d1",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"AttachedFiles": [
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"Doctors": [
"sample string 1",
"sample string 2"
],
"ReferralFormData": {},
"Attachments": [
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "410865fb-9ae6-4c1d-82a8-fd8308328686",
"CaseID": "4d068697-85a9-46de-a4ac-18311624b37c",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateDeleted": "2025-12-07T12:37:12.6608111-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
],
"Id": "00c166d7-b49e-4f30-94da-e5520df1da76",
"Status": "sample string 3",
"Treatment": "sample string 4",
"Accepted": true,
"Archived": true,
"Patient": "sample string 7",
"ReferringDoctor": {
"Id": "14be6564-c57a-446e-94a5-7210354efbc4",
"Email": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Suffix": "sample string 5"
},
"ReferringDoctorId": "8571db3c-ab28-4e66-b8cf-925799efdd28",
"ReferredDoctorId": "5656081e-8cec-4fd1-b963-3234d9df958d",
"DateCreated": "2025-12-07T12:37:12.6608111-06:00",
"DateEdited": "2025-12-07T12:37:12.6608111-06:00"
}
text/html
Sample:
{"DoctorTalkPosts":[{"Id":"d9c176e8-44d0-425c-9c59-57d455fcfc18","PosterId":"6b39227b-b917-4354-9e78-978f99b8bc1f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"92c12739-9a09-43c8-8df5-0d45afb5f2d1","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","AttachedFiles":[{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"d9c176e8-44d0-425c-9c59-57d455fcfc18","PosterId":"6b39227b-b917-4354-9e78-978f99b8bc1f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"92c12739-9a09-43c8-8df5-0d45afb5f2d1","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","AttachedFiles":[{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"PatientTalkPosts":[{"Id":"d9c176e8-44d0-425c-9c59-57d455fcfc18","PosterId":"6b39227b-b917-4354-9e78-978f99b8bc1f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"92c12739-9a09-43c8-8df5-0d45afb5f2d1","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","AttachedFiles":[{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"d9c176e8-44d0-425c-9c59-57d455fcfc18","PosterId":"6b39227b-b917-4354-9e78-978f99b8bc1f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"92c12739-9a09-43c8-8df5-0d45afb5f2d1","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","AttachedFiles":[{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"Doctors":["sample string 1","sample string 2"],"ReferralFormData":{},"Attachments":[{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"410865fb-9ae6-4c1d-82a8-fd8308328686","CaseID":"4d068697-85a9-46de-a4ac-18311624b37c","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateDeleted":"2025-12-07T12:37:12.6608111-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}],"Id":"00c166d7-b49e-4f30-94da-e5520df1da76","Status":"sample string 3","Treatment":"sample string 4","Accepted":true,"Archived":true,"Patient":"sample string 7","ReferringDoctor":{"Id":"14be6564-c57a-446e-94a5-7210354efbc4","Email":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Suffix":"sample string 5"},"ReferringDoctorId":"8571db3c-ab28-4e66-b8cf-925799efdd28","ReferredDoctorId":"5656081e-8cec-4fd1-b963-3234d9df958d","DateCreated":"2025-12-07T12:37:12.6608111-06:00","DateEdited":"2025-12-07T12:37:12.6608111-06:00"}
application/xml, text/xml
Sample:
<CaseDetailsForApi>
<DoctorTalkPosts>
<Id>d9c176e8-44d0-425c-9c59-57d455fcfc18</Id>
<PosterId>6b39227b-b917-4354-9e78-978f99b8bc1f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>92c12739-9a09-43c8-8df5-0d45afb5f2d1</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>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<DoctorTalkPosts>
<Id>d9c176e8-44d0-425c-9c59-57d455fcfc18</Id>
<PosterId>6b39227b-b917-4354-9e78-978f99b8bc1f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>92c12739-9a09-43c8-8df5-0d45afb5f2d1</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>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<PatientTalkPosts>
<Id>d9c176e8-44d0-425c-9c59-57d455fcfc18</Id>
<PosterId>6b39227b-b917-4354-9e78-978f99b8bc1f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>92c12739-9a09-43c8-8df5-0d45afb5f2d1</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>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<PatientTalkPosts>
<Id>d9c176e8-44d0-425c-9c59-57d455fcfc18</Id>
<PosterId>6b39227b-b917-4354-9e78-978f99b8bc1f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>92c12739-9a09-43c8-8df5-0d45afb5f2d1</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>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06: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>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Attachments>
<ID>410865fb-9ae6-4c1d-82a8-fd8308328686</ID>
<CaseID>4d068697-85a9-46de-a4ac-18311624b37c</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateDeleted>2025-12-07T12:37:12.6608111-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Id>00c166d7-b49e-4f30-94da-e5520df1da76</Id>
<Status>sample string 3</Status>
<Treatment>sample string 4</Treatment>
<Accepted>true</Accepted>
<Archived>true</Archived>
<Patient>sample string 7</Patient>
<ReferringDoctor>
<Id>14be6564-c57a-446e-94a5-7210354efbc4</Id>
<Email>sample string 2</Email>
<FirstName>sample string 3</FirstName>
<LastName>sample string 4</LastName>
<Suffix>sample string 5</Suffix>
</ReferringDoctor>
<ReferringDoctorId>8571db3c-ab28-4e66-b8cf-925799efdd28</ReferringDoctorId>
<ReferredDoctorId>5656081e-8cec-4fd1-b963-3234d9df958d</ReferredDoctorId>
<DateCreated>2025-12-07T12:37:12.6608111-06:00</DateCreated>
<DateEdited>2025-12-07T12:37:12.6608111-06:00</DateEdited>
</CaseDetailsForApi>