Support Center

Everything you need to know about our platform

Overview

Welcome & Quick Links

Deployment Guide
Multi-room setup
Resident Management
Manage multiple residents
System Integration
Connect with care systems
FAQs

Common Questions

Contact

Get in Touch

Video Tutorials

Watch & Learn

System Status

Service Health

Quick Actions

Shop Products
Email Us

Need immediate help?

Our support team is available Monday - Friday, 9:00 AM - 5:00 PM AEST

Aware Logo
Aware Logo
For Care FacilitiesSystem Integration

System Integration

Connect Guardian Radar with your existing care management systems

Integration Options

Multiple ways to connect Guardian with your facility's systems

REST API
Full programmatic access to Guardian data and controls
  • Complete CRUD operations on residents, alerts, and devices
  • Query fall history and activity reports
  • Real-time device status monitoring
  • Bulk import/export capabilities
Webhooks
Receive real-time notifications for critical events
  • Instant fall detection alerts
  • Device online/offline status changes
  • System health notifications
  • Automatic retry logic with idempotency
HL7/FHIR
Healthcare standard data formats for EMR integration
  • ADT messages for resident admissions/discharges
  • ORU messages for fall incident reports
  • FHIR Observation resources
  • Bi-directional sync with EHR systems

Common Integrations

Pre-built connections to popular care management platforms

PointClickCare
Available

Seamless integration with PointClickCare's Long-Term Care platform

  • Auto-sync resident demographics
  • Falls logged directly to resident chart
  • Integration with eMAR for medication timing
MatrixCare
Available

Connect with MatrixCare's post-acute EHR and care management system

  • Incident reporting integration
  • Care plan updates based on fall patterns
  • Staff task assignment workflow
Yardi EHR
Available

Integration with Yardi's senior living management platform

  • Resident move-in/move-out automation
  • Billing integration for fall monitoring service
  • Family portal access management
AL Advantage
Coming Soon

Upcoming integration with Yardi's assisted living software

  • Service plan documentation
  • Medication pass integration
  • Wellness check coordination

API Authentication

Secure your API connections with proper authentication

Getting Started with API Keys

Step 1: Generate API Keys

  1. 1. Log into your facility admin dashboard
  2. 2. Navigate to Settings → Integrations → API Keys
  3. 3. Click "Generate New Key"
  4. 4. Give your key a descriptive name (e.g., "MatrixCare Integration")
  5. 5. Select appropriate permissions (read-only vs. read-write)

Security Best Practices

  • • Store API keys as environment variables, never in code
  • • Use separate keys for development, staging, and production
  • • Rotate keys every 90 days
  • • Revoke keys immediately if compromised
  • • Monitor API usage for anomalies in the dashboard

Example API Request

curl -X GET "https://api.guardianlabs.io/v1/residents" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Webhook Configuration

Set up webhooks to receive real-time notifications

Available Webhook Events

fall.detected
fall.acknowledged
fall.resolved
device.online
device.offline
resident.created
resident.updated
system.health_alert

Example Webhook Payload

{
  "event": "fall.detected",
  "timestamp": "2024-01-15T14:32:18Z",
  "facility_id": "fac_abc123",
  "resident": {
    "id": "res_xyz789",
    "name": "John Doe",
    "room": "204B"
  },
  "device": {
    "id": "dev_radar_001",
    "location": "Room 204B"
  },
  "severity": "high",
  "confidence": 0.94
}

Common Questions

Frequently asked questions about system integration

Need Integration Support?

Our technical team can help with API implementation and troubleshooting

    Get the Aware Technologies App

    Stay connected with your loved ones and manage your Guardian device with our mobile app.

    Download on the App StoreGet it on Google Play
    1. Home
    2. Support
    3. Care Facilities
    4. System Integration
    Aware Technologies Logo

    Empowering independent living through smart, unobtrusive technology solutions.

    info@awaretechnologies.com.au+61 3 7047 9596

    Shop and Learn

    • About Us
    • Shop Guardian
    • FAQ

    Support

    • Contact Us

    Account

    • Manage Your Account
    • Privacy

    About Aware

    • News
    • Careers

    © 2025 Aware Technologies (Australia) Pty Ltd. All rights reserved.

    Privacy PolicyTerms of UseSales & RefundsSite Map