Electronic Health Information Export – Optimantra Documentation
EHR & Practice Management Platform

Electronic Health Information (EHI) Export Documentation §170.315(b)(10)

Optimantra Inc  |  Version 2026.02.01  |  Last Updated: April 2026  |  ONC Certification Criteria: 45 CFR §170.315(b)(10)

Overview

Optimantra supports the export of a patient's full Electronic Health Information (EHI) as defined by the ONC Final Rule (85 FR 25642). This feature enables patients and authorized practitioners to obtain a complete, machine-readable export of all data stored in the Optimantra EHR for a single patient or for all patients (practice-wide).

This documentation is publicly available and requires no login or preconditions to access, in compliance with 45 CFR §170.315(b)(10) and the ONC Cures Act Final Rule.

Export Scope

  • Single Patient Export: Exports all EHI for one selected patient. Initiated by a provider, practice administrator, or the patient upon request.
  • Practice-Wide Export: Exports EHI for all patients in the practice in bulk. Practice-wide data accessible through Optimantra's built-in analytics module can be accessed directly by authorized users. For data not covered by analytics — including clinical documents and charts in PDF format — a support ticket must be submitted for a developer to run the export.
  • Time-Bounded Export: Optionally filtered by date range.

Who Can Initiate an Export

  • Practice Administrator or Provider with appropriate role permissions
  • The patient themselves (via the patient portal, upon request)

Export Format

Optimantra provides EHI exports primarily in C-CDA (Consolidated Clinical Document Architecture) format, which is the ONC-preferred structured format for electronic health information exchange. C-CDA exports conform to HL7 CDA Release 2 and include all applicable clinical data elements. Upon request, exports can also be provided in PDF or CSV format.

C-CDA Export (Default)

  • Format: HL7 C-CDA R2.1 (XML)
  • Includes: patient demographics, encounters, diagnoses, medications, allergies, vital signs, lab results, immunizations, procedures, and clinical documents
  • Encoding: UTF-8
  • Delivered as a structured XML document per patient

Alternate Formats (Available on Request)

  • PDF: Human-readable summary of the patient record, suitable for printing or sharing with non-EHR recipients
  • CSV: Tabular data export, one file per data category, in a ZIP archive — suitable for data migration or analysis

Delivery Methods

  • Google Drive (Large Exports): For exports exceeding standard file size limits, the package is shared via Optimantra's HIPAA-compliant Google Workspace. The recipient receives a secure Google Drive share link via email once the export is ready.
  • Zendesk (Standard Exports): For standard-size exports, the package is delivered securely through Optimantra's HIPAA-compliant Zendesk support platform. The recipient is notified via their support ticket with a secure download link.

Contact support@optimantra.com to specify your preferred format (C-CDA, PDF, or CSV) when submitting your request.

Data Dictionary (CSV Format Reference)

The following table defines all fields included in the EHI export when delivered in CSV format. C-CDA exports follow the HL7 CDA Release 2.1 standard and map to the same underlying data elements. Fields marked Required are always populated if data exists in the system.

Field Name Data Type Description Example Value Required
👤 PATIENT DEMOGRAPHICS — demographics.csv
patient_idStringUnique Optimantra patient identifierOM-10045Yes
first_nameStringPatient legal first nameJaneYes
last_nameStringPatient legal last nameSmithYes
date_of_birthDatePatient date of birth (ISO 8601)1985-03-14Yes
sexStringBiological sex (M / F / Unknown)FYes
gender_identityStringPatient-reported gender identity (USCDI v3)FemaleNo
sexual_orientationStringPatient-reported sexual orientation (USCDI v3)Straight or HeterosexualNo
raceStringRace (OMB categories)WhiteNo
ethnicityStringEthnicity (OMB categories)Not Hispanic or LatinoNo
preferred_languageStringPreferred language (ISO 639-1)enNo
address_line1StringPrimary street address123 Main StNo
cityStringCity of residenceNashvilleNo
stateStringState (2-letter USPS code)TNNo
zip_codeStringZIP / postal code37219No
phone_primaryStringPrimary phone number615-555-0100No
emailStringPatient email addressjane@example.comNo
📋 ENCOUNTERS — encounters.csv
encounter_idStringUnique encounter identifierENC-20240315-001Yes
patient_idStringReference to patient_idOM-10045Yes
encounter_dateDateDate of encounter2024-03-15Yes
encounter_typeStringType of visit (Office Visit, Telehealth, etc.)Office VisitYes
provider_nameStringTreating provider full nameDr. Sarah JohnsonYes
provider_npiStringProvider National Provider Identifier1234567890No
chief_complaintStringPatient-reported chief complaintLower back painNo
visit_notesStringClinical narrative / SOAP note(free text)No
🩹 DIAGNOSES / PROBLEM LIST — diagnoses.csv
diagnosis_idStringUnique diagnosis record identifierDX-10045-001Yes
patient_idStringReference to patient_idOM-10045Yes
encounter_idStringReference to encounter_id (if associated)ENC-20240315-001No
icd10_codeStringICD-10-CM diagnosis codeM54.5Yes
diagnosis_descriptionStringHuman-readable diagnosis descriptionLow back painYes
diagnosis_dateDateDate diagnosis was recorded2024-03-15Yes
statusStringActive / Resolved / ChronicActiveYes
💊 MEDICATIONS — medications.csv
medication_idStringUnique medication record identifierMED-10045-007Yes
patient_idStringReference to patient_idOM-10045Yes
medication_nameStringDrug name (brand or generic)IbuprofenYes
rxnorm_codeStringRxNorm concept identifier5640No
dosageStringDose strength and unit400 mgNo
routeStringRoute of administrationOralNo
frequencyStringDosing frequencyEvery 6 hours as neededNo
start_dateDateDate medication was started2024-03-15No
end_dateDateDate medication was stopped (if applicable)2024-03-29No
statusStringActive / Discontinued / On HoldActiveYes
prescribing_providerStringName of prescribing providerDr. Sarah JohnsonNo
⚠️ ALLERGIES — allergies.csv
allergy_idStringUnique allergy record identifierALG-10045-002Yes
patient_idStringReference to patient_idOM-10045Yes
allergenStringSubstance causing allergy/intolerancePenicillinYes
reactionStringReported reaction or symptomHives, rashNo
severityStringMild / Moderate / Severe / Life-threateningModerateNo
allergy_typeStringDrug / Food / Environmental / OtherDrugYes
onset_dateDateDate allergy was identified2010-06-01No
statusStringActive / Inactive / Entered in ErrorActiveYes
🪵 VITAL SIGNS — vitals.csv
vital_idStringUnique vital signs record identifierVIT-20240315-001Yes
patient_idStringReference to patient_idOM-10045Yes
encounter_idStringReference to encounter_idENC-20240315-001No
recorded_atDateDate/time vitals were recorded (ISO 8601)2024-03-15T09:30:00ZYes
height_cmDecimalPatient height in centimeters165.0No
weight_kgDecimalPatient weight in kilograms68.5No
bmiDecimalBody Mass Index (calculated)25.2No
bp_systolicIntegerSystolic blood pressure (mmHg)118No
bp_diastolicIntegerDiastolic blood pressure (mmHg)76No
heart_rateIntegerHeart rate (beats per minute)72No
temperature_cDecimalBody temperature in Celsius36.7No
oxygen_saturationDecimalSpO2 percentage98.5No
🧪 LABORATORY RESULTS — lab_results.csv
result_idStringUnique lab result identifierLAB-10045-033Yes
patient_idStringReference to patient_idOM-10045Yes
encounter_idStringReference to encounter_idENC-20240315-001No
loinc_codeStringLOINC code for the test2339-0No
test_nameStringHuman-readable test nameGlucose [Mass/volume] in BloodYes
result_valueStringNumeric or textual result value95Yes
result_unitStringUnit of measure (UCUM)mg/dLNo
reference_rangeStringNormal reference range70–99 mg/dLNo
interpretationStringNormal / Low / High / CriticalNormalNo
result_dateDateDate result was reported2024-03-16Yes
ordering_providerStringName of ordering providerDr. Sarah JohnsonNo
lab_nameStringPerforming laboratory (e.g., LabCorp, Quest)LabCorpNo
💉 IMMUNIZATIONS — immunizations.csv
immunization_idStringUnique immunization record identifierIMM-10045-005Yes
patient_idStringReference to patient_idOM-10045Yes
vaccine_nameStringVaccine nameInfluenza, seasonalYes
cvx_codeStringCVX vaccine code (HL7)141No
administration_dateDateDate vaccine was administered2023-10-05Yes
lot_numberStringVaccine lot numberABCD1234No
administered_byStringProvider who administered the vaccineDr. Sarah JohnsonNo
statusStringCompleted / Not Done / HistoricalCompletedYes
📋 PROCEDURES — procedures.csv
procedure_idStringUnique procedure record identifierPROC-10045-012Yes
patient_idStringReference to patient_idOM-10045Yes
encounter_idStringReference to encounter_idENC-20240315-001No
procedure_nameStringProcedure descriptionAcupuncture, 15 minYes
cpt_codeStringCPT / HCPCS code97810No
procedure_dateDateDate procedure was performed2024-03-15Yes
performing_providerStringProvider who performed the procedureDr. Sarah JohnsonNo
🏠 SOCIAL DETERMINANTS OF HEALTH (SDOH) — sdoh.csv
sdoh_idStringUnique SDOH record identifierSDOH-10045-001Yes
patient_idStringReference to patient_idOM-10045Yes
assessment_dateDateDate assessment was completed2024-03-15Yes
loinc_codeStringLOINC code for the SDOH assessment item71802-3No
domainStringSDOH category (Housing, Food, Transportation, etc.)HousingYes
questionStringAssessment question textWhat is your housing situation today?No
responseStringPatient responseI have housingYes
📄 CLINICAL DOCUMENTS — documents.csv
document_idStringUnique document identifierDOC-10045-008Yes
patient_idStringReference to patient_idOM-10045Yes
document_typeStringType (Lab Report, Referral, Intake Form, etc.)Lab ReportYes
document_titleStringHuman-readable document titleCBC with Differential – LabCorpYes
document_dateDateDate document was created or received2024-03-16Yes
file_nameStringFilename as included in the export ZIPDOC-10045-008.pdfYes
mime_typeStringMIME type of the attached fileapplication/pdfYes

How to Request an EHI Export

Single Patient Export — Providers / Practice Administrators

  • Submit an export request to support@optimantra.com with the patient name, date of birth, and preferred export format (C-CDA, PDF, or CSV).
  • The export will be delivered via Zendesk (standard size) or Google Drive (large exports) — both through Optimantra's HIPAA-compliant infrastructure. You will be notified via email with a secure link once the export is ready.
  • Requests will be fulfilled within 30 days in accordance with applicable requirements.

Practice-Wide Export — Providers / Practice Administrators

Practice-wide EHI export is available via two pathways depending on the data type requested.
  • Analytics-covered data (encounters, demographics, diagnoses, medications, vitals, labs, etc.): Authorized users can access and export practice-wide data directly through the Optimantra Analytics module without submitting a request.
  • Data not covered by analytics (clinical documents, charts, attachments in PDF format): Submit a support ticket to support@optimantra.com specifying the data type and date range needed. A developer will run the export and deliver it via Zendesk or Google Drive depending on file size.

For Patients

  • Contact your provider's practice administrator or submit a written request to support@optimantra.com.
  • Specify your preferred export format (C-CDA, PDF, or CSV) in your request.
  • You will receive a secure link via email once the export is ready, delivered through Optimantra's HIPAA-compliant Zendesk or Google Drive depending on file size.
  • Requests will be fulfilled within 30 days in accordance with HIPAA Right of Access requirements.

Contact & Support

For questions about EHI exports, data availability, or format specifications, contact:

This page is maintained by Optimantra Inc and updated with each certified release. Current version: 2026.02.01.