| Literature DB >> 35315778 |
Sejong Lee1,2, Jaehyeon Kim2,3, Yongseok Kwon1,2, Teasung Kim1, Sunghyun Cho1.
Abstract
BACKGROUND: With the increasing sophistication of the medical industry, various advanced medical services such as medical artificial intelligence, telemedicine, and personalized health care services have emerged. The demand for medical data is also rapidly increasing today because advanced medical services use medical data such as user data and electronic medical records (EMRs) to provide services. As a result, health care institutions and medical practitioners are researching various mechanisms and tools to feed medical data into their systems seamlessly. However, medical data contain sensitive personal information of patients. Therefore, ensuring security while meeting the demand for medical data is a very important problem in the information age for which a solution is required.Entities:
Keywords: InterPlanetary File System; consortium blockchain; data security; electronic medical records; medical data management; patient-centered medical system; privacy preservation; proxy re-encryption; smart contract
Mesh:
Year: 2022 PMID: 35315778 PMCID: PMC8984831 DOI: 10.2196/29108
Source DB: PubMed Journal: J Med Internet Res ISSN: 1438-8871 Impact factor: 7.076
Figure 1Decision-making flowchart to determine whether blockchain is an appropriate technical solution to a problem, adapted from the study by Wüst and Gervais [38]. CA: certificate authority.
Comparison of the decentralized (blockchain) and centralized (client–server) electronic medical record–sharing system.
| Characteristics | Decentralized system | Centralized system |
| System-fault tolerance | Strong | Weak |
| Throughput | Low | High |
| Latency | High | Low |
| Data integrity | High | Medium |
| Trusted third party | No | Yes |
| Storage | Distributed ledger | Centralized database |
| Privacy preservation | Strong | Weak |
Blockchain-based electronic medical record (EMR)-sharing systems.
| Year | Authors | Description | Limitation | Entities |
| 2016 | Azaria et al [ |
The authors proposed a new distributed record management system that handles EMRs Researchers and public health authorities participate in the blockchain network as miners Miners given access to anonymized aggregate data as mining rewards through proof of work | Scalability and security | Patient and provider |
| 2018 | Griggs et al [ |
All events between patients and physicians are stored and managed using a customized smart contract in the blockchain All sensor data captured by IoTa devices are stored and managed in the blockchain Smart devices can provide automated alerts using smart contracts to users and health care providers | Scalability and security | Patient and hospital |
| 2018 | Uddin et al [ |
Design a lightweight blockchain model and an encryption algorithm for the IoT-based remote patient-monitoring system | Centralization, verification cost, and scalability | Patient, IoT device, cloud service provider, and hospital |
| 2018 | Maslove et al [ |
The authors presented a proof-of-concept blockchain-based clinical trial data management solution, enabling patients and researchers to participate in clinical research | Scalability and security | Patient and researcher |
| 2019 | Guo et al [ |
The study presents an attribute-based encryption system for authorization and dynamic authentication of medical on-demand services in remote medical systems Data index management using blockchain for data security of public cloud-based telemedicine services | Centralization and security | Patients, hospital, cloud service provider, and authorities |
| 2019 | Hylock and Zeng [ |
The authors proposed a proxy re-encryption–based redactable blockchain system for a privacy-preserving and efficient medical data exchange system | Scalability | Patient, hospital, and researcher |
| 2019 | Wu and Du [ |
Data-masking techniques were presented to prevent personal information leakage in blockchain-based medical systems IPFSb, a distributed file-sharing protocol, was used to share large-capacity data such as medical images | Security | Patient and physician |
| 2020 | Abdellatif et al [ |
The authors proposed a system model and priority-based data-sharing algorithm using blockchain and edge computing for remote health care systems | Scalability, security, and centralization | Patient and hospital |
aIoT: Internet of Things.
bIPFS: InterPlanetary File System.
Figure 2The proposed blockchain-based patient information exchange system model. EMR: electronic medical record. IPFS: InterPlanetary File System.
Attack scenarios and threats considered by the proposed system.
| Types and attack scenario | Threats | |
|
| ||
|
| Eavesdropping | Private data leakage (eg, electronic medical record and personal information) |
|
| Denial of service | Service unavailable |
|
| ||
|
| Abnormal access | Private data leakage |
|
| Data forgery | Unexpected output |
Transaction structure for electronic medical record (EMR) sharing.
| Field | Definition |
| User ID | IDs of the patient and physician |
| Timestamp | Time the transaction was created |
| EMR information | Summary of information in the EMR |
| Metadata | Hash value of encrypted EMR |
| Contract code | Patient’s defined access permission policy |
| Signature | Signing with the user’s private key |
Security levels required depending on the type of information contained in the electronic medical record.
| Division and class | Security level | |
|
| ||
|
| Medical information | Private |
|
| Admission record | Private |
|
| Prescription | Private |
|
| Medical imaging (x-ray, magnetic resonance imaging, and computed tomography) | Private |
|
| ||
|
| Medical device | Low |
|
| Medicine | Low |
|
| Clinical observation | Low |
|
| Omics (genomics) | Low |
|
| ||
|
| Sensor data (weight, heart rate, and sleep pattern) | Moderate |
Notations used for electronic medical record (EMR) encryption and re-encryption in the proposed system.
| Notation | Description |
| ID | User ID (patient or physician) |
| SK | Private key of the user |
| PK | Public key of the user |
| DEK | Dedicated encryption key to encrypt EMR |
| RK | Re-encryption key |
| Ci | Encrypted EMR |
| Pi | Patienti |
| Di | Doctori |
| AP | Access policy |
| hashi | Hash value of the encrypted EMR |
Figure 3Initial phase: the user registration process to participate in the blockchain network.
Figure 4Phase 1: electronic medical record (EMR) upload flowchart of the proposed blockchain-based patient information exchange system. AP: access policy; DEK: dedicated encryption key; IPFS: InterPlanetary File System.
Figure 5Phase 2: electronic medical record (EMR)–sharing process flowchart of the patient information exchange system. (A) EMR-sharing process in the general case where the patient controls the re-encryption key, (B) EMR-sharing process in emergencies where the patient has no control over the re-encryption key IPFS: InterPlanetary File System; PK: public key.
Simulation parameters.
| Parameters | Values |
| Data size | 0.4 kB, 1 MB, 10 MB, 100 MB, and 1 GB |
| Data type | CSV (text) and DICOMa (images and videos) |
| Number of orderer nodes | 4 |
| Number of organizations | 3 |
| Number of peer nodes | 6 |
| Number of channels | 1 |
| Data rate | 100 Mbps |
| Block size | 1 MB |
| Block timeout | 2 seconds |
| Database | Apache CouchDB |
aDICOM: Digital Imaging and Communications in Medicine.