Top Banner
BlueButton On FHIR Mark Scrimshire HHS/CMS Entrepreneur-In-Residence @ekivemark Direct to the Consumer-Powered Health Revolution A Baptism of FHIR Confirmation
48

B bon fhir_workshop

Mar 17, 2018

Download

Documents

Mark Scrimshire
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: B bon fhir_workshop

BlueButton On FHIR

Mark Scrimshire HHS/CMS Entrepreneur-In-Residence @ekivemark

Direct to the Consumer-Powered Health Revolution

A"Baptism"of"FHIRConfirmation

Page 2: B bon fhir_workshop

@ekivemark

DisclaimerThe views expressed in this presentation are my own personal views and should not be construed as an official position of the US Department of Health and Human Services or the Centers for Medicare and Medicaid Services.

2

Page 3: B bon fhir_workshop

R LESHHSEntrepreneur -in-Residence

Medyear CTO &Co-Founder

HealthCa.mp Chief Instigator

Ski Instructor

Big Data & Cloud Technologist

Health & Social Data Ninja

@ekivemark

Page 4: B bon fhir_workshop

R LESHHSEntrepreneur -in-Residence

Medyear CTO &Co-Founder

HealthCa.mp Chief Instigator

Ski Instructor

Big Data & Cloud Technologist

Health & Social Data Ninja

@ekivemark

Page 5: B bon fhir_workshop

@ekivemarkhttp://healthca.mp

Blue Button Unleashes Personal Data

http://healthca.mp

2010

@ekivemark

Page 6: B bon fhir_workshop

1.2MUnique Medicare Members

@ekivemark

Page 7: B bon fhir_workshop

There are big opportunities

54,000,000Medicare Beneficiaries (2014 est.)

@ekivemark@ekivemark

Page 8: B bon fhir_workshop

An Essential First Step

@ekivemark

…but it left the patient to do the heavy lifting

Page 9: B bon fhir_workshop

@ekivemark

https://leicalady.files.wordpress.com/2010/08/annie@[email protected]

People don’t want their data for it’s own sake…

@ekivemark

Page 10: B bon fhir_workshop

Our Health data should be a valuable toolwe put to good use

http://commons.wikimedia.org/wiki/File:Toolbox_(6788494881).jpg

@ekivemark

Page 11: B bon fhir_workshop

A decision without Information…

@ekivemark

Page 12: B bon fhir_workshop

A Tipping Point is coming…

Consumer Industry

RetailPHR

Devices

Genome

EHR

@ekivemark

EIRPIF

USDS

Page 13: B bon fhir_workshop

Fast Health Interoperability Resources

@ekivemark

Page 14: B bon fhir_workshop

@ekivemark

What"is"• A"Standards"Developing"Organization"• Accredited"by"the"American"National"Standards"

Institute"(ANSI)"• Author"of"consensus@based"standards"• Representing"a"broad"view"from"healthcare"

system"stakeholders

HL7"compiled"a"collection"of"message"formats"and"related"clinical"standards"that"loosely"define"an"ideal"presentation"of"clinical"information

• Adoption"of"version"3.0"since"2005" drove"a"“reset”"in"the"HL7"Community"

• FHIR"is"the"result"of"that"“reset”"http://www.corepointhealth.com/whitepapers/evolution4hl7

Page 15: B bon fhir_workshop

@ekivemark

ARGONAUTWhat"is"the"Industry"doing"with"FHIR? athenahealth Beth Israel Deaconess Medical Center Cerner Epic Intermountain Healthcare Mayo Clinic MEDITECH McKesson Partners HealthCare System

SMART (Boston Children's Hospital Informatics Program) The Advisory Board Company

http://hl7.org/implement/standards/fhir/2015Jan/argonauts.html

Page 16: B bon fhir_workshop

@ekivemark

What"is"FHIR?

Secure"Transport

Developer"Friendly

Structured"Data

Page 17: B bon fhir_workshop

@ekivemark

FHIRThink"of"it"as"an"International"common"Language"for"Health"

Page 18: B bon fhir_workshop

@ekivemark

FHIR"Can"Publish"and"Consume"Data

PROFILE

Page 20: B bon fhir_workshop

@ekivemark

" "{""""""resourceType":"Conformance",""""""publisher":"Not"provided",""""""date":"2015@09@02T15:19:48@04:00",""""""software":{""""""""""name":"HAPI"FHIR"Server",""""""""""version":"1.0@SNAPSHOT""""""},""""""implementation":{""""""""""description":"UHN"Test"Server"(DSTU2"Resources)""""""},""""""fhirVersion":"0.5.0",""""""acceptUnknown":false,""""""format":[""""""""""application/xml+fhir",""""""""""application/json+fhir""""""],""""""rest":["

Conformance:""What"and"How

• JSON"or"XML"Description"of"the"Data"Profiles"and"the"Actions"each"profile"supports

interaction":["""""""""""""""""""""""""{"code":"vread”},"""""""""""""""""""""""""{"code":"update”},"""""""""""""""""""""""""{"code":"delete”},"""""""""""""""""""""""""{"code":"history@instance”},"""""""""""""""""""""""""{"code":"validate”},"""""""""""""""""""""""""{"code":"history@type”},"""""""""""""""""""""""""{"code":"create”},"""""""""""""""""""""""""{"code":"search@type”"}]

GET"http://localhost:8080/fhir@p/baseDstu2/Practitioner/32768"

Page 21: B bon fhir_workshop

@ekivemark

Building"BlocksPrimitives

Page 22: B bon fhir_workshop

@ekivemark

Constructing"Resources

• Identifier"• HumanName"• Address"• ContactPoint"• CodeableConcept

Page 23: B bon fhir_workshop

@ekivemark

Resources:"Define"what"you"use

P"A"T"I"E"

Page 24: B bon fhir_workshop

@ekivemark

Codes"within"Codes

Page 25: B bon fhir_workshop

@ekivemark

Cardinality

0..0 Not$used

0..1 Optional

0..* Optional$multiple

1..1 Required

1..* At$least$one [{"Address}",]

“String”"Boolean"Integer

{"CodeableConcept"}

Page 26: B bon fhir_workshop

@ekivemark

Building"a"FHIR"Requesthttps://fhir.bbonfhir.com:8080/"fhir@p/"Patient/"{123456}"?parameters"[_id=123456]&"[date=>2015@02@14&date=<2015@06@30]&"[name:exact=Eve]&"[_format=json|xml]

Base@url

resourceTypeidhttps://www.hl7.org/fhir/search.html

Page 27: B bon fhir_workshop

@ekivemark

FHIR"Interactions• Read""

– GET"https://example.com/path/{resourceType}/{id}"• Search""

– GET"https://example.com/path/{resourceType}?search"parameters..."• History"

– GET"https://example.com/path/{resourceType}/{id}/_history"• Operation"

– GET"https://example.com/path/{resourceType}/{id}/${opname}"• Create>"

– POST>https://example.com/path/{resourceType}$• Update>

– PUT>https://example.com/path/{resourceType}/{id}"• Delete>"

– DELETE>https://example.com/path/{resourceType}/{id}>• Transaction>

– POST>https://example.com/path/>>• (POST>a>transaction>bundle>to>the>system)

Page 28: B bon fhir_workshop

@ekivemark

Implementing"FHIR

• Identify"code"sets"• Publish"codeable"concepts"• Map"fields"to"Profile/Resource"elements"• Define"Legacy@FHIR"Integration"

– Real"time"query"– Batch"ETL"

Page 29: B bon fhir_workshop

@ekivemark

Links"to"know…

• http://[email protected]/index.html"• https://github.com/jamesagnew/hapi@fhir

Page 30: B bon fhir_workshop

Explanation of Benefit

HealthCare’s Great Oxymoron

Proctology Exam for your wallet?

@ekivemark

Page 31: B bon fhir_workshop

A New FHIR EOB Resource

What is it?@ekivemark

Page 32: B bon fhir_workshop

Patient focused

Self-contained

Include reference Identifiers

Include patient profile subset

EOB = Adjudicated claim

One claim = One EOB

EOB has a GUID

The EOB

@ekivemark

1

2

3

4

5

6

7

Page 33: B bon fhir_workshop

@ekivemark

DEMO/TOUR

Page 34: B bon fhir_workshop

BlueButtonOn

FHIR #BBonFHIR@ekivemark

Page 35: B bon fhir_workshop

BlueButtonOn

FHIR #BBonFHIR@ekivemark

Page 36: B bon fhir_workshop

BlueButtonMore than

Claims #BBonFHIR@ekivemark

Page 37: B bon fhir_workshop

BlueButtonMore than

Claims #BBonFHIR@ekivemark

Page 38: B bon fhir_workshop

BlueButtonMore than

Claims #BBonFHIR@ekivemark

Page 39: B bon fhir_workshop

BlueButtonMore than

Claims #BBonFHIR@ekivemark

Page 40: B bon fhir_workshop

BlueButtonMore than

Claims #BBonFHIR@ekivemark

Page 41: B bon fhir_workshop

You Can Help…

@CMSGOV I Support #BlueButton On #FHIR to @GetMyHealthData

/cc:@N_Brennan @ekivemark #NOPressure

@ekivemark #BBonFHIR #NoPressure

Help improve

the codebase on

GitHub

Page 42: B bon fhir_workshop

Do you want a

Sneak Peak?@ekivemark

Page 43: B bon fhir_workshop

dev.bbonfhir.com@ekivemark

Page 44: B bon fhir_workshop

Working on OAuth2…

Client Facing Application

Page 45: B bon fhir_workshop

dev.bbonfhir.com@ekivemark

Page 46: B bon fhir_workshop

dev.bbonfhir.com@ekivemark

Page 47: B bon fhir_workshop

Follow our progress, join us and contribute

• Structured File Formats:• ( https://github.com/ekivemark/claims )

• BlueButton Text to JSON Converter:• ( https://github.com/ekivemark/python-bluebutton )

• BlueButton On FHIR• ( https://github.com/ekivemark/bbofuser )

• Developer Code of Honor:• ( http://2.healthca.mp/1GjOUsY )

• HL7 - FHIR• ( http://www.hl7.org/implement/standards/fhir/http.html )

@ekivemark

Page 48: B bon fhir_workshop

@ekivemark

Mark Scrimshire HHS Entrepreneur-in-Residence (CMS)

@ekivemark http://ekivemark.com

[email protected] 703.623.2789