| Literature DB >> 35602165 |
Eric Appiah Mantey1, Conghua Zhou1, S R Srividhya2, Sanjiv Kumar Jain3, B Sundaravadivazhagan4.
Abstract
Blockchain is a recent revolutionary technology primarily associated with cryptocurrencies. It has many unique features including its acting as a decentralized, immutable, shared, and distributed ledger. Blockchain can store all types of data with better security. It avoids third-party intervention to ensure better security of the data. Deep learning is another booming field that is mostly used in computer applications. This work proposes an integrated environment of a blockchain-deep learning environment for analyzing the Electronic Health Records (EHR). The EHR is the medical documentation of a patient which can be shared among hospitals and other public health organizations. The proposed work enables a deep learning algorithm act as an agent to analyze the EHR data which is stored in the blockchain. This proposed integrated environment can alert the patients by means of a reminder for consultation, diet chart, etc. This work utilizes the deep learning approach to analyze the EHR, after which an alert will be sent to the patient's registered mobile number.Entities:
Keywords: blockchain; deep learning; electronic health records; hyperledger fabric; integrated environment
Mesh:
Year: 2022 PMID: 35602165 PMCID: PMC9122032 DOI: 10.3389/fpubh.2022.905265
Source DB: PubMed Journal: Front Public Health ISSN: 2296-2565
Figure 1Architecture of hyperledger fabric.
Figure 2Architecture of the LSTM RNN.
Figure 3Model of the system.
Reference summary.
|
|
|
|
|
|---|---|---|---|
| 1 | Electronic health records [21] | Interoperability, access control, data integrity | Shared decision making |
| 2 | Electronic health records [22] | Interoperability | Health data recording, storing, and sharing Access control |
| 3 | Electronic health records [23] | Interoperability | Sharing of healthcare information for clinical and research purposes Access control |
| 4 | Electronic health records [24] | Data integrity, access control | Sharing healthcare data between health institutions |
| 5 | Electronic health records [25] | Data integrity | Sharing healthcare data between health institutions |
| 6 | Electronic health records [26] | Access control, interoperability, data integrity | Sharing healthcare data for clinical and research purposes |
| 7 | Electronic health records [27] | Access control, interoperability | Sharing healthcare data for clinical and research purposes |
| 8 | Electronic health records [28] | Access control, interoperability and administrative | Sharing healthcare (health record) information for clinical, research[economic] purposes. |
| 9 | Electronic health records [29] | Access control, data integrity, interoperability | Patients collection, archiving and sharing of healthcare data for clinical purposes |
| 10 | Electronic health records [30] | Patient data management and storage | Environment Access control, data integrity, data provenance |
List of abbreviations.
| HR | Health Record |
| P1 | Patient |
| D1 | Doctor |
| U1 | User |
| PPK | Patients Private key |
| PUK | Patients Public Key |
| Sk | Session Key |
| DPK | Doctors Private key |
| PV | Patient View of data |
Features used in the model.
|
|
|
|
|---|---|---|
| 1 | Patient_ID | Numeric |
| 2 | Patient_age | Numeric |
| 3 | Patient_Gender | Categorical |
| 4 | Patient_Weight | Numeric |
| 5 | Patient disease | Categorical |
| 6 | Medication chart | Text |
| 7 | Next Appointment date | Date |
| 8 | Next diagnosis date | Date |
| 9 | Diet specification | Text |
Report of precision, recall, and F1 scores.
|
|
| ||
|---|---|---|---|
| Precision | Allowed | 0.9876 | 0.9654 |
| Recall | Allowed | 0.9946 | 0.9986 |
| F1 Scores | Allowed | 0.9921 | 0.9723 |
Figure 4Accuracy performance of training and the testing score of LSTM.
Figure 5Loss performance of training and the testing score of LSTM.
Figure 6Accuracy performance of training and testing score of GRU.
Figure 7Loss performance of training and testing score of GRU.
Figure 8Classification report of LSTM and GRU.
Creating and updating health records in Hyperledger blockchain.
Creating an alert for health records in Hyperledger blockchain Alert ().