Overview
Export tools allow you to extract data from AllCare for reporting, analysis, auditing, and external system integration. This guide covers available export options, formats, and best practices.Export Types
Patient Data Export
Demographics, insurance, status, care information
Visit Export
Visit records, schedules, completion data
Report Export
Dashboard and analytics report exports
Bulk Data Export
Large-scale data exports for analysis
Export Formats
| Format | Extension | Best For |
|---|---|---|
| Excel | .xlsx | Analysis, formatting, charts |
| CSV | .csv | System imports, raw data |
| Printing, formal reports | ||
| JSON | .json | API integrations, developers |
Format Comparison
Excel (.xlsx)
Excel (.xlsx)
Pros:
- Preserves formatting
- Multiple sheets supported
- Easy to add formulas, charts
- Most users familiar with it
- Larger file size
- Row limit (1M rows)
CSV (.csv)
CSV (.csv)
Pros:
- Universal compatibility
- Small file size
- Easy to import into other systems
- No row limits
- No formatting
- Single sheet only
- Special characters may cause issues
PDF (.pdf)
PDF (.pdf)
Pros:
- Print-ready
- Fixed formatting
- Professional appearance
- Easy to share
- Not editable
- Can’t manipulate data
JSON (.json)
JSON (.json)
Pros:
- Structured data format
- Preserves data types
- Easy for APIs and code
- Requires technical knowledge
- Not user-friendly for viewing
Patient Data Export
Available Data Fields
| Category | Fields |
|---|---|
| Demographics | Name, DOB, SSN (masked), Address, Phone, Email |
| Status | Current status, Status date, Facility |
| Insurance | Primary/Secondary insurance, Member IDs |
| Clinical | Diagnoses, Allergies, Medications |
| Care Team | Assigned provider, Care coordinators |
| Dates | Enrollment date, Last visit, Status changes |
Exporting Patient List
Apply Filters
Filter to the patients you want to export:
- Status
- Facility
- Provider
- Date range
- Insurance type
Export Templates
| Template | Fields Included | Use Case |
|---|---|---|
| Basic List | Name, DOB, Status, Facility | Quick reference |
| Full Demographics | All demographic fields | Complete patient info |
| Insurance Report | Name, Insurance details | Billing, verification |
| Clinical Summary | Name, Diagnoses, Meds, Allergies | Clinical reference |
| Care Team | Name, Provider, Coordinator | Staff assignments |
Visit Export
Visit Data Fields
| Field | Description |
|---|---|
| Visit ID | Unique visit identifier |
| Patient | Patient name and ID |
| Provider | Assigned provider |
| Facility | Visit location |
| Date/Time | Scheduled date and time |
| Type | Visit type (routine, urgent, etc.) |
| Status | Scheduled, completed, cancelled |
| Duration | Actual visit duration |
| Notes | Visit notes (if included) |
Exporting Visits
Report Export
Exporting Dashboards
Select Option
Choose:
- PDF — Visual snapshot of dashboard
- Excel — Underlying data
- Image — Screenshot for presentations
Exporting Analytics Reports
Bulk Data Export
When to Use Bulk Export
- Annual audits
- System migrations
- Large-scale analysis
- Compliance reporting
- Data backup
Bulk Export Process
Processing Time: Bulk exports may take 15-60 minutes depending on data size. You’ll receive an email when ready.
Bulk Export Limits
| Plan/Role | Max Records | Retention |
|---|---|---|
| Standard User | 10,000 | 24 hours |
| Power User | 50,000 | 48 hours |
| Admin | Unlimited | 72 hours |
Scheduled Exports
Setting Up Automated Exports
Configure Export
- Data type (patients, visits, etc.)
- Fields to include
- Filters to apply
- Format (Excel, CSV)
Managing Scheduled Exports
| Action | How To |
|---|---|
| Pause | Toggle off without deleting |
| Edit | Click to modify parameters |
| Run Now | Trigger immediate export |
| View History | See past export runs |
| Delete | Remove scheduled export |
SFTP Export
For Automated Integrations
Data Security
Handling Exported Data
Masking Sensitive Data
Some exports mask sensitive data by default:| Field | Masking |
|---|---|
| SSN | Last 4 digits only (XXX-XX-1234) |
| Full DOB | May show year only in some reports |
| Insurance IDs | Partial masking available |
Full SSN and unmasked data requires elevated permissions and audit logging.
Common Export Scenarios
Facility Census Report
Purpose: Patient list for specific facilityInsurance Verification List
Purpose: Verify patient insurance coverageProvider Visit Report
Purpose: Track provider productivityCompliance Audit Export
Purpose: Provide data for auditorsTroubleshooting
Export timing out
Export timing out
Try:
- Reduce date range
- Add more filters
- Use bulk export for large data
- Try during off-peak hours
File won't open
File won't open
Check:
- Correct application for file type
- File fully downloaded
- Try different browser
- Check file isn’t corrupted
Missing expected data
Missing expected data
Verify:
- Filters aren’t excluding data
- Date range is correct
- You have permission to view the data
- Selected fields include what you need
Scheduled export not running
Scheduled export not running
Check:
- Schedule is active (not paused)
- Email address is correct
- Check spam folder
- Review export history for errors
CSV formatting issues
CSV formatting issues
Common fixes:
- Open in Excel, not text editor
- Check for commas in data fields
- Verify encoding (UTF-8)
- Use Excel import wizard