/** * EHR Integration Module Exports */ export { FHIRClient, EpicFHIRClient, CernerFHIRClient, createFHIRClient, type FHIRConfig, type FHIRPatient, type FHIRIdentifier, type FHIRHumanName, type FHIRAddress, type FHIRContactPoint, type FHIRCodeableConcept, type FHIRCoding, type FHIRExtension, type FHIRCondition, type FHIRObservation, type FHIRQuantity, type FHIRReference, type FHIRMedicationRequest, type FHIRDosage, type FHIRDiagnosticReport, type FHIRProcedure, type FHIRBundle, type FHIRResource, type CancerDiagnosis, type CancerBiomarkers, type TreatmentHistory, type AuditEvent } from './fhir.js';