メインコンテンツまでスキップ

Medical Data Standards

EDH supports storage and display of medical data across multiple standards, enabling efficient interoperability with various healthcare systems. All data is end-to-end encrypted and stored on EVFS, giving patients full control over access to their own data.

FHIR (Fast Healthcare Interoperability Resources)

EDH supports the FHIR R4 standard for structured health data. FHIR data is stored in JSON format on EVFS.

Supported FHIR Resource Types

ResourceDescriptionExample Usage
PatientPatient informationPersonal details, address, emergency contacts
ObservationMeasurements and findingsBlood pressure, blood glucose, weight
DiagnosticReportDiagnostic reportsBlood test results, urinalysis results
MedicationRequestPrescriptionsMedications prescribed by a physician
AllergyIntoleranceAllergy and intolerance historyPenicillin allergy, seafood allergy
ConditionDiagnosesDiabetes, hypertension
EncounterClinical encountersRecords of each physician visit
ImmunizationVaccination historyCOVID-19 vaccine, influenza vaccine
ProcedureProceduresSurgeries, medical procedures
DocumentReferenceDocument referencesLinks to PDF files, DICOM images

FHIR File Viewer

Ever has developed components for rendering data in FHIR format, enabling medical records to be displayed across Ever's systems such as Health Wallet, OMA, HIS, and HIE. These components support human-readable rendering of FHIR Resources along with a timeline of medical events.

DICOM (Digital Imaging and Communications in Medicine)

EDH supports storage and display of medical images following the DICOM standard, the international standard for medical imaging.

Capabilities

  • Image storage: CT Scan, MRI, X-ray, and Ultrasound images stored on EVFS with encryption
  • DICOM Viewer: Displays medical images with measurement tools and brightness/contrast adjustment
  • Metadata: Stores DICOM header information such as patient info, study info, and series info
  • Privacy: Patient-identifying information in DICOM headers is encrypted alongside the file, preventing personal data leakage

VCF (Variant Call Format)

EDH supports VCF files for genomic data, which is a key component of the BIA (Biological Identity Attestation) system.

VCF Usage in EDH

  • Genomic data storage: VCF files are encrypted and stored on EVFS just like any other file
  • SNP Identity Panel: The BIA system extracts SNP markers from VCF files to create a genomic identity profile
  • HLA Genes: Extracts HLA gene data for medical matching purposes
  • Poseidon Commitment: SNP and HLA data are hashed using the Poseidon hash function to generate a commitment for registration on the BioAnchorRegistry
注記

Raw VCF data is never uploaded to the blockchain. Only the Poseidon commitment is recorded on-chain, and it cannot be reversed to recover the original genomic data.

Documents and General Files

EDH supports document and image files for storing unstructured medical data.

File TypeExtensionExample Usage
PDF.pdfLaboratory results, prescriptions, physician reports
JPEG.jpg, .jpegWound photographs, skin photographs
PNG.pngDevice-captured images, test result charts
TIFF.tiffHigh-resolution medical images
Plain Text.txtPhysician notes, clinical remarks

Healthcare System Integration

EDH can connect to existing healthcare systems through multiple channels.

Healthcare System Integration
Hospital HIS
EMR / PHR
EDH Adaptor
PHR Bridge
EDH Account Service
+ Bio-OIDC
Smart Contracts + EVFS
Integration Methods
HIE
EDH API + FHIR
HIS
PHR Adaptor + Pub/Sub
OMA
Direct EDH SDK
Health Wallet
ever-edh-core SDK
Supported Data Standards
FHIR R4DICOMVCFPDFJPEGHL7
All files encrypted with NaCl SecretBox before storage on EVFS. Compliant with HIPAA, GDPR, and Thai PDPA.
Hospital data flows through EDH Adaptor into encrypted, patient-controlled storage

EDH Adaptor (PHR Integration)

The EDH Adaptor is a service that connects a hospital's Personal Health Record (PHR) system with EDH.

Hospital HIS → PHR Adaptor → EDH Account Service → Smart Contract + EVFS

Google Cloud Pub/Sub
(async processing)
  • Receives health data from the hospital's HIS
  • Automatically creates EDH accounts for new patients
  • Uses Google Cloud Pub/Sub as a message queue for asynchronous processing
  • Stores PHR data with CID references on EVFS

Integration Methods

SystemDescriptionIntegration Method
HIE (Health Information Exchange)Health data exchange platformEDH API Service + FHIR
HIS (Hospital Information System)Hospital information systemPHR Adaptor + Pub/Sub
OMAEver's medical administration systemDirect EDH SDK
Health WalletEver's health walletever-edh-core SDK

Regulatory Compliance

EDH's architecture is designed to comply with health data security requirements across multiple regulatory frameworks.

HIPAA (United States)

RequirementEDH Support
Encryption at restFiles are encrypted with NaCl secretbox before storage
Encryption in transitE2E encryption — data is encrypted before transmission
Access controlsSmart contracts govern access permissions
Audit trailsBlockchain records immutable transactions

GDPR (European Union)

RequirementEDH Support
Right to erasureKey revocation = logical deletion (encrypted data is unreadable without the key)
Data portabilityFHIR data can be exported in a standardized format
Consent managementPatients control data sharing through cryptographic access control
Data minimizationPoseidon commitment does not expose raw genomic data

PDPA (Thailand)

RequirementEDH Support
Data localizationEDH nodes can be deployed within Thailand
ConsentPatients control all data sharing
Data subject rightsSovereign wallet gives patients true ownership of their data
Data breach preventionE2E encryption ensures the server cannot read data

See Also