📤

Data Export

Export your complete health profile as a JSON file for portability

3 min read

Overview

Data Export allows you to download your entire SehaFile health profile as a structured JSON file. This feature supports data portability -- your right to take your health data with you if you switch to another platform or simply want a local backup. The export includes your personal information, medical conditions, medications, allergies, visit history, lab results, and document metadata.

Data export section in settings showing the export button and file format information

How to Export Your Data

  1. Navigate to Settings -- From the "Profile" tab, tap "Settings" at the bottom of the menu.
  2. Find Data Export -- Scroll to the "Data & Privacy" section. You will see the "Export My Data" option.
  3. Tap "Export My Data" -- The system compiles all your health records into a single JSON file.
  4. Download Starts -- Your browser downloads a file named sehafile-export.json. The file is delivered with the content type application/json.
  5. Save the File -- Save the downloaded file to a secure location on your device or cloud storage.

What is Included in the Export

The exported JSON file contains the following sections:

  • Profile -- Name, date of birth, gender, blood type, city, address, occupation, emergency contacts
  • Medical Conditions -- All conditions with names, status, severity, diagnosis dates
  • Medications -- All current and past medications with dosages, frequencies, and dates
  • Allergies -- All recorded allergies with categories and severity levels
  • Visits -- Complete visit history (both synced and manual) with all details
  • Lab Results -- All test results with values, units, normal ranges, and dates
  • Documents -- Metadata for uploaded documents (file names, categories, tags, descriptions). Note: actual file binaries are not included in the JSON.

Tip: Export your data periodically (e.g., monthly) as a backup. Store the JSON file in a secure cloud folder or encrypted USB drive.

Tip: The JSON format is machine-readable and can be imported into other health platforms that support data import, or analyzed with tools like Excel or Python for personal health insights.

Warning: The exported file contains sensitive medical information including your National ID. Store it securely and never share it over unencrypted channels.

FAQ

Does the export include my uploaded document files?

No. The export includes document metadata (names, categories, tags) but not the actual file contents. To download individual documents, use the Documents section to download each file separately.

How long does the export take?

For most users, the export generates instantly (under 5 seconds). If you have extensive records with hundreds of visits and lab results, it may take up to 30 seconds.

Can I import this data into another system?

The JSON format is standardized and can be processed by any system that accepts structured health data. Compatibility depends on the target system's import capabilities.

Is there a limit on how often I can export?

No. You can export your data as many times as you want. Each export generates a fresh snapshot of your current records.

Was this article helpful?