Skip to main content
Air provides a dedicated Electronic Health Information (EHI) Export feature that lets a practice export a patient’s electronic health information in a computable, standards-based format, as required by ONC §170.315(b)(10). This page is both the user guide for that feature and the Export Format Documentation a recipient needs to read, parse, and computably consume the exported data without contacting Commure (d/b/a Athelas). The feature supports two export modes defined by the criterion:
  • Single-patient EHI export — §170.315(b)(10)(i)(A): export the complete EHI for one patient.
  • Patient-population EHI export — §170.315(b)(10)(i)(B): export the EHI for all patients in the practice.
Stable public URL for this page (embedded in every export): https://trainings.air.athelas.com/air_developer/patient_information_export/patient_information_exportAir emits the following across its exports:
  • claims.csv — billing and encounter-level claim data (UTF-8 CSV)
  • *.xml — clinical content as a HL7 Consolidated CDA R2.1 (C-CDA) Continuity of Care Document (UTF-8 XML)
  • attachment/ — the documents uploaded to a patient’s chart (faxes, scans, PDFs, images, etc.), exported in their original file formats inside the export ZIP

Permissions

The EHI Export feature is restricted to Providers and Admins:
  • Single-patient export (providers and admins) — runs in-app and is available to any provider or admin with access to the patient whose record is being exported.
  • Patient-population (site-wide) export (admins) — requested by an account Admin on behalf of the practice.
Access is enforced by Air’s role-based access controls (ONC §170.315(d)(1)). Every export action is recorded in the tamper-resistant audit log (§170.315(d)(2)). See the Mandatory Disclosure page for the full list of certified capabilities.

Single-patient EHI export

Air offers two self-service single-patient exports from the application: a claims CSV (billing/encounter data) and a clinical C-CDA download (USCDI clinical data). The C-CDA download is delivered as a ZIP archive containing the patient’s C-CDA .xml plus an attachment/ folder with the documents uploaded to their chart. Together these make up the complete single-patient EHI export. The detailed schema for each file is documented under Data structure documentation.

Export claims for a single patient (CSV)

The Claims page export produces a claims.csv file containing every claim row visible after the filter is applied. To export claims for one patient:
  1. Open the Claims page from the left navigation.
  2. Click Filter at the top of the page.
  3. Filter by Patient and select the patient whose claims you want to export.
  4. Apply the filter — the table now shows only that patient’s claims.
  5. Click Export to download claims.csv.
  • What’s included: every claim row for the selected patient — claim/encounter identifiers, status, provider, facility, date of service, payers, charges, payments, adjustments, and balances. See the Claims CSV column reference.
  • Output format: UTF-8 CSV (claims.csv).
  • File location: downloads through your browser to its default Downloads folder as claims.csv.
Note: The exported CSV contains exactly the columns and rows that are currently visible after filtering. Apply any additional column or date filters before exporting if you need a narrower slice.

Export the clinical record for a single patient (C-CDA XML + attachments)

The C-CDA download produces a ZIP archive containing a single .xml file conforming to the HL7 Consolidated CDA R2.1 Continuity of Care Document (CCD) standard — covering allergies, medications, problems, encounters, immunizations, lab results, vital signs, social history, procedures, and the other USCDI v3 sections — plus an attachment/ folder holding the documents uploaded to the patient’s chart in their original file formats. To download a patient’s C-CDA:
  1. Open the Inbox tab from the left navigation.
  2. Select the C-CDA tab.
  3. Search by patient name in the search bar.
  4. Click into the matching patient.
  5. Click Download to save the C-CDA ZIP — the C-CDA .xml plus the patient’s attachment/ folder.
  • What’s included: the patient’s USCDI clinical data — demographics plus the clinical sections listed in Export contents — and the documents uploaded to the patient’s chart, exported as original-format files under attachment/.
  • Output format: a ZIP archive containing one HL7 C-CDA R2.1 UTF-8 XML file plus an attachment/ folder of original-format attachments.
  • File location: downloads through your browser to its default Downloads folder as a .zip file.
Note: Clinical sections with no recorded data for the patient are still present in the file, emitted with nullFlavor="NI" so a recipient can detect their presence. See Considerations & error conditions. Note: The attachment/ folder holds the patient’s uploaded documents (faxes, scans, PDFs, images, etc.) in their original file formats. If the patient has no attachments on file, the folder is empty or omitted. See Patient attachments.

Patient-population (site-wide) EHI export

For an EHI export covering all patients in your practice (population-level export per §170.315(b)(10)(i)(B)), an account Admin requests the export from Commure (d/b/a Athelas) support.

How to request a population export

Email: support@athelas.comInclude your practice name and the date range you need.
Processing details:
  • Support compiles the export and delivers it as a single encrypted ZIP archive via a secure, expiring download link sent to the requesting Admin.
  • Typical turnaround is within 5 business days of the request.
  • The secure download link expires after a limited period; request a new link from support if it lapses before you download the archive.
Package structure: The archive bundles the same content as the single-patient export — one C-CDA .xml per patient, a practice-wide claims.csv, and an attachment/ folder holding each patient’s uploaded documents (one subfolder per patient). The archive is named EHI_Export_YYYYMMDD.zip (where YYYYMMDD is the export date); each patient’s C-CDA file is named by the patient’s first and last name, and each patient’s attachment subfolder uses the same First Last naming:
Output formats: identical to the single-patient export — UTF-8 claims.csv, HL7 C-CDA R2.1 UTF-8 XML, and patient attachments in their original file formats. All are fully specified under Data structure documentation.

Export contents — EHI data classes & supported formats

The export carries the EHI/USCDI data classes below. Each class is identified by where it appears in the export so a recipient can confirm coverage. Supported file formats:
  • claims.csv — UTF-8 comma-separated values.
  • C-CDA .xml — HL7 Consolidated CDA R2.1 Continuity of Care Document (UTF-8 XML), aligned to the USCDI v3 data classes.
  • Patient attachments — the patient’s uploaded documents (e.g., PDF, JPEG, PNG, TIFF), stored unmodified in their original upload formats inside the attachment/ folder.

Data structure documentation

This section is the data dictionary and schema for each exported file — sufficient for a recipient to interpret the data without further reference.

Claims CSV (claims.csv)

Column reference (in order): Example row:
Parsing notes:
  • Decimal values use . as the decimal separator and never include a thousands separator or a currency symbol.
  • Dates are always in MM/DD/YYYY format in the local time zone of the practice.
  • Empty string fields appear as an empty value between two commas; - is used specifically for the Tags column when no tags are present.
  • The Insurances column can contain multiple payers separated by | (space-pipe-space).

Clinical C-CDA XML

The clinical export is a HL7 Consolidated CDA R2.1 Continuity of Care Document (CCD) — the same format used for B.1 (Transitions of Care) and B.6 (Data Export). It is a single XML file per patient. Root element & namespaces:
Top-level header elements (present in every export):
  • recordTarget — patient demographics (name, DOB, gender, race, ethnicity, address, telecom, language, marital status)
  • author — software/device that produced the document
  • dataEnterer — user who entered the data
  • custodian — organization responsible for the source document
  • informationRecipient — intended recipient
  • legalAuthenticator — provider attesting to the document
  • authenticator — additional attestation
  • documentationOf / serviceEvent — care team and effective time range
  • componentOf / encompassingEncounter — encounter context
Sections included in the structured body: Each section is represented as a <component><section>...</section></component> block. Sections that are not applicable to the patient are emitted with nullFlavor="NI" (“No information”) so recipients can still detect their presence. Vocabularies / code systems referenced: Section entry pattern (example — Allergy): Each clinical entry follows the C-CDA “Concern Act → Observation → (optional) Reaction / Severity Observation” nesting:
Parsing notes:
  • Every entry is identified by a UUID in <id root="...">. UUIDs are stable across re-exports of the same record.
  • Dates use the HL7 v3 TS format: YYYYMMDD or YYYYMMDDHHMMSS±ZZZZ.
  • Coded values appear as <value xsi:type="CD" code="..." codeSystem="..." displayName="..."/>.
  • Narrative text in each section’s <text> element is the human-readable rendering and references the structured entries via <reference value="#id"/>.
  • Sections with nullFlavor="NI" contain no structured entries — only a <text> placeholder such as "No Lab Test required. No Lab results.". Treat these as “data not available” rather than “data absent.”
Recommended validation tools:

Patient attachments

Patient attachments are the documents uploaded to a patient’s chart — scanned forms, faxes, referral letters, clinical PDFs, photos, and similar files. They are exported in their original file formats, byte-for-byte unchanged, inside an attachment/ folder in the export ZIP. Folder layout — population export:
Folder layout — single-patient C-CDA download:
Parsing notes:
  • Files are exported unmodified; determine each file’s type from its extension or magic bytes rather than from any assumed naming convention.
  • A patient with no attachments on file has no subfolder (population export) or an empty/omitted attachment/ folder (single-patient C-CDA ZIP). Treat this as “no documents on file,” not an error.
  • In the population export, attachments are grouped into per-patient subfolders named First Last — the same naming convention used for each patient’s C-CDA .xml file.

Considerations & error conditions

FAQ

The EHI Export feature is limited to Providers and Admins. Single-patient exports can be run in-app by any provider or admin with access to the patient. The patient-population (site-wide) export is requested by an account Admin through support. Every export is recorded in the audit log.
  • claims.csv holds billing and encounter-level data — claim status, providers, facilities, dates of service, payers, charges, payments, adjustments, and balances.
  • C-CDA .xml holds the clinical record — demographics plus allergies, medications, problems, encounters, immunizations, lab results, vital signs, social history, procedures, and the other USCDI v3 data classes.
  • attachment/ holds the documents uploaded to the patient’s chart — faxes, scans, referral letters, PDFs, and images — in their original file formats. In the single-patient export these are bundled in the C-CDA download ZIP alongside the .xml.
Together they form the complete EHI export for a patient.
Yes. Documents uploaded to a patient’s chart — faxes, scans, referral letters, PDFs, images — are exported in their original file formats inside an attachment/ folder.
  • In the single-patient export, the attachment/ folder is bundled in the C-CDA download ZIP alongside the patient’s .xml.
  • In the population (site-wide) export, the attachment/ folder sits inside EHI_Export_YYYYMMDD.zip with one subfolder per patient, named First Last.
If a patient has no attachments on file, their subfolder is omitted (population) or the attachment/ folder is empty (single-patient). See Patient attachments.
Population (site-wide) exports are requested by an Admin emailing support@athelas.com with your practice name and date range. Within 5 business days, support returns an encrypted ZIP (EHI_Export_YYYYMMDD.zip) via a secure download link, containing a practice-wide claims.csv, one C-CDA .xml per patient (named First Last.xml), and an attachment/ folder with each patient’s uploaded documents (one subfolder per patient). See Patient-population (site-wide) EHI export.
Use the ONC C-CDA Scorecard to validate structure, templates, and vocabulary bindings, and the HL7 C-CDA R2.1 Implementation Guide as the authoritative reference. The file is a HL7 C-CDA R2.1 Continuity of Care Document encoded in UTF-8 XML.
Yes. The clinical C-CDA export is aligned to the USCDI v3 data classes. The Export contents table identifies each EHI/USCDI data class and where it appears in the export.