SlideShare a Scribd company logo
1 of 41
Download to read offline
FHIR
Igor.Bossenko@Kodality.com

20.12.2018
Igor Bossenko @ Healthcare
➤ Estonian Blood System “father”, architect & the only developer
-1995/2005
➤ HIS ESTER3 “father”, architect & developer - 1999/2005
➤ HIS eHL “father” & architect - 2005/2013
➤ HL7 V3 standard visioner & implementor in Estonian NHS - 2006
➤ Labscala Quality Laboratory (Finland) - 2011
➤ Lithuanian NHS visioner & FHIR standard implementor - 2014/2016
➤ FHIR community member and contributor - 2014/..
➤ Abu-Dhabi Emirate CNM (e-Prescription) - 2017/2018
➤ HIS HEDA architect - 2018/..
FHIR EXPERTS
INTEROP PROBLEM
Data belongs to patient
So your system has to export and import
INTEROP IS PAIN
• Technical interop
• Semantic interop
QUICK HX
• HL7v2
• DICOM
• HL7v3 & CDA
• OpenEHR
• FHIR (future)
WHAT IS FHIR
• standard
• community
• eco-system
WHAT IS FHIR STANDARD?
REST service specification (aka swagger)
• Search
• CRUD
• History
PARADIGMS
• REST*
• messaging
• documents
REST API
GET /Patient/_search?name=malle&name=maasikas
HTTP/1.1 200 OK
Content-Type: fhir/json;charset=utf-8
Content-Length: length
{
"resourceType": "Patient",
"name": [{
"use": "official",
"family": [ "Maasikas" ],
"given": [ “Malle"]
}],
...
}
FHIR RESOURCE
FHIR RESOURCES
WORKING GROUPS
• chat.fhir.org
• calls
• connectath on tracks
• wg meetings
• ballots
FHIR TERMINOLOGY
FHIR TERMINOLOGY
VALUESETS
EXTENSIBILITY &
PROFILING
FHIR PROFILE REGISTRY -
SIMPLIFIER.NET
FHIR COMMUNITY
• chat.fhir.org
• wiki.hl7.org
• Connectathons
• github
EVENTS
•☑ FHIR App Roundtable: Washington
•☑ Annual Plenary: Baltimore
•☑ FHIR DevDays: Amsterdam 14 Nov
•☑ FHIR Meetup Kiev 1 Dec
•☐ WGM: San Antonio 12 Jan
•☐ FHIR Meetup SPb 26 Jan
•☐ HIMSS: Orlando 11 Feb
•☐ FHIR Meetup @ Tallinn: XX 2019?
ECO-SYSTEM
• servers
• libraries
• tooling
• open-source
• …
SMART ON FHIR
CDS HOOKS
SELECT DISTINCT(p.id), p.resource#>'{name,0}'
FROM patient p
JOIN observation o ON o.resource#>>'{subject,id}' = p.id
WHERE (o.resource @>
-- LOINC: Smoking status
'{"code": {"coding": [{"code": "72166-2"}]}}'::jsonb)
AND ((o.resource @>
-- SNOMED: Current every day smoker
'{"value": {"CodeableConcept": { "coding": [{"code": "449868002"}]}}}')
-- SNOMED: Former smoker
OR (o.resource @> '{"value": {"CodeableConcept": { "coding": [{"code": "8517006"}]}}}'))
-- patient's age > 45
AND (extract(year from age(now(), (p.resource->>'birthDate')::date)) > 45)
-- patient gender is male
AND (p.resource->>'gender' = 'male');
FHIR ANALYTICS & BULK API
https://fbdemo.aidbox.app
ONC OPEN API & APPLE
HEALTH KIT
FHIR WORLD-WIDE
➤ US Hospital Argonaut project http://
argonautwiki.hl7.org
➤ Smart App Galery https://
apps.smarthealthit.org
➤ Possible direct access in Apple Health
App https://www.apple.com/newsroom/
2018/01/apple-announces-effortless-
solution-bringing-health-records-to-
iPhone/
➤ Google Big Data project https://
ai.googleblog.com/2018/03/making-
healthcare-data-work-better-with.html
FHIR IMPLEMENTORS & PILOTS
• Lithuania (NHS) 

• Finland (Kanta)

• UK (NHS)

• Russia (MIAZ SPb, N3)

• Australia

• Abu-Dhabi Emirate (e-Prescription)

• ...
Lithuanian NHS
Lithuanian
eHealth
Information
ecosystem
NHS
Integration
layer
eHealth portal
Reports &
statistics
Medical
Image Bank
ePrescription 176 Healthcare
providers
National register
Authentification
Health
insurance fund
Social insurance
fund
Disability assessment
organization
Internet patient
registration
• #1 FHIR NHS in the world
Lithuanian NHS architecture
• Oracle DB

• Jboss Fuse
(OSGI, Karaf)

• Apache CXF

• OAuth

• Angular 1.x
Abu-Dhabi CNM
• United Arab Emirates consists
from 7 emirates
• Abu Dhabi Emirate
contributes ~60 per cent of the
GDP
• Population of Abu-Dhabi
Emirate ~2,120,700 people
• CNM - Control Narcotic
Medication
• #1 FHIR implementation in the
Gulf
е-Prescription (resources)
Blaze - FHIR server
projectcrucible.org
• Passed ~1700 tests
• Problems with external
libraries …
Extensions usage
• ~ 90% of the HL7 V3 templates in Estonia have
extensions

• ~ 60% of the resources HL7 FHIR v0.5 in Lithuania have
extensions

• 0% of HL7 FHIR resources v3.0.1 in the UAE have
extensions
SMART on FHIR Scopes
and Launch Context
• The rights to the organization only prescribe the prescriptions:
• user/Patient.*; user/MedicationRequest.*; user/Organization.read; user/
Practitioner.read; user/Medication.read; user/MedicationDispense.read;
• Rights for the organization of only dispensing medication:
• user/Patient.*; user/MedicationRequest.read; user/Organization.read; user/
Practitioner.read; user/Medication.read; user/Provenance.*; user/
MedicationDispense.*;
• The information about the scopes is stored in в Jasig CAS token attribute
FHIR MISCONCEPTIONS
• silver bullet

• FHIR is simple

• modeling is hard

• interop is hard

• => go to community
FHIR KNOWN PROBLEMS
• version hell
• profiling is hard
• extensibility
HOW TO USE FHIR?
1. inspiration
2. community
3. integration
4. internal
HEDA
(internal use)
•Micro-services

•Java

•Micronaut

•PostgreSQL

•Angular

•FHIR

•Open-source
Estonia
2006-2010
Estonia is the first country which has implemented a nationwide
electronic health record system and gives full access to its citizens.
This provides new opportunities to citizens, healthcare providers
and e-health developers
Тhe international council on medical & care compunetics
(http://recordaccess.icmcc.org/tag/portal/)
“Patient Opportunities in the Estonian Electronic Health Record System”
2019
????
Estonia is behind of Lithuania, Uzbekistan, Belarus, etc.
Action plan
• FHIR pilot

• FHIR read-only(?) interface to (some) current V3
services 

• Make new standard in FHIR

• Take FHIR for terminology

• FHIR meet up @ Tallinn

• We will found external speakers
THANK YOU!
Credits to Nikolay Ryzhkov

More Related Content

What's hot

Hl7 standard
Hl7 standardHl7 standard
Hl7 standard
Marina462
 

What's hot (20)

Getting started with FHIR by Ewout Kramer
Getting started with FHIR by Ewout KramerGetting started with FHIR by Ewout Kramer
Getting started with FHIR by Ewout Kramer
 
FHIR Profiles
FHIR ProfilesFHIR Profiles
FHIR Profiles
 
FHIR Tutorial - Morning
FHIR Tutorial - MorningFHIR Tutorial - Morning
FHIR Tutorial - Morning
 
FHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzie
 
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIRFhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
 
Patient matching in FHIR
Patient matching in FHIRPatient matching in FHIR
Patient matching in FHIR
 
FHIR tutorial - Afternoon
FHIR tutorial - AfternoonFHIR tutorial - Afternoon
FHIR tutorial - Afternoon
 
Health Level 7
Health Level 7Health Level 7
Health Level 7
 
Security in FHIR with OAuth by Grahame Grieve
Security in FHIR with OAuth by Grahame GrieveSecurity in FHIR with OAuth by Grahame Grieve
Security in FHIR with OAuth by Grahame Grieve
 
Introduction to hl7
Introduction to hl7Introduction to hl7
Introduction to hl7
 
HL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersHL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developers
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
Hl7 & FHIR
Hl7 & FHIRHl7 & FHIR
Hl7 & FHIR
 
Hl7 standard
Hl7 standardHl7 standard
Hl7 standard
 
FHIR and DICOM by Marten Smits
FHIR and DICOM by Marten SmitsFHIR and DICOM by Marten Smits
FHIR and DICOM by Marten Smits
 
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
 
Understanding Resources in FHIR - Session 3 of FHIR basics training series
Understanding Resources in FHIR - Session 3 of FHIR basics training seriesUnderstanding Resources in FHIR - Session 3 of FHIR basics training series
Understanding Resources in FHIR - Session 3 of FHIR basics training series
 
Interoperability, SNOMED, HL7 and FHIR
Interoperability, SNOMED, HL7 and FHIRInteroperability, SNOMED, HL7 and FHIR
Interoperability, SNOMED, HL7 and FHIR
 
Terminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieTerminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzie
 
Exploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its StructuresExploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its Structures
 

Similar to What is FHIR

The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to Terminology
Snow Owl
 
PubChem for drug discovery in the age of big data and artificial intelligence
PubChem for drug discovery in the age of big data and artificial intelligencePubChem for drug discovery in the age of big data and artificial intelligence
PubChem for drug discovery in the age of big data and artificial intelligence
Sunghwan Kim
 
Capsule endoscopy Patent Landscape 2014 Sample
Capsule endoscopy Patent Landscape 2014 SampleCapsule endoscopy Patent Landscape 2014 Sample
Capsule endoscopy Patent Landscape 2014 Sample
Knowmade
 
20131117 charleston bryant
20131117 charleston bryant20131117 charleston bryant
20131117 charleston bryant
ORCID, Inc
 
Questel Halliburton Aug2 2016 RD (Webinar)
Questel Halliburton Aug2 2016 RD (Webinar)Questel Halliburton Aug2 2016 RD (Webinar)
Questel Halliburton Aug2 2016 RD (Webinar)
Eric Moran
 

Similar to What is FHIR (20)

FHIR for implementers in New Zealand
FHIR for implementers in New ZealandFHIR for implementers in New Zealand
FHIR for implementers in New Zealand
 
Introduction-and-RDF-Representation-of-FHIR-for-Clinical-Data
Introduction-and-RDF-Representation-of-FHIR-for-Clinical-DataIntroduction-and-RDF-Representation-of-FHIR-for-Clinical-Data
Introduction-and-RDF-Representation-of-FHIR-for-Clinical-Data
 
fhir-documents
fhir-documentsfhir-documents
fhir-documents
 
ORCID Implementation in Open Access Repositories and Institutional Research I...
ORCID Implementation in Open Access Repositories and Institutional Research I...ORCID Implementation in Open Access Repositories and Institutional Research I...
ORCID Implementation in Open Access Repositories and Institutional Research I...
 
Christchurch presentation
Christchurch presentationChristchurch presentation
Christchurch presentation
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to Terminology
 
Intro_To_FHIR.pptx
Intro_To_FHIR.pptxIntro_To_FHIR.pptx
Intro_To_FHIR.pptx
 
FHIR intro and background at HL7 Germany 2014
FHIR intro and background at HL7 Germany 2014FHIR intro and background at HL7 Germany 2014
FHIR intro and background at HL7 Germany 2014
 
Furore devdays 2017- rdf1(solbrig)
Furore devdays 2017- rdf1(solbrig)Furore devdays 2017- rdf1(solbrig)
Furore devdays 2017- rdf1(solbrig)
 
PubChem for drug discovery in the age of big data and artificial intelligence
PubChem for drug discovery in the age of big data and artificial intelligencePubChem for drug discovery in the age of big data and artificial intelligence
PubChem for drug discovery in the age of big data and artificial intelligence
 
Capsule endoscopy Patent Landscape 2014 Sample
Capsule endoscopy Patent Landscape 2014 SampleCapsule endoscopy Patent Landscape 2014 Sample
Capsule endoscopy Patent Landscape 2014 Sample
 
Predicting Patient Outcomes in Real-Time at HCA
Predicting Patient Outcomes in Real-Time at HCAPredicting Patient Outcomes in Real-Time at HCA
Predicting Patient Outcomes in Real-Time at HCA
 
TranSMART: How open source software revolutionizes drug discovery through cro...
TranSMART: How open source software revolutionizes drug discovery through cro...TranSMART: How open source software revolutionizes drug discovery through cro...
TranSMART: How open source software revolutionizes drug discovery through cro...
 
20131117 charleston bryant
20131117 charleston bryant20131117 charleston bryant
20131117 charleston bryant
 
FHIR for Hackers
FHIR for HackersFHIR for Hackers
FHIR for Hackers
 
FHIR & Ice
FHIR & IceFHIR & Ice
FHIR & Ice
 
Fire and Ice - FHIR in New Zealand - David Hay
Fire and Ice - FHIR in New Zealand - David HayFire and Ice - FHIR in New Zealand - David Hay
Fire and Ice - FHIR in New Zealand - David Hay
 
Big data's impact on healthcare
Big data's impact on healthcareBig data's impact on healthcare
Big data's impact on healthcare
 
APIsecure 2023 - FHIR API Security, Grahame Grieve (Health Intersections)
APIsecure 2023 - FHIR API Security, Grahame Grieve (Health Intersections)APIsecure 2023 - FHIR API Security, Grahame Grieve (Health Intersections)
APIsecure 2023 - FHIR API Security, Grahame Grieve (Health Intersections)
 
Questel Halliburton Aug2 2016 RD (Webinar)
Questel Halliburton Aug2 2016 RD (Webinar)Questel Halliburton Aug2 2016 RD (Webinar)
Questel Halliburton Aug2 2016 RD (Webinar)
 

More from Igor Bossenko

Single-Page-Application & REST security
Single-Page-Application & REST securitySingle-Page-Application & REST security
Single-Page-Application & REST security
Igor Bossenko
 

More from Igor Bossenko (9)

Healthcare experience (black & white)
Healthcare experience (black & white)Healthcare experience (black & white)
Healthcare experience (black & white)
 
Overview of Estonian Health Information System
Overview of  Estonian Health Information System Overview of  Estonian Health Information System
Overview of Estonian Health Information System
 
Гравицапа
ГравицапаГравицапа
Гравицапа
 
Полосатый рейс
Полосатый рейсПолосатый рейс
Полосатый рейс
 
FHIR Developer Days 2015. Study on db implementations for FHIR server
FHIR Developer Days 2015. Study on db implementations for FHIR serverFHIR Developer Days 2015. Study on db implementations for FHIR server
FHIR Developer Days 2015. Study on db implementations for FHIR server
 
Webapp security (with notes)
Webapp security (with notes)Webapp security (with notes)
Webapp security (with notes)
 
Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)
 
Introduction to HL7 FHIR
Introduction to HL7 FHIRIntroduction to HL7 FHIR
Introduction to HL7 FHIR
 
Single-Page-Application & REST security
Single-Page-Application & REST securitySingle-Page-Application & REST security
Single-Page-Application & REST security
 

Recently uploaded

Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...
Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...
Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...
Sheetaleventcompany
 
Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...
Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...
Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...
Sheetaleventcompany
 
Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...
Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...
Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...
Sheetaleventcompany
 
Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...
Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...
Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...
Sheetaleventcompany
 
science quiz bee questions.doc FOR ELEMENTARY SCIENCE
science quiz bee questions.doc FOR ELEMENTARY SCIENCEscience quiz bee questions.doc FOR ELEMENTARY SCIENCE
science quiz bee questions.doc FOR ELEMENTARY SCIENCE
maricelsampaga
 

Recently uploaded (20)

💞 Safe And Secure Call Girls Mysore 🧿 9332606886 🧿 High Class Call Girl Servi...
💞 Safe And Secure Call Girls Mysore 🧿 9332606886 🧿 High Class Call Girl Servi...💞 Safe And Secure Call Girls Mysore 🧿 9332606886 🧿 High Class Call Girl Servi...
💞 Safe And Secure Call Girls Mysore 🧿 9332606886 🧿 High Class Call Girl Servi...
 
❤️Amritsar Call Girls Service☎️98151-129OO☎️ Call Girl service in Amritsar☎️ ...
❤️Amritsar Call Girls Service☎️98151-129OO☎️ Call Girl service in Amritsar☎️ ...❤️Amritsar Call Girls Service☎️98151-129OO☎️ Call Girl service in Amritsar☎️ ...
❤️Amritsar Call Girls Service☎️98151-129OO☎️ Call Girl service in Amritsar☎️ ...
 
Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...
Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...
Low Rate Call Girls Udaipur {9xx000xx09} ❤️VVIP NISHA CCall Girls in Udaipur ...
 
Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...
Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...
Indore Call Girl Service 📞9235973566📞Just Call Inaaya📲 Call Girls In Indore N...
 
💸Cash Payment No Advance Call Girls Kanpur 🧿 9332606886 🧿 High Class Call Gir...
💸Cash Payment No Advance Call Girls Kanpur 🧿 9332606886 🧿 High Class Call Gir...💸Cash Payment No Advance Call Girls Kanpur 🧿 9332606886 🧿 High Class Call Gir...
💸Cash Payment No Advance Call Girls Kanpur 🧿 9332606886 🧿 High Class Call Gir...
 
💸Cash Payment No Advance Call Girls Pune 🧿 9332606886 🧿 High Class Call Girl ...
💸Cash Payment No Advance Call Girls Pune 🧿 9332606886 🧿 High Class Call Girl ...💸Cash Payment No Advance Call Girls Pune 🧿 9332606886 🧿 High Class Call Girl ...
💸Cash Payment No Advance Call Girls Pune 🧿 9332606886 🧿 High Class Call Girl ...
 
❤️Chandigarh Escort Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ C...
❤️Chandigarh Escort Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ C...❤️Chandigarh Escort Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ C...
❤️Chandigarh Escort Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ C...
 
Call Now ☎ 8868886958 || Call Girls in Chandigarh Escort Service Chandigarh
Call Now ☎ 8868886958 || Call Girls in Chandigarh Escort Service ChandigarhCall Now ☎ 8868886958 || Call Girls in Chandigarh Escort Service Chandigarh
Call Now ☎ 8868886958 || Call Girls in Chandigarh Escort Service Chandigarh
 
❤️Call Girl In Chandigarh☎️9814379184☎️ Call Girl service in Chandigarh☎️ Cha...
❤️Call Girl In Chandigarh☎️9814379184☎️ Call Girl service in Chandigarh☎️ Cha...❤️Call Girl In Chandigarh☎️9814379184☎️ Call Girl service in Chandigarh☎️ Cha...
❤️Call Girl In Chandigarh☎️9814379184☎️ Call Girl service in Chandigarh☎️ Cha...
 
💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...
💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...
💞 Safe And Secure Call Girls Coimbatore 🧿 9332606886 🧿 High Class Call Girl S...
 
Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...
Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...
Call Girls In Indore 📞9235973566📞Just Call Inaaya📲 Call Girls Service In Indo...
 
Call Girls Service 11 Phase Mohali {7435815124} ❤️ MONA Call Girl in Mohali P...
Call Girls Service 11 Phase Mohali {7435815124} ❤️ MONA Call Girl in Mohali P...Call Girls Service 11 Phase Mohali {7435815124} ❤️ MONA Call Girl in Mohali P...
Call Girls Service 11 Phase Mohali {7435815124} ❤️ MONA Call Girl in Mohali P...
 
💸Cash Payment No Advance Call Girls Kolkata 🧿 9332606886 🧿 High Class Call Gi...
💸Cash Payment No Advance Call Girls Kolkata 🧿 9332606886 🧿 High Class Call Gi...💸Cash Payment No Advance Call Girls Kolkata 🧿 9332606886 🧿 High Class Call Gi...
💸Cash Payment No Advance Call Girls Kolkata 🧿 9332606886 🧿 High Class Call Gi...
 
❤️Chandigarh Escorts Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ ...
❤️Chandigarh Escorts Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ ...❤️Chandigarh Escorts Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ ...
❤️Chandigarh Escorts Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ ...
 
❤️Chandigarh Escort Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ C...
❤️Chandigarh Escort Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ C...❤️Chandigarh Escort Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ C...
❤️Chandigarh Escort Service☎️9815457724☎️ Call Girl service in Chandigarh☎️ C...
 
Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...
Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...
Call Girl Service In Mumbai ❤️🍑 9xx000xx09 👄🫦Independent Escort Service Mumba...
 
💸Cash Payment No Advance Call Girls Bhopal 🧿 9332606886 🧿 High Class Call Gir...
💸Cash Payment No Advance Call Girls Bhopal 🧿 9332606886 🧿 High Class Call Gir...💸Cash Payment No Advance Call Girls Bhopal 🧿 9332606886 🧿 High Class Call Gir...
💸Cash Payment No Advance Call Girls Bhopal 🧿 9332606886 🧿 High Class Call Gir...
 
❤️Chandigarh Escorts☎️9814379184☎️ Call Girl service in Chandigarh☎️ Chandiga...
❤️Chandigarh Escorts☎️9814379184☎️ Call Girl service in Chandigarh☎️ Chandiga...❤️Chandigarh Escorts☎️9814379184☎️ Call Girl service in Chandigarh☎️ Chandiga...
❤️Chandigarh Escorts☎️9814379184☎️ Call Girl service in Chandigarh☎️ Chandiga...
 
Call Girls Service Amritsar Just Call 9352988975 Top Class Call Girl Service ...
Call Girls Service Amritsar Just Call 9352988975 Top Class Call Girl Service ...Call Girls Service Amritsar Just Call 9352988975 Top Class Call Girl Service ...
Call Girls Service Amritsar Just Call 9352988975 Top Class Call Girl Service ...
 
science quiz bee questions.doc FOR ELEMENTARY SCIENCE
science quiz bee questions.doc FOR ELEMENTARY SCIENCEscience quiz bee questions.doc FOR ELEMENTARY SCIENCE
science quiz bee questions.doc FOR ELEMENTARY SCIENCE
 

What is FHIR

  • 2. Igor Bossenko @ Healthcare ➤ Estonian Blood System “father”, architect & the only developer -1995/2005 ➤ HIS ESTER3 “father”, architect & developer - 1999/2005 ➤ HIS eHL “father” & architect - 2005/2013 ➤ HL7 V3 standard visioner & implementor in Estonian NHS - 2006 ➤ Labscala Quality Laboratory (Finland) - 2011 ➤ Lithuanian NHS visioner & FHIR standard implementor - 2014/2016 ➤ FHIR community member and contributor - 2014/.. ➤ Abu-Dhabi Emirate CNM (e-Prescription) - 2017/2018 ➤ HIS HEDA architect - 2018/..
  • 4. INTEROP PROBLEM Data belongs to patient So your system has to export and import INTEROP IS PAIN
  • 5. • Technical interop • Semantic interop
  • 6. QUICK HX • HL7v2 • DICOM • HL7v3 & CDA • OpenEHR • FHIR (future)
  • 7. WHAT IS FHIR • standard • community • eco-system
  • 8. WHAT IS FHIR STANDARD? REST service specification (aka swagger) • Search • CRUD • History
  • 10. REST API GET /Patient/_search?name=malle&name=maasikas HTTP/1.1 200 OK Content-Type: fhir/json;charset=utf-8 Content-Length: length { "resourceType": "Patient", "name": [{ "use": "official", "family": [ "Maasikas" ], "given": [ “Malle"] }], ... }
  • 13. WORKING GROUPS • chat.fhir.org • calls • connectath on tracks • wg meetings • ballots
  • 17. FHIR PROFILE REGISTRY - SIMPLIFIER.NET
  • 18. FHIR COMMUNITY • chat.fhir.org • wiki.hl7.org • Connectathons • github
  • 19. EVENTS •☑ FHIR App Roundtable: Washington •☑ Annual Plenary: Baltimore •☑ FHIR DevDays: Amsterdam 14 Nov •☑ FHIR Meetup Kiev 1 Dec •☐ WGM: San Antonio 12 Jan •☐ FHIR Meetup SPb 26 Jan •☐ HIMSS: Orlando 11 Feb •☐ FHIR Meetup @ Tallinn: XX 2019?
  • 20. ECO-SYSTEM • servers • libraries • tooling • open-source • …
  • 23. SELECT DISTINCT(p.id), p.resource#>'{name,0}' FROM patient p JOIN observation o ON o.resource#>>'{subject,id}' = p.id WHERE (o.resource @> -- LOINC: Smoking status '{"code": {"coding": [{"code": "72166-2"}]}}'::jsonb) AND ((o.resource @> -- SNOMED: Current every day smoker '{"value": {"CodeableConcept": { "coding": [{"code": "449868002"}]}}}') -- SNOMED: Former smoker OR (o.resource @> '{"value": {"CodeableConcept": { "coding": [{"code": "8517006"}]}}}')) -- patient's age > 45 AND (extract(year from age(now(), (p.resource->>'birthDate')::date)) > 45) -- patient gender is male AND (p.resource->>'gender' = 'male'); FHIR ANALYTICS & BULK API https://fbdemo.aidbox.app
  • 24. ONC OPEN API & APPLE HEALTH KIT
  • 25. FHIR WORLD-WIDE ➤ US Hospital Argonaut project http:// argonautwiki.hl7.org ➤ Smart App Galery https:// apps.smarthealthit.org ➤ Possible direct access in Apple Health App https://www.apple.com/newsroom/ 2018/01/apple-announces-effortless- solution-bringing-health-records-to- iPhone/ ➤ Google Big Data project https:// ai.googleblog.com/2018/03/making- healthcare-data-work-better-with.html
  • 26. FHIR IMPLEMENTORS & PILOTS • Lithuania (NHS) • Finland (Kanta) • UK (NHS) • Russia (MIAZ SPb, N3) • Australia • Abu-Dhabi Emirate (e-Prescription) • ...
  • 27. Lithuanian NHS Lithuanian eHealth Information ecosystem NHS Integration layer eHealth portal Reports & statistics Medical Image Bank ePrescription 176 Healthcare providers National register Authentification Health insurance fund Social insurance fund Disability assessment organization Internet patient registration • #1 FHIR NHS in the world
  • 28. Lithuanian NHS architecture • Oracle DB • Jboss Fuse (OSGI, Karaf) • Apache CXF • OAuth • Angular 1.x
  • 29. Abu-Dhabi CNM • United Arab Emirates consists from 7 emirates • Abu Dhabi Emirate contributes ~60 per cent of the GDP • Population of Abu-Dhabi Emirate ~2,120,700 people • CNM - Control Narcotic Medication • #1 FHIR implementation in the Gulf
  • 31. Blaze - FHIR server
  • 32. projectcrucible.org • Passed ~1700 tests • Problems with external libraries …
  • 33. Extensions usage • ~ 90% of the HL7 V3 templates in Estonia have extensions • ~ 60% of the resources HL7 FHIR v0.5 in Lithuania have extensions • 0% of HL7 FHIR resources v3.0.1 in the UAE have extensions
  • 34. SMART on FHIR Scopes and Launch Context • The rights to the organization only prescribe the prescriptions: • user/Patient.*; user/MedicationRequest.*; user/Organization.read; user/ Practitioner.read; user/Medication.read; user/MedicationDispense.read; • Rights for the organization of only dispensing medication: • user/Patient.*; user/MedicationRequest.read; user/Organization.read; user/ Practitioner.read; user/Medication.read; user/Provenance.*; user/ MedicationDispense.*; • The information about the scopes is stored in в Jasig CAS token attribute
  • 35. FHIR MISCONCEPTIONS • silver bullet • FHIR is simple • modeling is hard • interop is hard • => go to community
  • 36. FHIR KNOWN PROBLEMS • version hell • profiling is hard • extensibility
  • 37. HOW TO USE FHIR? 1. inspiration 2. community 3. integration 4. internal
  • 39. Estonia 2006-2010 Estonia is the first country which has implemented a nationwide electronic health record system and gives full access to its citizens. This provides new opportunities to citizens, healthcare providers and e-health developers Тhe international council on medical & care compunetics (http://recordaccess.icmcc.org/tag/portal/) “Patient Opportunities in the Estonian Electronic Health Record System” 2019 ???? Estonia is behind of Lithuania, Uzbekistan, Belarus, etc.
  • 40. Action plan • FHIR pilot • FHIR read-only(?) interface to (some) current V3 services • Make new standard in FHIR • Take FHIR for terminology • FHIR meet up @ Tallinn • We will found external speakers
  • 41. THANK YOU! Credits to Nikolay Ryzhkov