About this app
The Zanthion Caregiver Client is a HIPAA compliant event -> response and quality assurance tool that provides immediate knowledge of the condition of the senior including their current location, past history of falls, help requests, medications and other health related information along with their current condition. Zanthion Caregiver informs all community members of who is responding to which events, and when they will arrive using both WiFi or cellular communications. Events are defined in the management interface along with assessments for events. Each company and community can define their own events and assessments.
PLATFORM DESCRIPTION
The Zanthion Gateway is the center piece to the Zanthion Senior Care Platform. There are 4 distinct components to the platform:
• Zanthion Communication Hub
• Zanthion Caregiver Client
• Zanthion Platform Management
• Zanthion Dashboard
CLIENT SPECIFICS
The Zanthion Caregiver Client is a HIPAA compliant event -> response and quality assurance tool that provides immediate knowledge of the condition of the senior including their current location, past history of falls, help requests, medications and other health related information along with their current condition. Zanthion Caregiver informs all community members of who is responding to which events, and when they will arrive using both WiFi or cellular communications. Events are defined in the management interface along with assessments for events. Each company and community can define their own events and assessments.
EASILY INTEGRATED WITH EXISTING NURSE CALL SYSTEMS
Gateway Requirements
• >BLE 4.0
• >Android 5.0
• >2GB RAM
• 8GB storage
Configured Through a REST API
Communities are configured using our Zanthion Management Interface which delivers to authorized clients a highly available API with company, application, device, user, channel, and event configurations. A brief example of the output from our API follows:
{
"channels": [
{
"uuid": "KidsThatKare-Fall-Pilot-Data",
"durable": true,
"description": "Standard device Data channel",
"type": 17,
"id": 348,
"name": "KidsThatKare Fall Pilot Data"
},
{
"uuid": "KidsThatKare-Fall-Pilot-Events-To-Charting",
"durable": false,
"description": "Used for event charting",
"type": 14,
"id": 495,
"name": "KidsThatKare Fall Pilot Events Charting"
}
],
"events": [
{
"level": 3,
"type": "virtual",
"id": 8,
"condition": "",
"label": "RESOLVED"
},
{
"level": 3,
"type": "prop",
"id": 4,
"condition": "1<&2665",
"label": "VALID"
}
],
"id": "177",
"devices": [
{
"filter": [
"00001530-1212-efde-1523-785feabcd123",
"326A9000-85CB-9195-D9DD-464CFBBAE75A"
],
"macAddress": "DA:DD:2C:F2:65:3B",
"id": 1233,
"companyDeviceId": 8
},
{
"filter": [
"00001530-1212-efde-1523-785feabcd123",
"326A9000-85CB-9195-D9DD-464CFBBAE75A"
],
"macAddress": "C5:A3:22:02:75:93",
"id": 226,
"companyDeviceId": 8
}
],
"name": "KidsThatKare Fall Pilot"
}
App Permissions
Allows access to the list of accounts in the Accounts Service.
Allows an application to read the user's contacts data.
Allows applications to access information about Wi-Fi networks.
Allows applications to access information about networks.
Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an app to access precise location.
Allows an app to access approximate location.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows applications to open network sockets.
Allows applications to disable the keyguard if it is not secure.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Permission an application must hold in order to use ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.
Allows access to the vibrator.
Marker permission for applications that wish to access notification policy.
Allows an application to read from external storage.
Allows an application to write to external storage.
Allows an application to write the user's contacts data.