Tuesday, December 27, 2016

Distributed Ledgers, the next step in Patient Generated Health Data (PGHD) - Part II

An associate of mine provided good feedback on my previous post on Pulse,  he disagreed with me in earnest and stated that  Blockchain/ Distributed Ledger  (DL) wasn't a good platform for storing PGHD (Patient Generated Health Data).   I appreciated his comments, I decided to provide a bit more context and information.

For those of you that are not familiar with Distributive Ledgers, they are the technology that support Blockchain, which is the foundation of Bitcoin.  Basically, Distributive ledgers are an add-hoc standard database with security, transparency and access control more or less built in.  They're called Distributive ledger because the operate like a book ledger, which once you write into them, you can't alter the line entry and distributive because there are many, mirroring each other.

Healthcare data collected by a clinician or a device during an encounter is episodic, ledger style based.  Once it is signed off by the clinician or entered via a machine into the record, it must not be altered.  DL support this style of workflow by nature and provides a consensus strategy, which support non-reputation.   PGHD,  needs a non-reputable structure and assurance, in order to be trusted by clinicians.

My previous article's focus wasn't meant to be on EHRs, but PGHD or data that is collected without a clinician's assistance, i.e., the patient or the collecting device is outside of the doctors office.  In the near future, the number of devices collecting patient and environmental data about a patient will be astounding.  My hypothesis is based on the use of DLs to identify, maintain, securing and associate these devices with the correct patient.

The FDA mandates that medical devices utilize a Unique Device Identifier (UID).  I propose using the  UID as part of the digitally identify of the device in the ledger/chain.    The device's IDs could be assigned to a patient when the device is purchase or is provided by a clinician.  This would provide a solution for verifying PGHD and the patient.  IEEE 11073 also provide a facility for data provenance during transmission, which could also use the digital ID for identification

Patient/Human Identity is another "third-rail" in the USA, however it is supported by others countries and could be associated with a device's UID, which would make verification more reliable.   There are already companies developing DL/Blockchain human identity products.

The UID stored in a DL could be used to manage the devices.  Consider procurement of a device for a patient as an example.  The doctor diagnoses a patient with AFIB, an implantable cardioverter defibrillator (ICD) device is going to be inserted into the patient chest.   Before ordering the device the manufacture adds a UID.  What if the manufacture placed the ICD on a DL and recorded the UID on a new ledger.  When the hospital receives the device, the DL is updated with the new owner, the hospital.  The ICD would be assigned to the patient before surgery and the DL would be updated again with the new owner, the patient.

ICD have batteries, periodically they need to be replaced, this maintenance could be handled by a optional Smart Contract, i.e., a pre-programed solution to fulfill an agreement (replace battery). where that device notifies the patient and doctor that an event has occurred and an appointment could be scheduled for the replacement.

PGHD collected by a devices with a registered UID, which has been assigned to a patient, can now be access by the doctors EHR, via a link to the DL.   Using the UID as a Primary Key we could store the data in a secure distributed database such as Apache Cassandra. Storing the link to the PGHD data inside the DL for that device.  DL's access keys could be managed by the patient or the patient proxy, e.g., their doctor or healthcare organization.    When a patient wanted to see another doctor or change organization, they could provide a set of keys to the new doctor or organization, as well, revoke keys if they wish.

This solution doesn't contain all of the answers to this difficult problem, however our current solutions to handling interop has stumbled and the near term onslaught of devices leave us little alternative other than to look outside of the current infrastructure for answers.

No comments:

Post a Comment