- 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.
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 aclaims.csv file containing every claim row visible after the filter is applied.
To export claims for one patient:
- Open the Claims page from the left navigation.
- Click Filter at the top of the page.
- Filter by Patient and select the patient whose claims you want to export.
- Apply the filter — the table now shows only that patient’s claims.
- 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.
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:
- Open the Inbox tab from the left navigation.
- Select the C-CDA tab.
- Search by patient name in the search bar.
- Click into the matching patient.
- Click Download to save the C-CDA ZIP — the C-CDA
.xmlplus the patient’sattachment/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
.zipfile.
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.
- 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.
.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:
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:
- Decimal values use
.as the decimal separator and never include a thousands separator or a currency symbol. - Dates are always in
MM/DD/YYYYformat 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
Insurancescolumn 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:
recordTarget— patient demographics (name, DOB, gender, race, ethnicity, address, telecom, language, marital status)author— software/device that produced the documentdataEnterer— user who entered the datacustodian— organization responsible for the source documentinformationRecipient— intended recipientlegalAuthenticator— provider attesting to the documentauthenticator— additional attestationdocumentationOf/serviceEvent— care team and effective time rangecomponentOf/encompassingEncounter— encounter context
<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:
- 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
TSformat:YYYYMMDDorYYYYMMDDHHMMSS±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.”
- HL7 C-CDA R2.1 IG
- ONC C-CDA Scorecard — validates structure, templates, and vocabulary bindings
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 anattachment/ folder in the export ZIP.
Folder layout — population export:
- 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.xmlfile.
Considerations & error conditions
FAQ
Who can run an EHI export?
Who can run an EHI export?
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.
What's the difference between the claims.csv, the C-CDA .xml, and the attachments?
What's the difference between the claims.csv, the C-CDA .xml, and the attachments?
claims.csvholds billing and encounter-level data — claim status, providers, facilities, dates of service, payers, charges, payments, adjustments, and balances.- C-CDA
.xmlholds 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.
Are patient attachments (uploaded documents) included in the export?
Are patient attachments (uploaded documents) included in the export?
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 insideEHI_Export_YYYYMMDD.zipwith one subfolder per patient, namedFirst Last.
attachment/ folder is empty (single-patient). See Patient attachments.How do I export all of my patients at once?
How do I export all of my patients at once?
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.How do I validate the C-CDA file?
How do I validate the C-CDA file?
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.
Are the export files USCDI-compliant?
Are the export files USCDI-compliant?
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.