Skip to main content

Geospatial blockchain: promises, challenges, and scenarios in health and healthcare

Abstract

A PubMed query run in June 2018 using the keyword ‘blockchain’ retrieved 40 indexed papers, a reflection of the growing interest in blockchain among the medical and healthcare research and practice communities. Blockchain’s foundations of decentralisation, cryptographic security and immutability make it a strong contender in reshaping the healthcare landscape worldwide. Blockchain solutions are currently being explored for: (1) securing patient and provider identities; (2) managing pharmaceutical and medical device supply chains; (3) clinical research and data monetisation; (4) medical fraud detection; (5) public health surveillance; (6) enabling truly public and open geo-tagged data; (7) powering many Internet of Things-connected autonomous devices, wearables, drones and vehicles, via the distributed peer-to-peer apps they run, to deliver the full vision of smart healthy cities and regions; and (8) blockchain-enabled augmented reality in crisis mapping and recovery scenarios, including mechanisms for validating, crediting and rewarding crowdsourced geo-tagged data, among other emerging use cases. Geospatially-enabled blockchain solutions exist today that use a crypto-spatial coordinate system to add an immutable spatial context that regular blockchains lack. These geospatial blockchains do not just record an entry’s specific time, but also require and validate its associated proof of location, allowing accurate spatiotemporal mapping of physical world events. Blockchain and distributed ledger technology face similar challenges as any other technology threatening to disintermediate legacy processes and commercial interests, namely the challenges of blockchain interoperability, security and privacy, as well as the need to find suitable and sustainable business models of implementation. Nevertheless, we expect blockchain technologies to get increasingly powerful and robust, as they become coupled with artificial intelligence (AI) in various real-word healthcare solutions involving AI-mediated data exchange on blockchains.

Background

In order to understand the utility and disruptive potential that blockchain technology offers, one must first review the fundamentals of the technology itself. Blockchain is a decentralised, immutable, and cryptographically secure distributed ledger technology (DLT), broadly used to eliminate the need for trust in data transfer, and well known for powering the Bitcoin cryptocurrency [1]. Our goal with this article is to review recent, state-of-the-art blockchain uses in healthcare, particularly uses involving a geospatial component. To achieve this goal, we first need to examine the properties of blockchains more closely to learn why they are vital and what the technology aims to accomplish.

The distribution element of blockchain as a distributed ledger refers to the design of the system on which the blockchain is running (i.e., how many computers are contained in the system) and the number of individuals or organisations that control or own said computers. DLTs are built on consensus utilising algorithms to find agreement among participants [e.g., Proof of Work (PoW), Proof of Stake (PoS)], data replication, and peer-to-peer (P2P) networking. Decentralisation is a subset of distribution concerning ownership and control of the data on the system and decisions about the system itself [2]. As Vitalik Buterin, co-founder of Ethereum, writes: “Blockchains are politically decentralized (no one controls them) and architecturally decentralized (no infrastructural central point of failure) but they are logically centralized (there is one commonly agreed state and the system behaves like a single computer” [2]. Decentralisation allows for resistance to system failure, attacks and manipulation, and participant collusion. Put simply, increasing the number of participants (i.e., computers, nodes) and the number of unique owners across the system decreases the chance of an overall system failure or takeover. If one computer is storing all data and that computer fails or is hacked, the system cannot recover. Decentralisation largely prevents this from occurring.

Cryptography is another major underpinning of blockchain technology responsible for several major functions, including proof of data/asset ownership and data validation. Two forms of cryptography commonly employed with blockchains are one-way hashing functions, such as SHA-256 (Secure Hashing Algorithm), and asymmetric encryption (i.e., two-way function) utilising public and private keys [1, 3]. Each of these tools has a role in securing and proving ownership and preventing non-consensus driven modifications to the ledger. Let us look at an example of each to understand how they work and what exactly they are doing when used for blockchain transactions. It is important to recognise that while initial blockchain transactions were financial in nature and applied exclusively to cryptocurrencies, blockchain transactions can refer to transfer of any digital asset—including data.

In the case of a one-way hashing function (e.g., SHA-256), the hash of data put into the function cannot be used algorithmically to find what the original data were [4]. One example of its utility is if we downloaded a program from the Internet, but not directly from the developer’s website, and we wanted to verify that the program has not been tampered with in any way—malicious or otherwise. In many cases, the software developers will provide hash sums to double-check for this specific purpose. Suppose the hash sum provided is ‘ce28b8951318f4f3a54c7009dc783c13be8db90e074c0bb024635daa91b0bbe7’; if the calculated hash of the downloaded program does not match this, it has been tampered with in some way. Small changes can lead to huge differences in the hash sum, which are easy to identify.

Asymmetric encryption, known as public key encryption, is a two-way cryptographic function. It will begin with data and encrypt or scramble them using a key pair, rendering them (the data) useless if they ended up in the possession of anyone not in possession of the requisite key. These encrypted data, however, can be decrypted by the receiving party if they possess the correct key. Public key encryption can be used in two basic ways: to encrypt data that only the private key holder can decrypt and use, and to prove that data came from a trusted source by “signing” with a private key. Imagine a document containing sensitive information while examining two use cases for asymmetric encryption [5]. Figure 1 depicts the encryption of a document from an outside party utilising the first party’s public key, whereas Fig. 2 illustrates encryption of a document from the first party using their private key to be read by an outside party in possession of the appropriate public key.

Fig. 1
figure 1

Using shared public key to encrypt document from outside party

Fig. 2
figure 2

Using private key to encrypt document to be read by outside party with appropriate public key

Hashing and asymmetric encryption are excellent tools used in many different applications, and now that we know how they work, we will explore how they are implemented in blockchain technology. Recall two major roles that cryptographic functions hold: proof of data/asset ownership and data validation. The two cryptographic functions that we have discussed can be combined in this case. Imagine Bill has a word document containing sensitive information that he eventually wants to send to Susan; one technique to prove ownership is by first making a one-way hash of the document and then encrypting that hash. Encryption of the actual document can also be completed if warranted. The hash can only be decrypted through possession of the correct key, and then the unencrypted hash can be compared to a generated hash of the received document [5] (see Figs. 34).

Fig. 3
figure 3

Using asymmetric encryption in addition to hashing to digitally sign a document

Fig. 4
figure 4

Verification of signing party upon receipt of encrypted document with hash value

The final property of blockchain technology is immutability. Immutability implies some data, in this case a record of some type of transaction, cannot be tampered with or changed, only appended. Immutability is conferred from both the distributed nature and the cryptographic tools used for the blockchain. Notably, blockchains do not always have perfect immutability. Rather, through correct implementation and decentralisation, ensuring no party owns or controls the majority of the nodes in the blockchain network, is immutability able to be relied upon. Immutability is the by-product of cryptographic security and decentralisation. When considering immutability, one must be sure to recognise how it is generated from cryptography and decentralisation.

To understand how immutability confers security, we first need to examine a simplified anatomy of a block in the blockchain. A block is basically a container for some data spread across several nodes. In PoW, transaction fees are paid to miners to keep these nodes open, which in turn keeps the blockchain secure [1, 3]. Each block is numbered and possesses a hash and nonce value [1] (Fig. 5). The hash value links each block to the next, and the nonce is a variable value that ensures the correct hash is achieved in a PoW system (i.e., this is the value that miners are trying to find).

Fig. 5
figure 5

Simplified blockchain of three blocks

The hash is one layer of protection leading to immutability. Since each block is linked to the next based on its hash, we know that any change that occurs in the data will drastically change the hash value [6]. Every block in the chain that comes after the adulterated block will be invalid (Fig. 6). This means that in order to change one block and re-mine its value to validate it, all blocks coming after will also need to be re-mined. This is a very high cost barrier to overcome for robust networks [7, 8]. Suppose that an attack here was successful though; our next layer of protection leading to immutability is the distribution and decentralisation. Not only does the entirety of the blockchain after the affected block need to be re-mined, but at least 51% of all distributed copies also need to be modified and subsequently re-mined for the change to take effect [1, 3]. This raises the cost of an attack even more, and demonstrates why, if implemented and maintained correctly, immutability is very reliable.

Fig. 6
figure 6

Simplified blockchain with adulterated block

A glossary of blockchain and distributed ledger technology terms is presented in Table 1.

Table 1 Glossary of blockchain and distributed ledger technology terms [1, 3, 9]

Overview of blockchain in healthcare

With a better understanding of the fundamentals of blockchain technology, we will now examine some of the current state-of-the-art uses of blockchain in healthcare, as well as some proof of concepts (PoCs).

Blockchain technology and cryptocurrencies are being touted as the “solution” to problems in many different, disparate sectors throughout multiple industries. Public perception of this technology seems to be largely divided, with one group praising its abilities and implementation and another claiming that it is all hype and empty promises [10]. When viewing blockchain technology in light of the Gartner Hype Cycle [11, 12], it likely resides (as of mid-2018) between the ‘peak of inflated expectations’ and the ‘trough of disillusionment’ depending on perspective.

In the healthcare sector, “the core tenets of blockchain technology—a decentralised and encrypted way of distributing, sharing, and storing information—seem appealing for health data…. Yet blockchain technology raises its own security and privacy concerns just as it offers a new paradigm for distributing information” [10]. Blockchain technology also has the ability to act on clinical data sharing, either through storing the data itself or instructions on who can access that data (potentially through smart contracts), securing patient and provider identities and credentials, optimising management of the health supply chain, data sharing and consent for research and clinical trials (including data monetisation), and insurance and claims processing and detection/reduction of fraudulent activities.

As with any emerging technology in healthcare, the benefits of blockchain implementation are accompanied by its own set of challenges. Difficulties arise due to maintaining truly distributed patient data, the overwhelming amount of generated clinical data, and changes in consensus causing blockchains to fork. Many blockchain applications for storing patient data actually take a hybrid approach and store rules and references to data stored in a protected, centrally owned system or by utilising a private blockchain [13, 14]. This can appear to defeat the purpose of distribution altogether, as it is only one-step away from centralised ownership; however, implementation is key.

Securing patient information and provider identities

Securing patient data for storage, patient access, and health system interoperability is a challenge for blockchain implementation due to its largely open nature. As said earlier, one solution to this is using a hybrid approach, but the issue of interoperability is still present using these models [14]. OmniPHR is a model focused on personal health record (PHR) distribution and interoperability [15]. The OmniPHR model stores PHR in encrypted datablocks that are distributed across nodes in their network. Each block is signed by the entity inserting the information into the datablock, which could be a healthcare professional, the patient, a caretaker, or a medical device [15]. Security is still a challenge—especially around ensuring only “authentic informants” have access to PHR data—but is a first step to completely decentralising patient information.

Securing provider identities and credentials is another area of focus. Piper Jaffray, a US investment bank and asset-managing firm, noted in a 2018 research report they published on blockchain in healthcare (28 pages; available by purchase from [16]), that data including education, licenses, and other credentials can be stored and updated in an immutable, verifiable way. The state of Illinois launched a blockchain initiative and partnered with Hashed Health [17], a blockchain healthcare company, to “explore opportunities to improve the efficiency and accuracy of the medical credentialing process in Illinois” [18]. By utilising a blockchain-based ledger to store medical credentials and licensures, sharing and verification of these licensures will become more efficient. The ledger can be viewed as the sole source of truth for existing credentials, allowing multiple parties to interact with this data in a much more streamlined manor [18]. Additional efforts for healthcare providers’ degree and credentialing have emerged including those by companies (e.g., Professional Credentials Exchange [19, 20]), educational institutions (e.g., Lipscomb University College of Pharmacy and Health Sciences [21]), and consortia collaborating on Decentralised Identity Hubs [22, 23].

Health supply chain management

Supply chain management is necessary in any industry moving materials and goods in any way; however, pharmaceutical supply chain management is especially important to track the materials sourced for manufacturing, the manufacturing process itself, and distribution of the manufactured goods. Delivering substandard or counterfeit medications can have incredibly adverse effects on the people the medications were meant to help. In 2016, “the global market for fake, substandard, counterfeit, and grey market medicines [accounted] for up to $200 billion per year” [24]. Ensuring medication authenticity is vital for patient health and outcomes.

Substandard, falsified, and counterfeit medications are often seen in developing countries, or those with low-income markets. The amount of medication importation also plays a role in the verifiable authenticity of the product, especially with a weak or nonexistent supply chain management system. However, the United States has also been on the receiving end of fraudulent medications. In response to the threat of obtaining more fake medications, the US has started to implement the Drug Supply Chain Security Act (DSCSA). Key requirements for supply chain management technologies compliant to DSCSA are product identification, product tracing, product verification, detection and response to non-standard medications, notification upon identifying a non-standard medication, and the ability to store relevant information including licensures, verification, and product information [24]. Blockchain technology is applicable and compatible with each key requirement of DSCSA.

While pharmaceutical supply chain management and integrity are incredibly important, safety and security of medical devices and supplies can also be improved through blockchain implementation. Devices including implanted cardiac pacemakers and medication pumps can be compromised and controlled. Blockchain technology can be implemented in this field by holding unique device identifiers for each medical device (a requirement by the US FDA (Food and Drug Administration) and the EU) and by keeping track and issuing firmware updates by utilising smart contracts. A partnership between Edinburgh Napier University, NHS (National Health Service) Scotland, and Spiritus Development is leading an effort to use blockchain technology to track medical devices through their lifecycle [24, 25]. This device tracking has the potential to improve safety and efficiency of medical devices through more responsive device recalls and issued notices [24, 25]. Blockchain-based medical device tracking also can utilise immutability to prevent device loss, theft, or any other sort of malicious tampering.

Blockchain technology can improve supply chain management in a number of ways including: “… reducing or eliminating fraud and errors, reducing delays from paperwork, improving inventory management, identifying issues more rapidly, minimising courier costs, and increasing consumer and partner trust” [24, 26].

Clinical research and data monetisation: giving patients the choice to share

A major benefit of blockchain technology is moving data ownership from institutions and corporations into the hands of the people who generated said data. This gives them control over who can see or interact with their data in any way. Not only does blockchain protect their data ownership, it also makes it easier to share data in a secure way while receiving benefits or payouts [27]. Health data can be used for clinical trial recruiting, can be monetised for research purposes, and shared with other healthcare professionals and EHRs (Electronic Health records) as needed for appropriate levels of care [28,29,30]. MedRec is an EHR implementation project started by the MIT (Massachusetts Institute of Technology) Media Lab and Beth Israel Deaconess Medical Center that takes a “decentralised approach to manage permissions, authorisation, and data sharing between healthcare systems” [13, 25].

Professor Andrew Lippman, associate director of the MIT Media Lab, recently spoke about MedRec at MIT Technology Review Conference. As he explained, full nodes act as the MedRec data server and maintain the blockchain. These nodes are themselves maintained by the entities generating data (medical professionals and institutions). Smart contracts define access and rights to data and is the “language” upon which the blockchain is defined. Patient wallets are how individuals interface with the blockchain. The wallets contain keys that provide access to the appropriate data [13, 14, 25]. MedRec does not put any actual health data onto the blockchain; Health data stays with the organisation that generated the data. This institution or organisation now acts as a data holder or repository when running the full node. When running the node, the organisation agrees to (1) be the repository of the smart contracts stored on the blockchain and the generated data, and (2) that they will obey instructions in the smart contracts to make the data available where needed and permissioned [13, 14, 25].

The MedRec blockchain sits somewhere in between the Bitcoin blockchain and a tradition database. In the Bitcoin blockchain, anyone can join and take part, which greatly increases complexity and expense to keep the chain running. MedRec restricts who can join the blockchain to medical providers and organisations. They run the full nodes, they maintain the data, and they keep the blockchain secure in a more efficient way than the Bitcoin blockchain could. The MedRec blockchain used to be maintained by medical researchers. As payment for maintaining the blockchain, they would gain access to random, anonymised health data for epidemiological research purposes. At the time of writing, MedRec has moved further to a proof of stake model. There are no transaction fees to move data around or use contracts. There is no coin that needs to be mined for transactions. It is maintained by the group of stakeholders made up by the healthcare organisations that take part in the MedRec blockchain.

Claims processing and fraud detection

Claims processing has been identified as a target for blockchain disruption or enhancement, inclusive of streamlining preauthorisation submissions, health insurance claims adjudication, and eligibility management [30, 31]. One blockchain framework has explored doing so via a ‘decentralised infrastructure for healthcare service marketplaces’ using non-fungible tokens which would enable participants to negotiate and discover value [32]. Claims processing and related components tied to abbreviating payment cycles are also particularly fertile areas for integration of smart contract functionality to automate and accelerate. Recent legislative decisions in some regions are allowing enforcement of DLT smart contracts through their classification as legally binding [20, 33]. However, concerns have been expressed that what is evolving as a “patchwork” legislative approach to regulating these aspects of blockchain and DLT could complicate rather than clarify, especially if lawmakers and their advisors do not fully understand the scope of these emerging technologies [34]. Alternately, it is hoped that some of the same underlying features of blockchain that solved the “double spend” problem [1] along with the immutability of some ledgers will similarly help address the medical fraud, corruption, and abuse that is rampant in some health care systems [35, 36].

Other emerging uses of blockchain in healthcare

In addition to the above-mentioned four major categories of blockchain use cases for healthcare, new categories are coalescing and individual use cases continue to emerge (see also the section below entitled ‘Geospatial blockchain use cases for smart healthy cities and regions’). These include, but are not limited to, public health surveillance [37], enhancing compliance in human subject regulations for IRBs (Institutional Review Boards) [29], improving medical records management [30], and leveraging genomic data in a broader way [38, 39]. Medication prescribing is another potential healthcare use case that could illustrate benefit from the transparency and share-ability of blockchains. A blockchain for prescriptions could be used as a ‘shared source of truth’, combating incorrect, outdated, and siloed data [10]. A blockchain for management of prescription data might also have the potential to enable new ways to interact with patients and their prescriptions, including writing a valid prescription to the blockchain without needing to specify a pharmacy and to allow partial filling of prescriptions across multiple pharmacies [10].

Geospatial blockchain use cases for smart healthy cities and regions

The Internet of Things (IoT) is the foundation of the smart healthy cities and regions of today and tomorrow [40, 41]. To perform its ‘magic’ in improving citizens’ wellness and quality of life, the IoT generates and consumes big, versatile (and often geo-tagged) amounts of data. These data and their processing can greatly benefit from blockchain and related technologies. Ellehauge [42] cites the example of Uber, where a centralised approach with a ‘middleman’ owning and controlling data (and charging significant fees for matching consumers and service providers) can be replaced by a blockchain-style, distributed peer-to-peer alternative that offers users full control of their data whilst being cheaper to both clients and service providers.

Ellehauge [42] also explains the benefits of using blockchain technology to provide ‘truly public open data’ (but suitable business models are needed to cover the costs involved). Many current open data offerings are centralised, such as the UK Ordnance Survey map data (OS Maps), which, although free to end users, is financed through the taxpayer. IoT apps often rely on third parties for their geospatial elements, e.g., OS Maps or Google Maps data. But with access to truly publicly-distributed blockchain-style data, these apps can become more reliable and cheaper to run and sustain. With blockchain-style open data, no one can restrict access to the data (unlike with a centralised system), and costs can be kept to a minimum, thanks to the open nature of competing nodes and contributors. Geospatial data contributors can be rewarded with some form of tokens, and a public record can be kept of all changes and contributions made.

The market for IoT devices and apps that negotiate with, and pay, each other for secure, safe operation and services, e.g., mobile and wearable devices that pay for public transportation [43], and autonomous connected devices and vehicles for smart city emergency/disaster response, such as a drone defibrillator, or a drone for the delivery of ordered medicines and medical supplies [44], or a self-driving ambulance car (or helicopter), is expected to grow in the near future. Distributed peer-to-peer apps powering these smart drones and vehicles would cut out the ‘middleman’ and the dependence on third-party providers for navigation and other geospatial data [42, 45]. Dasgupta [46] mentions how a well-conceived blockchain can mitigate the possibility of an IoT-powered autonomous vehicle being hijacked and driven to a wrong location. If we consider the data carrying the instructions to the vehicle as transactions, and the network is on a blockchain, then the process of consensus would help validate these transactions, trapping any illegal ones, and weeding out the wrong instructions they carry.

Citizen engagement in the crowdsourcing of geo-tagged data can be combined with augmented reality (AR) and blockchain technology (blockchain-enabled AR) in powerful new crisis mapping and recovery scenarios, e.g., in the production and real-time updating of an augmented crisis map for navigating a disaster-stricken area, in which geo-tagged AR objects providing critical contextual information and advice are superimposed onto the real world scene on user’s smartphone (such as a ‘Do Not Drive; Cable Wires Ahead’ message when approaching a flooded zone). The crowdsourced data objects can be blockchain-validated, credited and rewarded [47].

Implementation-wise, FOAM [48] is a good example of a geospatially-enabled blockchain using a crypto-spatial coordinate (CSC) system. A FOAM blockchain does not just record an entry’s specific time, but also requires and validates its associated proof of location, giving an immutable spatial context that regular blockchains lack, and allowing the accurate mapping of physical world events in a temporal sequence [46, 49, 50].

Challenges

Among the challenges facing geospatial blockchain implementations today, there are three particularly pressing ones (besides the above-mentioned need for sustainable business models) upon which the future success and mainstream adoption of the technology will be hinging. These three challenges require careful consideration and innovative solutions (both technical and regulatory) to address them. The first issue is interoperability, to have blockchains from different providers and services seamlessly talk to each other as appropriate [51]. The second issue is blockchain security [52]. After all, the whole rationale of using a blockchain is to let people who did not previously know or trust one another share data in a secure, tamperproof way. But the security of even the best-conceived blockchain can fail in some scenarios (e.g., the so-called ‘51% attacks’) [52, 53], calling for adequate pre-emptive mechanisms to be put in place in order to mitigate or prevent blockchain security breaches. The third challenge is to adequately reconcile blockchain’s promise of transparency with the European Union’s now much stricter privacy rules under GDPR (General Data Protection Regulation) that require personal data to be deletable on demand [54].

Conclusions

At the time of writing, a PubMed query using the keyword ‘blockchain’ retrieved 40 indexed papers [55], a reflection of the growing interest in blockchain amongst the medical and healthcare research and practice communities. Blockchain technologies are being investigated for use in public health and healthcare in numerous disruptive ways. Their foundations of decentralisation, cryptographic security and immutability make blockchain a strong contender in reshaping the healthcare landscape of the world abroad.

Blockchain solutions are currently being explored for:

  1. 1.

    securing patient and provider identities;

  2. 2.

    managing pharmaceutical and medical device supply chains;

  3. 3.

    clinical research and data monetisation, e.g., [56,57,58];

  4. 4.

    medical fraud detection;

  5. 5.

    public health surveillance, e.g., by the US CDC (Centers for Disease Control and Prevention) for sharing public health data to help public health workers respond faster to a crisis [59];

  6. 6.

    enabling truly public and open geo-tagged data;

  7. 7.

    powering many IoT-connected autonomous devices, wearables, drones and vehicles, via the distributed peer-to-peer apps they run, to deliver the full vision of smart healthy cities and regions; and

  8. 8.

    blockchain-enabled augmented reality in crisis mapping and recovery scenarios, including mechanisms for validating, crediting and rewarding crowdsourced geo-tagged data, among other emerging blockchain use cases.

Geospatially-enabled blockchain solutions exist today that use a crypto-spatial coordinate system to add an immutable spatial context that regular blockchains lack. These geospatial blockchains do not just record an entry’s specific time, but also require and validate its associated proof of location, thus facilitating the accurate spatiotemporal mapping of physical world events.

Blockchain and DLT have the potential to benefit all the above application areas and many more, but also face similar challenges as those faced by any other technology threatening to disintermediate legacy processes and commercial interests, namely the challenges of blockchain interoperability, security and privacy, as well as the need to find suitable and sustainable business models of implementation. Nevertheless, we expect blockchain technologies to get increasingly powerful and robust, as they become coupled with artificial intelligence (AI) [60] in various real-word healthcare solutions. AI-mediated health data exchange on blockchains will play important roles in shaping the future of these technologies in healthcare [61].

References

  1. Bitcoin NS. A peer-to-peer electronic cash system. Bitcoin.org (online). 2009. https://bitcoin.org/bitcoin.pdf. Accessed 14 June 2018.

  2. Buterin V. The meaning of decentralization. Medium (online). 2017. https://medium.com/@VitalikButerin/the-meaning-of-decentralization-a0c92b76a274. Accessed 14 June 2018.

  3. Buterin V. Ethereum white paper. GitHub (online). 2018. https://github.com/ethereum/wiki/wiki/White-Paper. Accessed 14 June 2018.

  4. Goldreich O. Foundations of cryptography: volume 1, basic tools. Cambridge: Cambridge University Press; 2008.

    Book  Google Scholar 

  5. Waldman J. Blockchain—Blockchain fundamentals. MSDN (online). 2018 Mar. https://msdn.microsoft.com/en-us/magazine/mt845650.aspx. Accessed 14 June 2018.

  6. Ribitzky R, St Clair J, Houlding DI, McFarlane CT, Ahier B, Gould M, Flannery HL, Pupo E, Clauson KA. Pragmatic, interdisciplinary perspectives on blockchain and distributed ledger technology: paving the future for healthcare. Blockchain Healthc Today. 2018;1:24. https://doi.org/10.30953/bhty.v1.24.

    Article  Google Scholar 

  7. Sedgwick K. You can now 51% attack a coin for as little as $500. Bitcoin.com (online). 2018 May. https://news.bitcoin.com/you-can-now-51-attack-a-coin-for-as-little-as-500/. Accessed 14 June 2018.

  8. (Anonymous). PoW 51% attack cost—this is a collection of coins and the theoretical cost of a 51% attack on each network. Crypto51 (online). 2018. https://www.crypto51.app/. Accessed 14 June 2018.

  9. Walport M. Distributed ledger technology: beyond block chain. UK Government Office for Science, 2015, pp. 1–88. https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/492972/gs-16-1-distributed-ledger-technology.pdf. Accessed 14 June 2018.

  10. Gordon W, Wright A, Landman A. Blockchain in health care: decoding the hype. NEJM Catalyst (online). 2017 Feb. https://catalyst.nejm.org/decoding-blockchain-technology-health/. Accessed 14 June 2018.

  11. Gartner, Inc. Gartner hype cycle (2018 Jun). https://www.gartner.com/technology/research/methodologies/hype-cycle.jsp. Accessed 14 June 2018.

  12. Kemp J. Gartner hype cycle. Wikimedia commons (online). 2017 Dec. https://commons.wikimedia.org/wiki/File:Gartner_Hype_Cycle.svg. Accessed 14 June 2018.

  13. Angraal S, Krumholz HM, Schulz WL. Blockchain technology: Applications in health care. Circ Cardiovasc Qual Outcomes. 2017;10(9):1–4. https://doi.org/10.1161/CIRCOUTCOMES.117.003800.

    Article  Google Scholar 

  14. Lippman A, Narula N. Building a Blockchain for medical data management. MIT Technology Review (online). 2018 Apr. https://events.technologyreview.com/video/watch/andrew-lippman-mit-blockchain-healthcare/. Accessed 14 June 2018.

  15. Roehrs A, da Costa CA, da Rosa RR. OmniPHR: a distributed architecture model to integrate personal health records. J Biomed Inform. 2017;71:70–81. https://doi.org/10.1016/j.jbi.2017.05.012.

    Article  PubMed  Google Scholar 

  16. Piper Jaffray—Research (2018). http://www.piperjaffray.com/3col.aspx?id=103. Accessed 14 June 2018.

  17. Hashed Health (2018). https://hashedhealth.com/. Accessed 14 June 2018.

  18. Geer L. Illinois opens Blockchain development partnership with hashed health. The Illinois Blockchain Initiative (online). 2017 Aug. https://illinoisblockchain.tech/illinois-opens-blockchain-development-partnership-with-hashed-health-fe3891e500bb. Accessed 14 June 2018.

  19. Professional Credentials Exchange (2018). https://www.procredex.com/. Accessed 14 June 2018.

  20. Naujeck J. Blockchain is the ‘shiny new penny’. The Ledger (Nashville Edition). 2018;42(20):online. http://www.tnledger.com/editorial/Article.aspx?id=106706 (requires access from a US IP address). Accessed 14 June 2018.

  21. Chaudoin K. College of pharmacy & health sciences, hashed health partner to develop innovative system to verify graduation credentials using blockchain technology. LIPSCOMB now: (online). 2017 Dec. https://www.lipscomb.edu/news/filter/item/0/32178. Accessed 14 June 2018.

  22. GitHub—decentralized-identity/hubs: Storage and compute nodes for decentralized identity data and interactions. GitHub (online). 2018. https://github.com/decentralized-identity/hubs. Accessed 14 June 2018.

  23. Decentralized Identity Foundation. Decentralized Identity Foundation Grows To 56 Members In Our First Year. Medium (online). 2018 May. https://medium.com/decentralized-identity/decentralized-identity-foundation-grows-to-56-members-in-our-first-year-3ec117e811d8. Accessed 14 June 2018.

  24. Clauson KA, Breeden EA, Davidson C, Mackey TK. Leveraging blockchain technology to enhance supply chain management in healthcare. Blockchain Healthc Today. 2018;1:20. https://doi.org/10.30953/bhty.v1.20.

    Article  Google Scholar 

  25. Bell L, Buchanan WJ, Cameron J, Lo O. Applications of Blockchain within healthcare. Blockchain Healthc Today. 2018;1:8. https://doi.org/10.30953/bhty.v1.8.

    Article  Google Scholar 

  26. IBM. Blockchain for supply chain (2018 Jun). https://www.ibm.com/blockchain/supply-chain/. Accessed 14 June 2018.

  27. Gammon K. Experimenting with blockchain: can one technology boost both data integrity and patients’ pocketbooks? Nat Med. 2018;24(4):378–81. https://doi.org/10.1038/nm0418-378.

    Article  PubMed  CAS  Google Scholar 

  28. Benchoufi M, Ravaud P. Blockchain technology for improving clinical research quality. Trials. 2017;18(1):1–5. https://doi.org/10.1186/s13063-017-2035-z.

    Article  Google Scholar 

  29. Choudhury O, Sarker H, Rudolph N, Foreman M, Fay N, Dhuliawala M, Sylla I, Fairoza N, Das AK. Enforcing human subject regulations using blockchain and smart contracts. Blockchain Healthc Today. 2018;1:10. https://doi.org/10.30953/bhty.v1.10.

    Article  Google Scholar 

  30. Kuo TT, Kim HE, Ohno-Machado L. Blockchain distributed ledger technologies for biomedical and health care applications. J Am Med Inform Assoc. 2017;24(6):1211–20. https://doi.org/10.1093/jamia/ocx068.

    Article  PubMed  PubMed Central  Google Scholar 

  31. Roman-Belmonte JM, De la Corte-Rodriguez H, Rodriguez-Merchan EC. How blockchain technology can change medicine. Postgrad Med. 2018;130(4):420–7. https://doi.org/10.1080/00325481.2018.1472996.

    Article  PubMed  Google Scholar 

  32. Ward G. April Nashville Blockchain Meetup. Hashed Health (online). 2018 Apr. https://hashedhealth.com/april-nashville-blockchain-meetup/. Accessed 14 June 2018.

  33. Tennessee (State). Legislature. General Assembly. Amendment to Tennessee Code Annotated, Title 12; Title 47; Title 48; Title 61 and Title 66, relative to electronic transactions—SB 1662 (Dickerson), HB 1507. 2018. http://wapp.capitol.tn.gov/apps/BillInfo/Default.aspx?BillNumber=HB1507. Accessed 14 June 2018.

  34. Orcutt M. States that are passing laws to govern “smart contracts” have no idea what they’re doing. Legislation meant to clarify things for blockchain developers could end up hurting innovation. MIT Technology Review (online). 2018 Mar. https://www.technologyreview.com/s/610718/states-that-are-passing-laws-to-govern-smart-contracts-have-no-idea-what-theyre-doing/. Accessed 14 June 2018.

  35. (Anonymous). The $272 billion swindle. Why thieves love America’s health-care system. The Economist (online). 2014 May. https://www.economist.com/united-states/2014/05/31/the-272-billion-swindle. Accessed 14 June 2018.

  36. Dyer O. Medicare’s top billing doctor is convicted of medical fraud. BMJ. 2017;357:j2188. https://doi.org/10.1136/bmj.j2188.

    Article  PubMed  Google Scholar 

  37. Bellod Cisneros JL, Aarestrup FM, Lund O. Public health surveillance using decentralized technologies. Blockchain Healthc Today. 2018;1:17. https://doi.org/10.30953/bhty.v1.17.

    Article  Google Scholar 

  38. McKernan KJ. The chloroplast genome hidden in plain sight, open access publishing and anti-fragile distributed data sources. Mitochondrial DNA A DNA Mapp Seq Anal. 2016;27(6):4518–9. https://doi.org/10.3109/19401736.2015.1101541.

    Article  PubMed  CAS  Google Scholar 

  39. (Anonymous). Rise in Population Genomics: Local Government in India Will Use Blockchain to Secure Genetic Data. The Medical Futurist (online). 2018. http://medicalfuturist.com/rise-in-population-genomics-local-government-in-india-will-use-blockchain-to-secure-genetic-data/. Accessed 14 June 2018.

  40. Kamel Boulos MN, Al-Shorbaji NM. On the Internet of Things, smart cities and the WHO Healthy Cities. Int J Health Geogr. 2014;13:10. https://doi.org/10.1186/1476-072X-13-10.

    Article  PubMed  PubMed Central  Google Scholar 

  41. Kamel Boulos MN, Tsouros AD, Holopainen A. ‘Social, innovative and smart cities are happy and resilient’: insights from the WHO EURO 2014 International Healthy Cities Conference. Int J Health Geogr. 2015;14:3. https://doi.org/10.1186/1476-072X-14-3.

    Article  PubMed  PubMed Central  Google Scholar 

  42. Ellehauge J. Blockchain in geospatial applications. GIM Int. 2017;31(5):43–45. https://www.gim-international.com/content/blog/blockchain-in-geospatial-applications-2?output=pdf. Accessed 14 June 2018.

  43. Jonuschat H, Crespi B, Nagel I, Garcia Canales J, Akkermans L, van Den Bergh G. Guide2Wear mobile devices for the future traveller (Public transport services with wearable devices for different mobility types)—Deliverable D3.1: Overview on functionalities of technologies for seamless travelling. Guide2Wear EU-funded Project, 2015 Feb. http://www.tmleuven.be/project/guide2wear/G2W_D3.1.pdf. Accessed 14 June 2018.

  44. Zipline—Lifesaving Deliveries by Drone (2018). http://www.flyzipline.com/. Accessed 14 June 2018.

  45. Thaa B. 3 ways GIS and blockchain technology are shaping the future. GEOSYMP (online). 2017 Aug. https://geosymp.com/3-ways-gis-blockchain-technology-are-shaping-the-future/. Accessed 14 June 2018.

  46. Dasgupta A. The Game Changer of Geospatial Systems—Blockchain. Geospatial World (online). 2017 Sep. https://www.geospatialworld.net/article/blockchain-geospatial-systems/. Accessed 14 June 2018.

  47. Fierro N. How Augmented Reality can change how we navigate a natural disaster. MIMIR Blockchain Publication on Medium (online). 2017 Sep. https://medium.com/mimir-blockchain/how-augmented-reality-can-change-how-we-navigate-a-natural-disaster-d7fbde0d735b. Accessed 14 June 2018.

  48. FOAM. 2018. https://www.foam.space/. Accessed 14 June 2018.

  49. Anderson J. FOAM: The Future of Geospatial Data, on the Ethereum Blockchain. Steemit (online). 2017 July https://steemit.com/ethereum/@protegeaa/foam-the-future-of-geospatial-data-on-the-ethereum-blockchain. Accessed 14 June 2018.

  50. Tewelow W. Bitcoin, blockchain and GIS could change the world. Geospatial Solutions (online). 2018 Mar. http://geospatial-solutions.com/bitcoin-blockchain-and-gis-could-change-the-world/. Accessed 14 June 2018.

  51. Orcutt M. How to get blockchains to talk to each other. MIT Technolohy Review (online). 2018 May. https://www.technologyreview.com/s/611187/how-to-get-blockchains-to-talk-to-each-other/. Accessed 14 June 2018.

  52. Orcutt M. How secure is blockchain really? MIT Technology Review (online). 2018 Apr. https://www.technologyreview.com/s/610836/how-secure-is-blockchain-really/. Accessed 14 June 2018.

  53. Orcutt M. Self-serving cryptocurrency miners are attacking small blockchain networks. MIT Technology Review (online). 2018 May. https://www.technologyreview.com/the-download/611238/self-serving-cryptocurrency-miners-are-attacking-small-blockchain-networks/. Accessed 14 June 2018.

  54. Silver A. 3 Obstacles to Moving Social Media Platforms to a Blockchain. IEEE Spectrum (online). 2018 May. https://spectrum.ieee.org/tech-talk/computing/networks/3-obstacles-to-moving-social-media-platforms-to-a-blockchain. Accessed 14 June 2018.

  55. PubMed query using the keyword ‘blockchain’ (retrieved 40 items on 13 June 2018). https://www.ncbi.nlm.nih.gov/pubmed/?term=blockchain. Accessed 14 June 2018.

  56. Maxmen A. AI researchers embrace Bitcoin technology to share medical data. Nature. 2018;555(7696):293–4. https://doi.org/10.1038/d41586-018-02641-7.

    Article  PubMed  CAS  Google Scholar 

  57. Corbyn Z. How can I make money from my DNA? The Guardian (online). 2018 Feb. https://www.theguardian.com/science/2018/feb/18/genetics-how-do-you-make-money-from-your-dna. Accessed 14 June 2018.

  58. (Anonymous). Digital Science and Katalysis Lead Initiative to Explore Blockchain Technologies for Peer Review (Press Release). Digital Science (online). 2018 Mar. https://www.digital-science.com/press-releases/digital-science-and-katalysis-lead-initiative-to-explore-blockchain-technologies-for-peer-review/. Accessed 14 June 2018.

  59. Orcutt M. Why the CDC Wants in on Blockchain. MIT Technology Review (online). 2017 Oct. https://www.technologyreview.com/s/608959/why-the-cdc-wants-in-on-blockchain/. Accessed 14 June 2018.

  60. Kamel Boulos MN. Cognitive Computing and AI in Health/care (Curated G + Collection, 2018). https://plus.google.com/collection/40E-LE. Accessed 14 June 2018.

  61. Mamoshina P, Ojomoko L, Yanovich Y, Ostrovski A, Botezatu A, Prikhodko P, Izumchenko E, Aliper A, Romantsov K, Zhebrak A, Obioma Ogu I, Zhavoronko A. Converging blockchain and next-generation artificial intelligence technologies to decentralize and accelerate biomedical research and healthcare. Oncotarget. 2017;9(5):5665–90. https://doi.org/10.18632/oncotarget.22345.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Authors’ contributions

MNKB conceived and edited the article, including the section on ‘Geospatial blockchain use cases for smart healthy cities and regions’ and the article’s ‘Conclusions’. KAC and JTW contributed the text for the ‘Background’ and the section entitled ‘Overview of blockchain in healthcare’. All authors read and approved the final manuscript.

Acknowledgements

None.

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

Not applicable.

Consent for publication

Not applicable.

Disclaimer

Reference in the manuscript to any specific commercial product, process or service by trade name, trademark, manufacturer or otherwise does not necessarily constitute or imply its endorsement, recommendation or favouring by the authors or the entities they are affiliated to, and shall not be used for commercial advertising or product endorsement purposes.

Ethics approval and consent to participate

Not applicable.

Funding

Not applicable.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Maged N. Kamel Boulos.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Kamel Boulos, M.N., Wilson, J.T. & Clauson, K.A. Geospatial blockchain: promises, challenges, and scenarios in health and healthcare. Int J Health Geogr 17, 25 (2018). https://doi.org/10.1186/s12942-018-0144-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12942-018-0144-x

Keywords