Blockchain Technology - Common Use-Cases
Massimiliano Masi
massimiliano.masi@tiani-spirit.com,
http://www.mascanc.net
IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018
Take away message
Take away message
Interoperability is a key to establish sustainable health IT
services
Interoperability is not achieved by only using standards
Many blockchain projects do not tackle interoperability,
enabling vendor lock-in
Cryptography of blockchain is tamperproof, but IT Security is
still vulnerable
In this presentation I’ll try to show
Status of blockchain investments
The need of interoperability
Common mistakes of blockchain projects
Good use cases
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 2/22
Some stats
How many Initial Coin Offering related to healthcare?
Coinschedule1, 912 ICOs, Raising 21.548.685.716 USD, 1.5%
healthcare, raising 322.682.651 USD
ICOBench2, 4724 ICOs, 230 is healthcare-related (4.8%)
ICOWatchList3, 3.8% healthcare-related
Warning: Those numbers are only ICOs!!!
1
https://www.coinschedule.com/stats.html
2
https://icobench.com/stats
3
https://icowatchlist.com/statistics/categories
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 3/22
ICO Investments are dropping4
4
https://www.icodata.io/stats/2018
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 4/22
Trough of Disillusionment?
According with Hype Cycle of Emerging Technologies, 2018,
Blockchain is entering in the Trough of Disillusionment.
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 5/22
Good news
Lack of ICO investments is a good sign :-) (Technologically
speaking)
We are moving from the Hype: reduce the high quantity of
scam which is out today
The technology remains, and it’s probably here to stay
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 6/22
Using standards
Using standards is not enough
“standards alone are not enough to guarantee
interoperability” (G. Lewis)
“The nice thing about standards is that you have so many to
choose from” (A. Tanenbaum)
HL7V2 vs FHIR, OpenEHR vs HL7, etc.
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 7/22
Interoperability
Interoperability Levels (Himss)
Foundational (at the level
of message exchange),
Structural (the format of
data exchange),
Semantical (at the level of
the information exchanged).
Enterprise Architecture comes to the rescue
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 8/22
The problem with a unique solution
The vendor lock-in effect happens when a customer is de-
pendent on a vendor for products, and it is unable to use
another vendor without substantial switching costs and
risks5.
By defining concepts, rules, and building blocks, Enterprise
Architectures (e.g., TOGAF, IHE), enables components continuum
5
Source: Wikipedia
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 9/22
Concepts
Reference Architecture is the generic architecture providing
guidelines and options for developing specific architectures
and solution implementations. Here it refers to the set of all
available profiles used to build a solution architecture.
Solution Architecture describes the specific business
operations/activities and the ways in which information
systems and technology support them. It typically applies to a
single project/organization.
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 10/22
Concepts / 2
Actor is a functional component of the healthcare, or energy,
organization.
Transaction is a standards-based specification of the
interactions between IHE Actors.
Profile is a high-level functional unit composed of related IHE
Transactions, with the capacity to address specific IT
infrastructure requirements for a single case.
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 11/22
Relevant Blockchain Ideas
Blockchain?
Blockchain Is a distributed, decentralised and immutable ledger,
where a program can be executed on a transaction receipt
Defined as the longest path from the genesis block, i.e., the
root of the blockchain tree, to a leaf
Blockchain acts as a consistent transaction history one which
all nodes eventually agree
On each transaction some code can be executed in different
ways (Chaincode, SmartContracts)
Smart Contrat inherits the definition of the 50’s: a signed
agreement made by multiple stakeholders, in electronic form
Ethereum makes this programmable
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 12/22
Relevant Blockchain Ideas
Blockchain is slow: storing unstructured data in blockchain is
a guarantee of poor performance (depending on the
blockchain deployment
private blockchains (trust amongst node) run more efficient
consensus strategy (or don’t need one at all)
Storing data in the blockchain is a bad idea
Apart from storage costs, without a freely given informed
consent you cannot disclose medical data
Data in the blockchain is publicly accessible.
Encryption does not help. NIST, BSI, and ENISA update the
list of useable algorithms often (every five years, in average).
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 13/22
The problem of smart contracts
Ethereum writes a smart contract ”in stone”
If there is a bug in a smart contract, it can’t be corrected,
today
Security Audits are useless, since they are checked using
today’s security knowledge
Moving smart contract version in Ethereum is still hard work
The problem of updating smart contracts
Smart Contracts can also be updated in Hyperledger
But if few people can update a smart contract potentially
holding economic value, we inherit the IT security problem of
who is entitled to change it? (Authorisation)
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 14/22
The problem of consensus
Satoshi Nakamoto reused existing literature and scientific
work (Haber et al.6, Schneier et al7, Vishnamurty et al8,
Szabo 9, Dwork et al.10)
Nowadays many consensus algorithm exists, many of them
without a formal proof of their correctness (e.g., the
Delegated Proof of Stake).
Again on performance
The time of the doctor is precious. Time spent waiting for a
transaction to be processed in the blockchain is time taken away
from the patient treatment.
6
S. Haber, and W.S. Stornetta, How to timestamp a digital document
7
B. Schneier, J. Kelsey, Cryptographic support for Secure Logs on Untrusted Machines, in Proceedings of the
7th USENIX
8
V. Vishnamurty et al., Karma: A secure economic framework for peer-to-peer resource sharing, 2003
9
N. Szabo, Formalizing and securing relationships on public networks, 1997
10
C. Dwork, and M. Naor, Pricing via Processing or Combatting Junk Mail, Crypto 92
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 15/22
Is off-chain storage good?
Some DLT projects utilise pointers to data stored on off-chain
infrastructure.
FHIR resource identifiers stored in the blockchain to guarantee
a property (e.g.. data integrity, patient-centric access)
Is blockchain suitable for off-chain?
What is the benefit of having a distributed consensus, over a
centralized, efficient and redundant database using advanced
signatures?
How to keep in sync the off-chain infrastructure with the
chain?
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 16/22
Is blockchain anonymous?
All the transactions in the blockchain are public by definition
It is relatively trivial to track all the transactions belonging to
a public key
Wallets change user address often to avoid such tracking
Wallets and clients poses severe IT Security issues: key
preservation, password, social attacks
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 17/22
”Good” Use Cases
All about monetisation and payments: cryptocurrencies can
facilitate the payments. ERC-20 and (decentralised)
exchanges can easy eventual differences on curriencies
All that does not require storing healthcare information or well
established trust chains (e.g., supply chain,
anti-counterfeiting)
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 18/22
Conclusions
I spent most of the talk dissecting what blockchain is ”not”,
or not fit-for-purpose
Good example of using blockchain are really hard to find, in
the healthcare sector
26,000 blockchain projects launched in 2016, 92 percent are
now dead1112
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 19/22
Conclusions
Out from the noise
Recall first slide: according with Gartner the Hype is over,
technology is getting stable, and Blockchain can play a crucial role
in eHealth
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 20/22
Input from Attendees / Discussion
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 21/22
Thank You
Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 22/22

More Related Content

PDF
Enabling a Zero Trust Architecture in Smart Grids through a Digital Twin
PDF
Securing Mobile e-Health Environments by Design: A Holistic Architectural App...
PPTX
A Cybersecurity Digital Twin for Critical Infrastructure Protection
PDF
ISACA GRC-CYBER CALL FOR PAPERS ABSTRACT v.3.0
PPTX
Cyber Security on Transactions in Smart Metering Systems usign Blockchain
PPTX
Evolving a Cyber Space Doctrine
PDF
CALL FOR PAPERS - International Journal on AdHoc Networking Systems (IJANS)
PDF
BLOCKCHAIN BASED DATA SECURITY AS A SERVICE IN CLOUD PLATFORM SECURITY
Enabling a Zero Trust Architecture in Smart Grids through a Digital Twin
Securing Mobile e-Health Environments by Design: A Holistic Architectural App...
A Cybersecurity Digital Twin for Critical Infrastructure Protection
ISACA GRC-CYBER CALL FOR PAPERS ABSTRACT v.3.0
Cyber Security on Transactions in Smart Metering Systems usign Blockchain
Evolving a Cyber Space Doctrine
CALL FOR PAPERS - International Journal on AdHoc Networking Systems (IJANS)
BLOCKCHAIN BASED DATA SECURITY AS A SERVICE IN CLOUD PLATFORM SECURITY

What's hot (20)

PDF
Clsb 2020 cfp
PDF
Toward a global data infrastructure
DOCX
If caa s information flow control as a service for cloud security
PDF
9th International Conference of Security, Privacy and Trust Management (SPTM ...
PPTX
Encryption Algorithms for Cloud
PPTX
Fog computing paper presentation
PDF
Inventory of my IoT slide sets
PDF
IoT & Blockchain: Use Case Overview
PDF
The iEx.ec Distributed Cloud: Latest Developments and Perspectives
PDF
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
PDF
Michael enescu keynote chicago2014_from_cloud_to_fog_and_iot
PDF
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
PPT
Fog computing
PDF
fog05: The Fog Computing Platform
PPTX
IoT, Fog Computing and the Blockchain
DOCX
Star a proposed architecture for cloud computing applications
PPTX
FOG COMPUTING
PDF
2 nd International Conference on VLSI & Embedded Systems (VLSIE 2021)
PDF
Review of implementing fog computing
PPTX
2014-11-19 fog computing expo
Clsb 2020 cfp
Toward a global data infrastructure
If caa s information flow control as a service for cloud security
9th International Conference of Security, Privacy and Trust Management (SPTM ...
Encryption Algorithms for Cloud
Fog computing paper presentation
Inventory of my IoT slide sets
IoT & Blockchain: Use Case Overview
The iEx.ec Distributed Cloud: Latest Developments and Perspectives
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
Michael enescu keynote chicago2014_from_cloud_to_fog_and_iot
Challenges In BlockChain Technology For Future Supply Chain- Future Research ...
Fog computing
fog05: The Fog Computing Platform
IoT, Fog Computing and the Blockchain
Star a proposed architecture for cloud computing applications
FOG COMPUTING
2 nd International Conference on VLSI & Embedded Systems (VLSIE 2021)
Review of implementing fog computing
2014-11-19 fog computing expo
Ad

Similar to Blockchain Technology - Common Use-Cases (20)

PDF
Blockchain for Business
PPTX
eHealth 2018 http://www.ehealth20xx.at/program-blockchain/
PPTX
Blockchain in Healthcare
PPTX
Blockchain and government opportunities
PPTX
Blockchain for First Timers with Use Cases
PPTX
NYS Forum - Blockchain
PPTX
Ten Blockchain Applications
PDF
Practical Applications of Blockchain Technology in the Certification Industry
PPTX
What is tokenization in blockchain?
PPTX
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
PPTX
What is tokenization in blockchain?
PDF
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
PDF
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
PPTX
Blockchain in 2018 : Beyond the Hype
PDF
PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN
PDF
Blockchain: everyone wants to sell me that - but is that really right for my ...
PPTX
io dance
PDF
Blockchain presentation v0617
PDF
Iceic2019 final presented
PPTX
Understanding blockchain v1.0 manish gupta (7 min read)
Blockchain for Business
eHealth 2018 http://www.ehealth20xx.at/program-blockchain/
Blockchain in Healthcare
Blockchain and government opportunities
Blockchain for First Timers with Use Cases
NYS Forum - Blockchain
Ten Blockchain Applications
Practical Applications of Blockchain Technology in the Certification Industry
What is tokenization in blockchain?
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
What is tokenization in blockchain?
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
Blockchain in 2018 : Beyond the Hype
PATIENT DRIVEN ELECTRONIC HEALTH RECORD USING BLOCK CHAIN
Blockchain: everyone wants to sell me that - but is that really right for my ...
io dance
Blockchain presentation v0617
Iceic2019 final presented
Understanding blockchain v1.0 manish gupta (7 min read)
Ad

More from Massimiliano Masi (14)

PPTX
Cybersecurity Task Force at ASECAP Days 2023
PPTX
Securing Critical Infrastructures with a cybersecurity digital twin
PDF
Security and Safety by Design in the Internet of Actors an Architectural Appr...
PDF
Achieving Interoperability Through IHE
PDF
Enabling Security-by-design in Smart Grids: An architecture-based approach
PPTX
Corso IFTS CyberSecurity Expert - Attacco di Armando e Operazione Black Tulip
PPTX
Corso IFTS CyberSecurity Expert - Creazione di una CA con OpenSSL
PPTX
Corso IFTS CyberSecurity Expert - Cifrai Asimmetrici
PPTX
Corso IFTS CyberSecurity Expert
PPTX
The need for interoperability in blockchain-based initiatives to facilitate c...
PDF
Automating Smart Grid Solution Architecture Design
PDF
Introduction to Blockchain Technologies
PPTX
A governance model for ubiquitous medical devices accessing eHealth data: the...
PPTX
Addressing Security and Provide through IHE Profiles
Cybersecurity Task Force at ASECAP Days 2023
Securing Critical Infrastructures with a cybersecurity digital twin
Security and Safety by Design in the Internet of Actors an Architectural Appr...
Achieving Interoperability Through IHE
Enabling Security-by-design in Smart Grids: An architecture-based approach
Corso IFTS CyberSecurity Expert - Attacco di Armando e Operazione Black Tulip
Corso IFTS CyberSecurity Expert - Creazione di una CA con OpenSSL
Corso IFTS CyberSecurity Expert - Cifrai Asimmetrici
Corso IFTS CyberSecurity Expert
The need for interoperability in blockchain-based initiatives to facilitate c...
Automating Smart Grid Solution Architecture Design
Introduction to Blockchain Technologies
A governance model for ubiquitous medical devices accessing eHealth data: the...
Addressing Security and Provide through IHE Profiles

Recently uploaded (20)

PDF
simpleintnettestmetiaerl for the simple testint
PPTX
Mathew Digital SEO Checklist Guidlines 2025
PPT
Ethics in Information System - Management Information System
PPTX
TITLE DEFENSE entitle the impact of social media on education
PDF
Alethe Consulting Corporate Profile and Solution Aproach
PPT
415456121-Jiwratrwecdtwfdsfwgdwedvwe dbwsdjsadca-EVN.ppt
DOCX
Powerful Ways AIRCONNECT INFOSYSTEMS Pvt Ltd Enhances IT Infrastructure in In...
PPTX
AI_Cyberattack_Solutions AI AI AI AI .pptx
PPT
FIRE PREVENTION AND CONTROL PLAN- LUS.FM.MQ.OM.UTM.PLN.00014.ppt
PDF
si manuel quezon at mga nagawa sa bansang pilipinas
PPTX
Layers_of_the_Earth_Grade7.pptx class by
PPTX
1402_iCSC_-_RESTful_Web_APIs_--_Josef_Hammer.pptx
PPTX
KSS ON CYBERSECURITY INCIDENT RESPONSE AND PLANNING MANAGEMENT.pptx
PDF
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
PDF
Understand the Gitlab_presentation_task.pdf
PDF
Containerization lab dddddddddddddddmanual.pdf
PPT
250152213-Excitation-SystemWERRT (1).ppt
PPTX
Database Information System - Management Information System
PPTX
Top Website Bugs That Hurt User Experience – And How Expert Web Design Fixes
PDF
Buy Cash App Verified Accounts Instantly – Secure Crypto Deal.pdf
simpleintnettestmetiaerl for the simple testint
Mathew Digital SEO Checklist Guidlines 2025
Ethics in Information System - Management Information System
TITLE DEFENSE entitle the impact of social media on education
Alethe Consulting Corporate Profile and Solution Aproach
415456121-Jiwratrwecdtwfdsfwgdwedvwe dbwsdjsadca-EVN.ppt
Powerful Ways AIRCONNECT INFOSYSTEMS Pvt Ltd Enhances IT Infrastructure in In...
AI_Cyberattack_Solutions AI AI AI AI .pptx
FIRE PREVENTION AND CONTROL PLAN- LUS.FM.MQ.OM.UTM.PLN.00014.ppt
si manuel quezon at mga nagawa sa bansang pilipinas
Layers_of_the_Earth_Grade7.pptx class by
1402_iCSC_-_RESTful_Web_APIs_--_Josef_Hammer.pptx
KSS ON CYBERSECURITY INCIDENT RESPONSE AND PLANNING MANAGEMENT.pptx
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
Understand the Gitlab_presentation_task.pdf
Containerization lab dddddddddddddddmanual.pdf
250152213-Excitation-SystemWERRT (1).ppt
Database Information System - Management Information System
Top Website Bugs That Hurt User Experience – And How Expert Web Design Fixes
Buy Cash App Verified Accounts Instantly – Secure Crypto Deal.pdf

Blockchain Technology - Common Use-Cases

  • 1. Blockchain Technology - Common Use-Cases Massimiliano Masi massimiliano.masi@tiani-spirit.com, http://www.mascanc.net IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018
  • 2. Take away message Take away message Interoperability is a key to establish sustainable health IT services Interoperability is not achieved by only using standards Many blockchain projects do not tackle interoperability, enabling vendor lock-in Cryptography of blockchain is tamperproof, but IT Security is still vulnerable In this presentation I’ll try to show Status of blockchain investments The need of interoperability Common mistakes of blockchain projects Good use cases Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 2/22
  • 3. Some stats How many Initial Coin Offering related to healthcare? Coinschedule1, 912 ICOs, Raising 21.548.685.716 USD, 1.5% healthcare, raising 322.682.651 USD ICOBench2, 4724 ICOs, 230 is healthcare-related (4.8%) ICOWatchList3, 3.8% healthcare-related Warning: Those numbers are only ICOs!!! 1 https://www.coinschedule.com/stats.html 2 https://icobench.com/stats 3 https://icowatchlist.com/statistics/categories Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 3/22
  • 4. ICO Investments are dropping4 4 https://www.icodata.io/stats/2018 Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 4/22
  • 5. Trough of Disillusionment? According with Hype Cycle of Emerging Technologies, 2018, Blockchain is entering in the Trough of Disillusionment. Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 5/22
  • 6. Good news Lack of ICO investments is a good sign :-) (Technologically speaking) We are moving from the Hype: reduce the high quantity of scam which is out today The technology remains, and it’s probably here to stay Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 6/22
  • 7. Using standards Using standards is not enough “standards alone are not enough to guarantee interoperability” (G. Lewis) “The nice thing about standards is that you have so many to choose from” (A. Tanenbaum) HL7V2 vs FHIR, OpenEHR vs HL7, etc. Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 7/22
  • 8. Interoperability Interoperability Levels (Himss) Foundational (at the level of message exchange), Structural (the format of data exchange), Semantical (at the level of the information exchanged). Enterprise Architecture comes to the rescue Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 8/22
  • 9. The problem with a unique solution The vendor lock-in effect happens when a customer is de- pendent on a vendor for products, and it is unable to use another vendor without substantial switching costs and risks5. By defining concepts, rules, and building blocks, Enterprise Architectures (e.g., TOGAF, IHE), enables components continuum 5 Source: Wikipedia Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 9/22
  • 10. Concepts Reference Architecture is the generic architecture providing guidelines and options for developing specific architectures and solution implementations. Here it refers to the set of all available profiles used to build a solution architecture. Solution Architecture describes the specific business operations/activities and the ways in which information systems and technology support them. It typically applies to a single project/organization. Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 10/22
  • 11. Concepts / 2 Actor is a functional component of the healthcare, or energy, organization. Transaction is a standards-based specification of the interactions between IHE Actors. Profile is a high-level functional unit composed of related IHE Transactions, with the capacity to address specific IT infrastructure requirements for a single case. Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 11/22
  • 12. Relevant Blockchain Ideas Blockchain? Blockchain Is a distributed, decentralised and immutable ledger, where a program can be executed on a transaction receipt Defined as the longest path from the genesis block, i.e., the root of the blockchain tree, to a leaf Blockchain acts as a consistent transaction history one which all nodes eventually agree On each transaction some code can be executed in different ways (Chaincode, SmartContracts) Smart Contrat inherits the definition of the 50’s: a signed agreement made by multiple stakeholders, in electronic form Ethereum makes this programmable Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 12/22
  • 13. Relevant Blockchain Ideas Blockchain is slow: storing unstructured data in blockchain is a guarantee of poor performance (depending on the blockchain deployment private blockchains (trust amongst node) run more efficient consensus strategy (or don’t need one at all) Storing data in the blockchain is a bad idea Apart from storage costs, without a freely given informed consent you cannot disclose medical data Data in the blockchain is publicly accessible. Encryption does not help. NIST, BSI, and ENISA update the list of useable algorithms often (every five years, in average). Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 13/22
  • 14. The problem of smart contracts Ethereum writes a smart contract ”in stone” If there is a bug in a smart contract, it can’t be corrected, today Security Audits are useless, since they are checked using today’s security knowledge Moving smart contract version in Ethereum is still hard work The problem of updating smart contracts Smart Contracts can also be updated in Hyperledger But if few people can update a smart contract potentially holding economic value, we inherit the IT security problem of who is entitled to change it? (Authorisation) Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 14/22
  • 15. The problem of consensus Satoshi Nakamoto reused existing literature and scientific work (Haber et al.6, Schneier et al7, Vishnamurty et al8, Szabo 9, Dwork et al.10) Nowadays many consensus algorithm exists, many of them without a formal proof of their correctness (e.g., the Delegated Proof of Stake). Again on performance The time of the doctor is precious. Time spent waiting for a transaction to be processed in the blockchain is time taken away from the patient treatment. 6 S. Haber, and W.S. Stornetta, How to timestamp a digital document 7 B. Schneier, J. Kelsey, Cryptographic support for Secure Logs on Untrusted Machines, in Proceedings of the 7th USENIX 8 V. Vishnamurty et al., Karma: A secure economic framework for peer-to-peer resource sharing, 2003 9 N. Szabo, Formalizing and securing relationships on public networks, 1997 10 C. Dwork, and M. Naor, Pricing via Processing or Combatting Junk Mail, Crypto 92 Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 15/22
  • 16. Is off-chain storage good? Some DLT projects utilise pointers to data stored on off-chain infrastructure. FHIR resource identifiers stored in the blockchain to guarantee a property (e.g.. data integrity, patient-centric access) Is blockchain suitable for off-chain? What is the benefit of having a distributed consensus, over a centralized, efficient and redundant database using advanced signatures? How to keep in sync the off-chain infrastructure with the chain? Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 16/22
  • 17. Is blockchain anonymous? All the transactions in the blockchain are public by definition It is relatively trivial to track all the transactions belonging to a public key Wallets change user address often to avoid such tracking Wallets and clients poses severe IT Security issues: key preservation, password, social attacks Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 17/22
  • 18. ”Good” Use Cases All about monetisation and payments: cryptocurrencies can facilitate the payments. ERC-20 and (decentralised) exchanges can easy eventual differences on curriencies All that does not require storing healthcare information or well established trust chains (e.g., supply chain, anti-counterfeiting) Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 18/22
  • 19. Conclusions I spent most of the talk dissecting what blockchain is ”not”, or not fit-for-purpose Good example of using blockchain are really hard to find, in the healthcare sector 26,000 blockchain projects launched in 2016, 92 percent are now dead1112 Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 19/22
  • 20. Conclusions Out from the noise Recall first slide: according with Gartner the Hype is over, technology is getting stable, and Blockchain can play a crucial role in eHealth Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 20/22
  • 21. Input from Attendees / Discussion Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 21/22
  • 22. Thank You Masi et al.: DLT - Use Cases CC Massimiliano Masi IHE ASIAPAC SUMMIT, Brisbane (AU), November 5, 2018 22/22