Skip to main content
Have a personal or library account? Click to login
Privacy-Aware and Scalable Blockchain Solutions in Healthcare: Emerging Directions Cover

Privacy-Aware and Scalable Blockchain Solutions in Healthcare: Emerging Directions

By:  and    
Open Access
|Jun 2026

Figures & Tables

Figure 1.

The major key challenges, blockchain-enabled opportunities, and emerging privacy-preserving and scalability-enhancing technologies in smart healthcare systems

Figure 2.

The PRISMA-inspired literature selection process was followed in this review

Figure 3.

Publication Trends in Healthcare Blockchain (2019–2025)

Figure 4.

Publication Trends in Healthcare Blockchain (2019–2025) Stacked Area view

Figure 5.

Publication Trends in Healthcare Blockchain (2019-2025) Log Scale

Figure 6.

Layered taxonomy of privacy-preserving blockchain architectures for healthcare

Figure 7.

Positioning of Approaches: Privacy vs Interoperability

Figure 8.

Research Gaps Map: Under explored intersections in blockchain enabled healthcare systems (2019–2025). Research landscape mapping blockchain in healthcare. The x axis represents interoperability and deployment readiness, while the y axis indicates privacy and security rigor

Research Questions and Findings Summary

Research QuestionKey Findings
[RQ1].Privacy Models: Multiple models exist, including access control with Attribute-Based Encryption (ABE), Homomorphic Encryption (HE), Secure Multi-Party Computation (SMPC), differential privacy, and hybrid approaches. Strong cryptography (HE, SMPC) ensures high privacy but incurs high computation and limited scalability. Lightweight models (DP, hybrid off-chain storage) are usable but weaker in confidentiality. Hybrid models optimized for healthcare remain underdeveloped.
[RQ2].Scalability Strategies: Layer 2 solutions (channels, sidechains) and sharding improve throughput.Consensus optimizations (PBFT, PoA, PoET) reduce latency but trade decentralization. Hybrid consensus approaches (e.g., PBFT↔PoET switching) show promise but lack validation at production scale. Overall, real-world deployment at national or hospital network scales remains limited.
[RQ3].Emerging Technologies & Advanced Cryptography: Federated learning aided by blockchain allows collaborative AI without the exchange of raw data but suffers such problems as non-IID data and model poisoning. Cross-chain interoperability models are primarily prototypes which have latency and security issues. The probability of zero-knowledge proofs (ZKPs) and ring signatures offers selective disclosure of transactions and unlinkable transactions, but has seen very little real-world use. The combination of these methods with FL and adaptive consensus is mostly done on a case-by-case basis.
[RQ4].Research Gaps & Future Directions: Key gaps include: (i) limited deployment of advanced cryptography in real hospital networks; (ii) unresolved privacy-scalability trade-offs; (iii) weak interoperability with standards such as HL7 FHIR and DICOM; and (iv) lack of regulation-aware and sustainability-focused design. Future directions include lightweight ZKPs, poisoning-resistant federated learning, adaptive consensus mechanisms, post-quantum cryptography, and compliant, energy-efficient blockchain infrastructures.

Comparative Analysis of Blockchain Techniques in Healthcare (2019–2025)

TechniquePrivacy StrengthScalabilityComputation CostAdoption ReadinessRepresentative Studies
Access Control + ABEModerate-High (fine grained control)Moderate (policies scale poorly across chains)Low-ModerateHigh (easy integration with EHRs)[1921]
Homomorphic EncryptionVery High (data never decrypted)Low (latency sensitive)Very High (orders of magnitude higher than plaintext ops)Low (few pilots)[2224]
SMPCHigh (multi hospital privacy preserved)Low-Moderate (communication bottlenecks)HighMedium (tested in multi hospital studies)[2527]
Differential Privacy + BlockchainModerate-High (depends on noise budget)High (lightweight)LowMedium-High (suitable for IoMT streams)[2830]
Hybrid On-chain/Off-chain StorageModerate (privacy tied to off chain trust)High (IPFS/cloud scalability)LowHigh (already tested in Hyperledger pilots)[3132]
ZKPs (Consent/Access Proofs)Very High (no disclosure of identity/data)ModerateModerate-High (proof generation overhead)Medium (prototype level)[3336]
Ring SignaturesHighModerate (signature size grows)ModerateLow-Medium (few healthcare pilots yet)[3738]

Comparative Analysis of Federated Learning and Cross-Chain Interoperability in Healthcare

ApproachCore ConceptHealthcare ApplicationsPrivacy PreservationInteroperability SupportKey LimitationsReferences
Federated Learning (FL)Distributed model training without data sharingDisease prediction, medical imagingHighLowTrust and auditability gaps[5052]
FL + BlockchainBlockchain based coordination and audit of FLMedical imaging, healthcare IoTHighLow-ModerateLedger overhead, latency[5355]
Blockchain-Assisted FLSecure logging of training rounds and updatesDevice monitoring, analyticsVery HighLowScalability constraints[5658]
Cross-Chain Healthcare SystemsInteroperable EHR exchange across blockchainsCross-hospital EHR sharingModerateHighBridge security risks[59, 60]
Integrated FL + InteroperabilityLocal FL with cross-chain coordinationMultiinstitution analyticsHighModerate-HighCross-chain latency, limited evaluation[6163]

Comparative Overview of Blockchain Frameworks in Healthcare (2019–2025)

Framework / Use CasePlatform / ArchitectureFocus AreaStrengthsLimitationsAdoption ReadinessReference
Hyperledger Fabric EHR SystemsPermissioned blockchain (Fabric/Sawtooth) with off-chain storageSecure EHR exchange across hospitalsFine-grained access, audit trails, HL7/FHIR complianceScalability limits, complex deploymentHigh (pilot deployments exist)[6465]
Ethereum Telemedicine PlatformsPublic/consortium Ethereum smart contractsTeleconsultations, e-prescriptions, billingTransparency, patient-doctor trust, micropaymentsHigh gas cost, privacy issuesMedium (prototypes tested)[66, 67]
ZKP-Enhanced Healthcare ChainsPermissioned or hybrid blockchain with ZKPsConsent verification, anonymized accessStrong privacy, regulatory complianceProof size overhead, limited pilotsLow (research stage)[6870]
FL + Blockchain PrototypesHybrid blockchain + federated learningCollaborative AI without raw data sharingPrivacy-preserving AI, on-chain model loggingNon-IID data, poisoning attacks, latency issuesMedium (academic demos)[7173]
IoMT Data Integrity ChainsLightweight blockchain integrated with IoT gatewaysReal-time sensor/device dataReal-time auditing, integrity assuranceEdge resource constraints, latency for critical careMedium[7477]
Cross-Chain InteroperabilityCosmos/Polkadot-inspired relay frameworksEHR sharing across heterogeneous blockchainsInteroperability, patient record continuitySecurity of bridges, high complexityLow-Medium (early-stage research)[7880]

Limitations in Blockchain based Healthcare Literature (2019–2025)

Technique / FrameworkObserved LimitationsAnalytical Implications for Healthcare Deployment
Scalability (PBFT, PoA, PoET, Hybrid Consensus)Evaluations restricted to small networks (<50 nodes); PBFT incurs quadratic communication overhead; PoA/PoET reduce decentralizationLimited evidence of reliability and latency performance in large hospital networks; unsuitable for nationwide or IoMT-intensive healthcare scenarios without adaptive or hierarchical consensus designs
Privacy Models (HE, SMPC, DP, ABE)HE and SMPC impose high computation and communication costs; DP reduces data utility; ABE complicates emergency accessStrong privacy guarantees come at the expense of real-time responsiveness; current designs struggle to balance confidentiality with clinical usability in latency sensitive environments
Federated Learning + BlockchainValidation mostly on synthetic or small-scale datasets; non-IID data and model poisoning insufficiently addressedTrust and auditability improve, but lack of real EHR validation limits clinical credibility; robustness against adversarial participants remains an open issue
Cross-Chain InteroperabilityPredominantly conceptual frameworks; absence of healthcare-specific interoperability standards; high coordination latencyEnables institutional autonomy but lacks semantic consistency and performance guarantees required for cross-hospital clinical workflows
ZKPs and Ring SignaturesHigh proof generation and verification cost; ring signatures scale poorly with participant sizeSuitable for selective verification and auditing, but impractical for continuous clinical transactions or large healthcare consortia without lightweight adaptations
Existing Platforms (Hyperledger, Ethereum, Bespoke Frameworks)Partial centralization in permissioned systems; high transaction cost in public blockchains; bespoke designs lack standardizationPlatform-level constraints limit portability and long term sustainability; healthcare-specific customization remains fragmented
Regulatory and Ethical ComplianceLimited embedding of GDPR, HIPAA, or DISHA requirements; emergency “break-glass” access poorly formalizedLegal ambiguity and unclear accountability reduce institutional trust and hinder clinical adoption despite technical feasibility

Privacy Models in Blockchain-Based Healthcare Systems (2019–2025)

TechniquePrinciplesStrengthsLimitationsRepresentative Studies
Access Control (Smart Contracts, ABE)Access policies enforced via smart contracts;ABE links access to roles/attributesFine-grained sharing; strong patient autonomyEmergency access complexity; crosschain interoperability issues[1921]
Homomorphic Encryption (HE)Computation performed directly on encrypted EHR dataEnables secure analytics and ML without decryptionHigh computational overhead; unsuitable for real-time monitoring[2224]
Secure Multi-Party Computation (SMPC)Collaborative computation without sharing raw datasetsPreserves privacy in multi-institution studiesCommunication latency; scalability limitations[2527]
Hybrid (Differential Privacy + Blockchain)Noise added to data prior to storage or analysisLightweight; protects IoMT data streamsReduced data utility; tuning complexity[2830]
Hybrid (Encryption + Off-chain Storage)Blockchain stores hashes/metadata; data stored off-chainScalable; efficient storage; auditableExternal trust dependency; linkability risks[31, 32]

Comparison of ZKPs and Ring Signatures in Healthcare Blockchains(2019–2025)

TechniquePrinciplesStrengthsLimitationsRepresentative Studies
Zero-Knowledge Proofs (ZKPs)Prover convinces verifier of a statement (e.g., consent, correct computation) without revealing underlying data.Strong selective disclosure (prove consent/qualification without revealing identity or content); enables verifiable off chain computation (e.g., FL update checks); ZK rollups can improve throughput while preserving privacy.Proof generation can be computationally expensive (hard for IoMT); verifier/transition costs add latency; engineering complexity (tooling, trusted setup for some ZK systems); sparse real EHR integrations.[3336]
Ring Signatures (including linkable variants)A signer produces a signature that proves membership in a set but conceals which member signed; linkable versions allow detection of double use without deanonymizing.Provides unlinkable transaction anonymity (prescriptions, claims); simpler and more compact verification than many HE/SMPC schemes; linkable variants add fraud detection while preserving anonymity.Larger signature sizes than classical ECDSA; key management in dynamic consortia is non trivial; linkability vs. accountability trade offs need governance rules; not broadly standardised on permissioned platforms.[3738]

Comparison of ZKPs and Ring Signatures in Healthcare Blockchains (2019–2025)

TechniquePrinciplesStrengthsLimitationsRepresentative Studies
Layer 2 Solutions (Channels, Sidechains)Move frequent interactions off chain, anchor summaries on chain.High throughput; reduced latency; cost efficient for IoMT.Auditability concerns; relies on trusted off chain operators; regulatory compliance gap.[3941]
ShardingPartition blockchain into shards (e.g., hospital/regional clusters) for parallel processing.Linear scalability; natural fit for healthcare networks.Cross shard query consistency difficult; vulnerable if a shard is compromised; synchronization overhead.[4244]
Consensus Optimisation (PBFT, PoA, PoET)Modify or replace consensus to reduce communication or energy cost.Lower latency; energy efficient; tailored for permissioned healthcare settings.PBFT fails at large scale; PoA/PoET reduce decentralization; limited real-world validation.[4547]
Hybrid ModelsDynamically switch between consensus algorithms (e.g., PBFT ↔ PoA/PoET).Adaptive to workload; balances security and throughput; suitable for national EHR.Implementation complexity; security risks during switching; not tested at production scale.[48, 49]
DOI: https://doi.org/10.2478/ias-2026-0003 | Journal eISSN: 1554-1029 | Journal ISSN: 1554-1010
Language: English
Page range: 30 - 51
Published on: Jun 15, 2026
In partnership with: Paradigm Publishing Services
Publication frequency: 6 issues per year

© 2026 Garima Singh, Mohd. Haroon, published by Cerebration Science Publishing Co., Limited
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License.