CareFlow Kids / CareView Family System Map
This document explains how the system components interact.
Applications
CareFlow Kids (Doctor App)
Main clinical application used by physicians.
Capabilities:
- patient management
- sick visits
- well visits
- growth monitoring
- AI clinical assistance
- patient bundle export
Documentation: - Doctor App Guide
CareView Family (Patient App)
Viewer application used by parents or patients.
Capabilities:
- open patient bundle (.pemr)
- view visit reports
- view growth charts
- access documents
- add notes
Documentation: - Patient Viewer Guide
Patient Bundle (.pemr)
Structure:
flowchart TB
PEMR[.pemr bundle]
PEMR --> DB[db.sqlite]
PEMR --> M[manifest.json]
PEMR --> DOCS[docs/]
Bundles allow:
- offline sharing
- long-term patient record portability
- privacy-preserving data exchange
Data Flow
flowchart LR
CF[CareFlow Kids] -->|Export .pemr| PEMR[.pemr bundle]
PEMR -->|Open .pemr| CV[CareView Family]
CV -->|Export updated .pemr| PEMR
PEMR -->|Import .pemr| CF
Core Principles
- Local-first architecture
- Portable patient record
- Structured clinical data
- Human-readable reports