CaseOverviewData

A full case data object which includes the patient’s full name.

Properties

Parameter Type Description
Key string The unencrypted case key.
PatientName string The name of the patient.
OpenedDate DateTime The date the case was opened.
ClosedDate DateTime (optional) The date the case was closed, if at all.
LastUpdatedDate DateTime (optional) The date that the latest change was made to any of the referrals on the case. If there are no referrals on the case, this date is null.
Title string The public case title.
IsOpen bool Whether the case is still open or not.
{
  "Key": 11229,
  "PatientName": "Lemon, John",
  "OpenedDate": "2024-01-01T09:30:00",
  "Title": "1st Case for this Patient",
  "LastUpdatedDate": "2024-01-01T09:30:00",
  "IsOpen": true
}