Top Banner
HL7 FHIR Out-of-the-box eHealth interoperability Ewout Kramer [email protected] MIC 2013
15

HL7 FHIR - Out-of-the-box eHealth interoperability

May 07, 2015

Download

Technology

Ewout Kramer

A high-level overview of the characteristics of HL7 FHIR, which makes it especially amenable to eHealth interoperability
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: HL7 FHIR - Out-of-the-box eHealth interoperability

HL7 FHIROut-of-the-box eHealth

interoperability

Ewout [email protected]

MIC 2013

Page 2: HL7 FHIR - Out-of-the-box eHealth interoperability

Fast(well, that’s relative)

HealthcareInteroperability(that’s what we need)

Resources(the web technology bit)

Page 3: HL7 FHIR - Out-of-the-box eHealth interoperability
Page 4: HL7 FHIR - Out-of-the-box eHealth interoperability

FHIR Manifesto (abridged)

• Focus on implementers• Keep common scenarios simple• Leverage existing technologies• Make content freely available

If your neighbour ‘s son can’t hack an app with it in a weekend…..

you won’t get adopted

Page 5: HL7 FHIR - Out-of-the-box eHealth interoperability

“How can I get data from my server to my iOS app?”

“How do I connect my applications using cloud storage?”

“How can I give record-based standardized access to my PHR?”

Page 6: HL7 FHIR - Out-of-the-box eHealth interoperability

REST

Page 7: HL7 FHIR - Out-of-the-box eHealth interoperability

7

Page 8: HL7 FHIR - Out-of-the-box eHealth interoperability

Slice & dice your data into “resources”

MedicationPrescription Problem

Page 9: HL7 FHIR - Out-of-the-box eHealth interoperability

Generic Specific

Cover all usecases - (n)ever

HL7v3 RIMHL7 CDA

C-CCD

openEHR RM

HL7v2

IHE PDQFHIR

openEHR Archetypes

openEHR Templates

HL7v3 CMETS

Page 10: HL7 FHIR - Out-of-the-box eHealth interoperability

or shorter:

“The more re-usable a standard…..…the less usable it is”

Page 11: HL7 FHIR - Out-of-the-box eHealth interoperability

+ =

Cover the 80% out of the box…

Page 12: HL7 FHIR - Out-of-the-box eHealth interoperability

Support “Bottom-up re-use”

Page 13: HL7 FHIR - Out-of-the-box eHealth interoperability

Document from the resource to the wireHTTP/1.1 200 OKContent-Type: application/json;charset=utf-8Content-Length: 627Content-Location: /fhir/person/@1/history/@1Last-Modified: Tue, 29 May 2012 23:45:32 GMTETag: "1“

"Person":{"id":{"value":"1"},"identifier":[{"type":{"code":"ssn","system":"http://hl7.org/fhir/sid

Message

Document

REST

Page 14: HL7 FHIR - Out-of-the-box eHealth interoperability

What’s Next?

• September 2013 Draft Standard for Trial Use Ballot– Coverage of C-CDA contents

• January 2014 First Draft Standard for Trial Use ballot (DSTU)– Semi-stable platform for implementers Additional DSTU versions

roughly annually to make fixes, introduce new resources

• Normative is around 3 years out– We want *lots* of implementation

experience before committing to backward compatibility

14

Page 15: HL7 FHIR - Out-of-the-box eHealth interoperability

Questions?