Top Banner
Denise K. Gosnell, Ph.D. @DeniseKGosnell Computing the Contract: Why Smart Contracts are the Asset
25

HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

Jan 23, 2018

Download

Healthcare

HxRefactored
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

Denise K. Gosnell, Ph.D. @DeniseKGosnell

Computing the Contract: Why Smart Contracts are the Asset

Page 2: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

2

“Controls allow a quarrelsome species ill-suited to organizations larger than tribes to work together on vast projects like manufacturing jumbo jets and running hospitals.”! - Nick Szabo on Smart Contracts, 1997

Page 3: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

3

History of Blockchain

1985: ECC first suggested

1989: Paxos Consensus

1991: Initial descriptions of cryptographically secured chains of blocks

2008: Satoshi Nakamoto Paper

2014: The first “programmable” blockchain and monetization models beyond bitcoin

2016: DokChain Alliance

1994: Nick Szabo coins “smart contracts”

Page 4: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

4

Traditional Blockchains

Records Ungoverned Immutable

Consensus Centralized Decentralized

Visibility Closed door Transparent and Auditable

Security Highly Evolved Cryptographically Verifiable

Traditional Systems vs. Blockchains

Page 5: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

5

Smart Contract a digitally signed, computable agreement (software code) between two or more parties, that relies on a consensus system

Page 6: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

6

Law Software

Reasoning Contractual + Subjective Boolean Logic

Governance Imprisonment Replication + Cryptography

Predictability Flexible Rigid

Maturity Highly Evolved Few Experiences

Traditional vs. Smart Contracts

Page 7: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

7

Why smart contracts? Consensus reduces vulnerabilities centralized systems and 3rd party oracles

Page 8: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

8

The PokitDok Platform

Page 9: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

9

Health Tech Business Goal

The entirety of medical and pharma business services are encompassed:

PrPayment = Pr( $ | ICD,CPT,NPI )

($) Asset Under Consideration

Page 10: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

10

The Rules

80% of operational rule and rule sets are locked within Store Procedures in SQL databases

Page 11: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

11

Multiple Chains with consensus systems

Page 12: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

12

Smart Contracts: Eligibility Request

1979: X12

HL*1**20*1~NM1*PR*2*Premium Gold Insurance Co.*****PI*0123456~HL*2*1*21*1~NM1*1P*1*Back*Has*Your***XX*9876543210~HL*3*2*22*0~TRN*2*89368DC6A14E4E529AA876ED416E8A9F*1453915417NM1*IL*1*A-lot*Lifts****MI*MEM10001~N3*2150 Pleasant Drive~N4*Sunny*CA*900010001~DMG*D8*19820315*M~DTP*291*D8*20141001~EB*B**98****10~EB*A**33*****.20~

Page 13: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

13

APIs: JSON

{ "member": { "birth_date": "1982-03-15", "first_name": "Lifts", "last_name": "A-Lot", "id": "MEM10001"}, "provider": { "first_name": "Has-Your", "last_name": "Back", "npi": "9876543210"}, "service_types": [ "professional_physician_visit_office", "chiropractic"], "trading_partner_id": "premium_gold_insurance"}

Smart Contracts: Eligibility Request

Page 14: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

14

function response(address providerWalletAddress, ! address consumerWalletAddress, !

bytes32 activityId) onlyOwner { !

EligibilityResponseEvent(providerWalletAddress, consumerWalletAddress); ! ConsumerWallet consumerWallet = ConsumerWallet(consumerWalletAddress); ! ProviderWallet providerWallet = ProviderWallet(providerWalletAddress); ! consumerWallet.eligibilityUpdate(activityId); !

providerWallet.eligibilityUpdate(consumerWallet); ! } !

} !

Smart Contracts: Solidity Code

Smart Contracts: Eligibility Request

Page 15: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

15

Next: Patient-Centered Transactions Smart contracts are a centerpiece

Page 16: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

16

The Complete Multi-Party Identity

Page 17: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

17

Reasoning

Governance

Predictability

Maturity

Smart Contract Considerations

Page 18: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

18

Reasoning Expressing business logic as computer programs that self-amend

Governance Representing the events which trigger that logic as messages to the respective programs

Predictability We must separate policy from mechanism design

Maturity

Smart Contract Considerations

Page 19: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

19

Reasoning

Governance Using digital signatures to prove who sent/received

the messages

Predictability Connecting and placing the programs, messages and signatures on a blockchain

Maturity Permission system can be used to restrict the right to create assets

Smart Contract Considerations

Page 20: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

20

Reasoning

Governance

Predictability The asset(s) function via rule sets based on context

Maturity Rule sets can be greatly simplified if based on behaviors and expected outcomes

Smart Contract Considerations

Page 21: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

21

Reasoning

Governance

Predictability

Maturity Though early in development, smart contracts will be the most valuable asset of the future systems

Smart Contract Considerations

Page 22: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

22

Digital Health Record Assembled from Consensus of ID

Page 23: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

23

Near Term and Future Considerations

•  EMRs will be a node on the chain(s)

•  Dynamic Underwriting offerings will be created

•  Clearinghouses will be disintermediated

•  Complete systems will be on chip and fabless

Page 24: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

24

Blockchain + Healthcare is here

Page 25: HXR 2017: Denise Gosnell, Pokitdok: Blockchain: The Now and The Future:

Denise K. Gosnell, Ph.D. @DeniseKGosnell

Computing the Contract: Why Smart Contracts are the Asset