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

Patient matching in FHIR
Patient matching in FHIRPatient matching in FHIR
Patient matching in FHIRGrahame Grieve
 
FHIR API for Java programmers by James Agnew
FHIR API for Java programmers by James AgnewFHIR API for Java programmers by James Agnew
FHIR API for Java programmers by James AgnewFHIR Developer Days
 
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 KramerFHIR Developer Days
 
FHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam BaltusFHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam BaltusFHIR Developer Days
 
FHIR tutorial - Afternoon
FHIR tutorial - AfternoonFHIR tutorial - Afternoon
FHIR tutorial - AfternoonEwout Kramer
 
Authoring Profiles in FHIR
Authoring Profiles in FHIRAuthoring Profiles in FHIR
Authoring Profiles in FHIREwout Kramer
 
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 GrieveFHIR Developer Days
 
FHIR Profiles
FHIR ProfilesFHIR Profiles
FHIR ProfilesDavid Hay
 
FHIR architecture overview for non-programmers by René Spronk
FHIR architecture overview for non-programmers by René SpronkFHIR architecture overview for non-programmers by René Spronk
FHIR architecture overview for non-programmers by René SpronkFHIR Developer Days
 
FHIR for clinicians
FHIR for clinicians FHIR for clinicians
FHIR for clinicians David Hay
 
Fhir basics session4_conformance_and_terminology
Fhir basics session4_conformance_and_terminologyFhir basics session4_conformance_and_terminology
Fhir basics session4_conformance_and_terminologyKumar Satyam
 
HL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfHL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfJanaka Peiris
 
Hl7 v2 certification test preparation
Hl7 v2 certification test preparationHl7 v2 certification test preparation
Hl7 v2 certification test preparationAbdul-Malik Shakir
 
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 McKenzieFHIR Developer Days
 
Building an Integrated Healthcare Platform with FHIR®
Building an Integrated Healthcare Platform with FHIR®Building an Integrated Healthcare Platform with FHIR®
Building an Integrated Healthcare Platform with FHIR®WSO2
 
Hl7 vs fhir
Hl7 vs fhirHl7 vs fhir
Hl7 vs fhirThiyagu2
 
FHIR Profiling tutorial
FHIR Profiling tutorialFHIR Profiling tutorial
FHIR Profiling tutorialEwout Kramer
 

What's hot (20)

An Introduction to HL7 FHIR
An Introduction to HL7 FHIRAn Introduction to HL7 FHIR
An Introduction to HL7 FHIR
 
Patient matching in FHIR
Patient matching in FHIRPatient matching in FHIR
Patient matching in FHIR
 
FHIR API for Java programmers by James Agnew
FHIR API for Java programmers by James AgnewFHIR API for Java programmers by James Agnew
FHIR API for Java programmers by James Agnew
 
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 API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam BaltusFHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam Baltus
 
FHIR tutorial - Afternoon
FHIR tutorial - AfternoonFHIR tutorial - Afternoon
FHIR tutorial - Afternoon
 
Authoring Profiles in FHIR
Authoring Profiles in FHIRAuthoring Profiles in FHIR
Authoring Profiles in FHIR
 
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
 
FHIR Profiles
FHIR ProfilesFHIR Profiles
FHIR Profiles
 
FHIR architecture overview for non-programmers by René Spronk
FHIR architecture overview for non-programmers by René SpronkFHIR architecture overview for non-programmers by René Spronk
FHIR architecture overview for non-programmers by René Spronk
 
FHIR for clinicians
FHIR for clinicians FHIR for clinicians
FHIR for clinicians
 
Introduction to hl7 v3
Introduction to hl7 v3Introduction to hl7 v3
Introduction to hl7 v3
 
Fhir basics session4_conformance_and_terminology
Fhir basics session4_conformance_and_terminologyFhir basics session4_conformance_and_terminology
Fhir basics session4_conformance_and_terminology
 
HL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfHL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdf
 
Hl7 v2 certification test preparation
Hl7 v2 certification test preparationHl7 v2 certification test preparation
Hl7 v2 certification test preparation
 
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
 
Building an Integrated Healthcare Platform with FHIR®
Building an Integrated Healthcare Platform with FHIR®Building an Integrated Healthcare Platform with FHIR®
Building an Integrated Healthcare Platform with FHIR®
 
FHIR & Ice
FHIR & IceFHIR & Ice
FHIR & Ice
 
Hl7 vs fhir
Hl7 vs fhirHl7 vs fhir
Hl7 vs fhir
 
FHIR Profiling tutorial
FHIR Profiling tutorialFHIR Profiling tutorial
FHIR Profiling tutorial
 

Similar to What is FHIR

FHIR for implementers in New Zealand
FHIR for implementers in New ZealandFHIR for implementers in New Zealand
FHIR for implementers in New ZealandDavid Hay
 
FHIR - more than the basics
FHIR - more than the basicsFHIR - more than the basics
FHIR - more than the basicsEwout Kramer
 
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-DataDATAVERSITY
 
fhir-documents
fhir-documentsfhir-documents
fhir-documentsDevDays
 
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...Simeon Warner
 
Christchurch presentation
Christchurch presentationChristchurch presentation
Christchurch presentationDavid Hay
 
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 TerminologySnow Owl
 
Intro_To_FHIR.pptx
Intro_To_FHIR.pptxIntro_To_FHIR.pptx
Intro_To_FHIR.pptxPierluigi10
 
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 2014Ewout Kramer
 
Furore devdays 2017- rdf1(solbrig)
Furore devdays 2017- rdf1(solbrig)Furore devdays 2017- rdf1(solbrig)
Furore devdays 2017- rdf1(solbrig)DevDays
 
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 intelligenceSunghwan Kim
 
Capsule endoscopy Patent Landscape 2014 Sample
Capsule endoscopy Patent Landscape 2014 SampleCapsule endoscopy Patent Landscape 2014 Sample
Capsule endoscopy Patent Landscape 2014 SampleKnowmade
 
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 HCASri Ambati
 
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...keesvb
 
20131117 charleston bryant
20131117 charleston bryant20131117 charleston bryant
20131117 charleston bryantORCID, Inc
 
FHIR for Hackers
FHIR for HackersFHIR for Hackers
FHIR for HackersJames Agnew
 
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 HayHL7 New Zealand
 
Big data's impact on healthcare
Big data's impact on healthcareBig data's impact on healthcare
Big data's impact on healthcareRené Kuipers
 
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)apidays
 
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
 
FHIR - more than the basics
FHIR - more than the basicsFHIR - more than the basics
FHIR - more than the basics
 
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
 
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

Healthcare experience (black & white)
Healthcare experience (black & white)Healthcare experience (black & white)
Healthcare experience (black & white)Igor Bossenko
 
Overview of Estonian Health Information System
Overview of  Estonian Health Information System Overview of  Estonian Health Information System
Overview of Estonian Health Information System Igor Bossenko
 
Полосатый рейс
Полосатый рейсПолосатый рейс
Полосатый рейсIgor Bossenko
 
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 serverIgor Bossenko
 
Webapp security (with notes)
Webapp security (with notes)Webapp security (with notes)
Webapp security (with notes)Igor Bossenko
 
Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)Igor Bossenko
 
Introduction to HL7 FHIR
Introduction to HL7 FHIRIntroduction to HL7 FHIR
Introduction to HL7 FHIRIgor Bossenko
 
Single-Page-Application & REST security
Single-Page-Application & REST securitySingle-Page-Application & REST security
Single-Page-Application & REST securityIgor 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 Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...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 in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...mahaiklolahd
 
visakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
visakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetvisakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
visakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Chandigarh
 
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...mahaiklolahd
 
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlKolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlonly4webmaster01
 
💞 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...India Call Girls
 
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...Ahmedabad Call Girls
 
Budhwar Peth ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Budhwar Peth ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Budhwar Peth ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Budhwar Peth ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
2024 PCP #IMPerative Updates in Rheumatology
2024 PCP #IMPerative Updates in Rheumatology2024 PCP #IMPerative Updates in Rheumatology
2024 PCP #IMPerative Updates in RheumatologySidney Erwin Manahan
 
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetVip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetAhmedabad Call Girls
 
🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...
🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...
🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...dilpreetentertainmen
 
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...Sheetaleventcompany
 
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun  UttrakhandDehradun Call Girls 8854095900 Call Girl in Dehradun  Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhandindiancallgirl4rent
 
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...Joya Singh
 
👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...Sheetaleventcompany
 
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreBest Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreDeny Daniel
 
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...Ahmedabad Call Girls
 
Kochi call girls Mallu escort girls available 7877702510
Kochi call girls Mallu escort girls available 7877702510Kochi call girls Mallu escort girls available 7877702510
Kochi call girls Mallu escort girls available 7877702510Vipesco
 

Recently uploaded (20)

Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
Low Rate Call Girls Pune {9xx000xx09} ❤️VVIP NISHA Call Girls in Pune Maharas...
 
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...
 
Punjab Call Girls Contact Number +919053,900,678 Punjab Call Girls
Punjab Call Girls Contact Number +919053,900,678 Punjab Call GirlsPunjab Call Girls Contact Number +919053,900,678 Punjab Call Girls
Punjab Call Girls Contact Number +919053,900,678 Punjab Call Girls
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
 
visakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
visakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetvisakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
visakhapatnam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
 
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlKolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
 
💞 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...
 
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
 
Budhwar Peth ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Budhwar Peth ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Budhwar Peth ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Budhwar Peth ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
2024 PCP #IMPerative Updates in Rheumatology
2024 PCP #IMPerative Updates in Rheumatology2024 PCP #IMPerative Updates in Rheumatology
2024 PCP #IMPerative Updates in Rheumatology
 
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetVip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
 
🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...
🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...
🍑👄Ludhiana Escorts Service☎️98157-77685🍑👄 Call Girl service in Ludhiana☎️Ludh...
 
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
Independent Call Girls Service Chandigarh | 8868886958 | Call Girl Service Nu...
 
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun  UttrakhandDehradun Call Girls 8854095900 Call Girl in Dehradun  Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
 
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
 
👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...
👉Bangalore Call Girl Service👉📞 9179660964 👉📞 Just📲 Call Rajveer Call Girls Se...
 
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreBest Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
 
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
 
Kochi call girls Mallu escort girls available 7877702510
Kochi call girls Mallu escort girls available 7877702510Kochi call girls Mallu escort girls available 7877702510
Kochi call girls Mallu escort girls available 7877702510
 

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