SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
Introduction into HL7 FHIR 
Igor Bossenko 
@Lithuanian Centre of Registers 
17.12.2013
Nortal experience in healthcare 
! HL7 V2 
! 14+ years 
! Estonia Image Bank architecture and development 
! HL7 V3 
! 9+ years 
! Estonian NHR HL7 V3&CDA architecture and standard 
development 
! Estonian eLaboratory standard architecture and development 
! HL7 FHIR („fire“) 
! EMIR integrated web component (in progress)
Why FHIR? 
! FHIR stands for Fast Healthcare Interoperable 
Resource 
! FHIR combines the best features of HL7 V2, HL7 
V3, and CDA, while leveraging the latest web 
service technologies. 
! The design of FHIR is based on RESTful web 
services. 
! FHIR is based on modular components called 
“resources,” and these resources can be combined 
together to solve clinical and administrative 
problems in a practical way. 
! Free
Grahame Grieve, Original Architect of 
HL7 FHIR 
! Q: Can you explain your decision to create HL7 
FHIR using modern protocols? How would you 
compare this decision to the history of HL7 Version 
2 and 3? 
! R: FHIR was born out of frustration with the overall 
direction of HL7 (i.e. v2, v3, and CDA). V2 has been 
great, but has come to the end of the road. V3 has 
tremendous strengths but in the end it failed — too 
much too soon, I think. CDA fixes only some of v3′s 
problems, but is a document, not a data interchange 
specification.
Standards difference (semantic) 
! HL/ V2 (plain text with pipes) 
MSH|^~&|MegaReg|XYZHospC|SuperOE|XYZImgCtr|20060529090131-0500||ADT^A01^ADT_A01|01052901|P|2.5 
EVN||200605290901||||200605290900 
PID|||56782445^^^UAReg^PI||KLEINSAMPLE^BARRY^Q^JR||19620910|M||2028-9^^HL70005^RA99113^^XYZ|260 GOODWIN CREST 
DRIVE^^BIRMINGHAM^AL^35 209^^M~NICKELL’S PICKLES^10000 W 100TH 
! HL7 V3 (XML with namespaces) 
<subject typeCode="SUBJ"> 
<combinedMedicationRequest xmlns:ext="urn:hl7-EE-DL-Ext:v1" classCode="SBADM" moodCode="RQO" 
xsi:type="ext:PORX_IN060360UV_Extension.PORX_MT060160UV.CombinedMedicationRequest" ext:HL7-ClassName="SBADM" ext:HL7-Domain="PORX_RM000000UV" ext:realmCode="EE"> 
<id root="1.3.6.1.4.1.28284.6.2.4.48" extension="1000025189"/> 
<statusCode code="new"/> 
<confidentialityCode codeSystem="1.3.6.1.4.1.28284.6.2.2.43.1" codeSystemName="Volituse liik" code=""/> 
<subject typeCode="SBJ"> 
<patient classCode="PAT"> 
<id root="1.3.6.1.4.1.28284.6.2.2.1" extension="37712092729"/> 
<id root="TTOMaaratudIsikuIdOIDnr" extension=""/> 
! HL7 FHIR (XML w/o namespaces or JSON) 
<Patient xmlns="http://hl7.org/fhir"> 
<!-- Peter James Chalmers, but called &quot;Jim&quot; --> 
<name> 
<use value="official"/> 
<family value="Chalmers"/> 
<given value="Peter"/> 
<given value="James"/> 
</name> 
<name> 
<use value="usual"/> 
<given value="Jim"/> 
</name> 
{ 
"resourceType": "Patient", 
"name": [ 
{ 
"use": "official", 
"family": [ "Chalmers " ], 
"given": [ "Peter", "James" ] 
}, 
{ 
"use": "usual", 
"given": [ "Jim" ] 
} 
] 
}
Standards difference (protocols) 
! HL7 V2 
! MLLP: TCP, FTP 
! HL7 V3 
! SOAP web services 
! HL7 FHIR 
! REST
XDS, CDA? 
! XDS || RCMR -> DocumentReference 
! used to describe a document that is made available to a 
healthcare system. 
! establishes its own context 
! can be displayed to the user 
! has defined update management. 
! CDA -> Resource Composition 
! A set of healthcare-related information that is assembled 
together into a single logical document that provides a 
single coherent statement of meaning, establishes its own 
context and that has clinical attestation with regard to who 
is making the statement. 
! EN 13606 uses the term "Composition" to refer to a single 
commit to an EHR system
Benefits of FHIR 
! Easy to understand and implements 
! Supports web integration 
! Supports atomic transactions 
! Possibility to send allergy w/o discharge summary 
! Usable on mobile platforms and into devices 
! Free 
! Low implementation cost 
! FHIR could help make money and save money. 
! Have ready-to-use Java libraries 
! Have many examples 
! Have ebook and very good web site
Links 
! http://hl7.org/implement/standards/fhir/ 
! http://www.hl7standards.com/blog/2013/06/11/5- 
qs-grahame-grieve/ 
! http://www.hl7standards.com/blog/2013/05/14/ 
interoperability-paradigms-of-fhir/ 
! http://www.healthcareimc.com/node/515 
! http://www.slideshare.net/HINZ/hay-introduction-to- 
hl7-fhir 
! http://blog.interfaceware.com/hl7/what-is-fhir-and- 
why-should-you-care/
Past 
! Estonia is first country in the world who 
used HL7 V3 in NHR implementation
Future with FHIR 
! Lithuania will be first country in 
the world who will use HL7 
FHIR in NHR implementation 
! Lithuania will be country with 
most innovative and modern 
NHR in the world

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (6)

sdch
sdchsdch
sdch
 
Ada2012 Rationale
Ada2012 RationaleAda2012 Rationale
Ada2012 Rationale
 
RDA Work Groups Outputs and Adoption - Early WG Report back session
RDA Work Groups Outputs and Adoption - Early WG Report back sessionRDA Work Groups Outputs and Adoption - Early WG Report back session
RDA Work Groups Outputs and Adoption - Early WG Report back session
 
The Science of Submissions Part IB - How to handle grouping and worksharing i...
The Science of Submissions Part IB - How to handle grouping and worksharing i...The Science of Submissions Part IB - How to handle grouping and worksharing i...
The Science of Submissions Part IB - How to handle grouping and worksharing i...
 
Beyond regulatory submission - standards metadata management
Beyond regulatory submission  - standards metadata managementBeyond regulatory submission  - standards metadata management
Beyond regulatory submission - standards metadata management
 
From e-Lib to NOF-digi and beyond
From e-Lib to NOF-digi and beyondFrom e-Lib to NOF-digi and beyond
From e-Lib to NOF-digi and beyond
 

Andere mochten auch

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
 
HL7 Fhir for Developers
HL7 Fhir for DevelopersHL7 Fhir for Developers
HL7 Fhir for DevelopersEwout Kramer
 
Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)Igor Bossenko
 
Podsumowanie działalności 2013
Podsumowanie działalności  2013Podsumowanie działalności  2013
Podsumowanie działalności 2013owiszowata
 
Rural development
Rural developmentRural development
Rural developmentVir Choksi
 
Linked lists by ammara siddiqui
Linked lists by ammara siddiquiLinked lists by ammara siddiqui
Linked lists by ammara siddiquiAlizay Khan
 
Analysis of Magazine Covers
Analysis of Magazine CoversAnalysis of Magazine Covers
Analysis of Magazine CoversDan Lewsley
 
JCI Belgium 2013 a memory from the president
JCI Belgium 2013 a memory from the presidentJCI Belgium 2013 a memory from the president
JCI Belgium 2013 a memory from the presidentJef Hendrickx
 
About bininj manbolh project slide presentation
About bininj manbolh project slide presentationAbout bininj manbolh project slide presentation
About bininj manbolh project slide presentationBen Tyler
 
2015 JCI Sponsorship Committee overview
2015 JCI Sponsorship Committee overview2015 JCI Sponsorship Committee overview
2015 JCI Sponsorship Committee overviewJef Hendrickx
 
Ets strenne 2015 presentazione
Ets strenne 2015 presentazioneEts strenne 2015 presentazione
Ets strenne 2015 presentazioneAlberto Porro
 
EBJ-Reprint-ENR-Study-Article-1213
EBJ-Reprint-ENR-Study-Article-1213EBJ-Reprint-ENR-Study-Article-1213
EBJ-Reprint-ENR-Study-Article-1213Jeff Holcomb
 
Surlinio introductie social media voor ondernemers
Surlinio introductie social media voor ondernemersSurlinio introductie social media voor ondernemers
Surlinio introductie social media voor ondernemerssurlinio
 
Mouvement des droits civiques
Mouvement des droits civiquesMouvement des droits civiques
Mouvement des droits civiquesethanstultz
 
Migration to foreign countries
Migration to foreign countriesMigration to foreign countries
Migration to foreign countriesVir Choksi
 
De santurce à bilbao (andrés) envoyé
De santurce à bilbao (andrés) envoyéDe santurce à bilbao (andrés) envoyé
De santurce à bilbao (andrés) envoyéandres8008
 

Andere mochten auch (19)

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
 
HL7 Fhir for Developers
HL7 Fhir for DevelopersHL7 Fhir for Developers
HL7 Fhir for Developers
 
Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)Estonian EMR (еЗдоровье в Эстонии)
Estonian EMR (еЗдоровье в Эстонии)
 
Podsumowanie działalności 2013
Podsumowanie działalności  2013Podsumowanie działalności  2013
Podsumowanie działalności 2013
 
Rural development
Rural developmentRural development
Rural development
 
Linked lists by ammara siddiqui
Linked lists by ammara siddiquiLinked lists by ammara siddiqui
Linked lists by ammara siddiqui
 
Analysis of Magazine Covers
Analysis of Magazine CoversAnalysis of Magazine Covers
Analysis of Magazine Covers
 
Capitolul 6
Capitolul 6Capitolul 6
Capitolul 6
 
Stress management
Stress managementStress management
Stress management
 
JCI Belgium 2013 a memory from the president
JCI Belgium 2013 a memory from the presidentJCI Belgium 2013 a memory from the president
JCI Belgium 2013 a memory from the president
 
About bininj manbolh project slide presentation
About bininj manbolh project slide presentationAbout bininj manbolh project slide presentation
About bininj manbolh project slide presentation
 
2015 JCI Sponsorship Committee overview
2015 JCI Sponsorship Committee overview2015 JCI Sponsorship Committee overview
2015 JCI Sponsorship Committee overview
 
Ets strenne 2015 presentazione
Ets strenne 2015 presentazioneEts strenne 2015 presentazione
Ets strenne 2015 presentazione
 
EBJ-Reprint-ENR-Study-Article-1213
EBJ-Reprint-ENR-Study-Article-1213EBJ-Reprint-ENR-Study-Article-1213
EBJ-Reprint-ENR-Study-Article-1213
 
Surlinio introductie social media voor ondernemers
Surlinio introductie social media voor ondernemersSurlinio introductie social media voor ondernemers
Surlinio introductie social media voor ondernemers
 
Mouvement des droits civiques
Mouvement des droits civiquesMouvement des droits civiques
Mouvement des droits civiques
 
hashing hash
hashing hash hashing hash
hashing hash
 
Migration to foreign countries
Migration to foreign countriesMigration to foreign countries
Migration to foreign countries
 
De santurce à bilbao (andrés) envoyé
De santurce à bilbao (andrés) envoyéDe santurce à bilbao (andrés) envoyé
De santurce à bilbao (andrés) envoyé
 

Ähnlich wie Introduction to HL7 FHIR

Un unbis-agrovoc 2010-09-03
Un unbis-agrovoc 2010-09-03Un unbis-agrovoc 2010-09-03
Un unbis-agrovoc 2010-09-03Johannes Keizer
 
Building bridges devdays 2017- powerpoint template
Building bridges devdays 2017- powerpoint templateBuilding bridges devdays 2017- powerpoint template
Building bridges devdays 2017- powerpoint templateDevDays
 
SKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategiesSKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategiesSemantic Web Company
 
Edifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs Inc
 
Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014
Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014
Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014KDZ - Zentrum für Verwaltungsforschung
 
Iehr ciif sdk-slides-draft-h
Iehr ciif sdk-slides-draft-hIehr ciif sdk-slides-draft-h
Iehr ciif sdk-slides-draft-hckuyehar
 
Towards an architecture and adoption process for Linked Data technologies in ...
Towards an architecture and adoption process for Linked Data technologies in ...Towards an architecture and adoption process for Linked Data technologies in ...
Towards an architecture and adoption process for Linked Data technologies in ...Jose Emilio Labra Gayo
 
PoolParty Semantic Suite - Functional Overview
PoolParty Semantic Suite - Functional OverviewPoolParty Semantic Suite - Functional Overview
PoolParty Semantic Suite - Functional OverviewSemantic Web Company
 
PoolParty Semantic Suite - LT-Innovate Industry Summit-2016 - Brussels
PoolParty Semantic Suite -  LT-Innovate Industry Summit-2016 - BrusselsPoolParty Semantic Suite -  LT-Innovate Industry Summit-2016 - Brussels
PoolParty Semantic Suite - LT-Innovate Industry Summit-2016 - BrusselsMartin Kaltenböck
 
“Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services” “Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services” diannepatricia
 
Why SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data StrategyWhy SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data StrategySemantic Web Company
 
Translating Ontologies in Real-World Settings
Translating Ontologies in Real-World SettingsTranslating Ontologies in Real-World Settings
Translating Ontologies in Real-World SettingsMauro Dragoni
 
Deep dive into the native multi model database ArangoDB
Deep dive into the native multi model database ArangoDBDeep dive into the native multi model database ArangoDB
Deep dive into the native multi model database ArangoDBArangoDB Database
 
: HL7 Survival Guide - Chapter 7 – Gap Analysis
: HL7 Survival Guide - Chapter 7 – Gap Analysis: HL7 Survival Guide - Chapter 7 – Gap Analysis
: HL7 Survival Guide - Chapter 7 – Gap AnalysisCaristix
 
The AGROVOC Concept Server Workbench System: Empowering management of agricul...
The AGROVOC Concept Server Workbench System: Empowering management of agricul...The AGROVOC Concept Server Workbench System: Empowering management of agricul...
The AGROVOC Concept Server Workbench System: Empowering management of agricul...IAALD Community
 
Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Gautier Poupeau
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologiesanup4704
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologiesanup4704
 

Ähnlich wie Introduction to HL7 FHIR (20)

Un unbis-agrovoc 2010-09-03
Un unbis-agrovoc 2010-09-03Un unbis-agrovoc 2010-09-03
Un unbis-agrovoc 2010-09-03
 
Building bridges devdays 2017- powerpoint template
Building bridges devdays 2017- powerpoint templateBuilding bridges devdays 2017- powerpoint template
Building bridges devdays 2017- powerpoint template
 
SKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategiesSKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategies
 
CV20151226
CV20151226CV20151226
CV20151226
 
Edifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs- warming up to fhir
Edifecs- warming up to fhir
 
Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014
Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014
Enterprise linked data - open or closed, Andreas Blumauer, Keynote SMWCon 2014
 
Iehr ciif sdk-slides-draft-h
Iehr ciif sdk-slides-draft-hIehr ciif sdk-slides-draft-h
Iehr ciif sdk-slides-draft-h
 
Towards an architecture and adoption process for Linked Data technologies in ...
Towards an architecture and adoption process for Linked Data technologies in ...Towards an architecture and adoption process for Linked Data technologies in ...
Towards an architecture and adoption process for Linked Data technologies in ...
 
PoolParty Semantic Suite - Functional Overview
PoolParty Semantic Suite - Functional OverviewPoolParty Semantic Suite - Functional Overview
PoolParty Semantic Suite - Functional Overview
 
PoolParty Semantic Suite - LT-Innovate Industry Summit-2016 - Brussels
PoolParty Semantic Suite -  LT-Innovate Industry Summit-2016 - BrusselsPoolParty Semantic Suite -  LT-Innovate Industry Summit-2016 - Brussels
PoolParty Semantic Suite - LT-Innovate Industry Summit-2016 - Brussels
 
“Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services” “Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services”
 
Why SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data StrategyWhy SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data Strategy
 
Translating Ontologies in Real-World Settings
Translating Ontologies in Real-World SettingsTranslating Ontologies in Real-World Settings
Translating Ontologies in Real-World Settings
 
Deep dive into the native multi model database ArangoDB
Deep dive into the native multi model database ArangoDBDeep dive into the native multi model database ArangoDB
Deep dive into the native multi model database ArangoDB
 
: HL7 Survival Guide - Chapter 7 – Gap Analysis
: HL7 Survival Guide - Chapter 7 – Gap Analysis: HL7 Survival Guide - Chapter 7 – Gap Analysis
: HL7 Survival Guide - Chapter 7 – Gap Analysis
 
The AGROVOC Concept Server Workbench System: Empowering management of agricul...
The AGROVOC Concept Server Workbench System: Empowering management of agricul...The AGROVOC Concept Server Workbench System: Empowering management of agricul...
The AGROVOC Concept Server Workbench System: Empowering management of agricul...
 
Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologies
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologies
 
Fuse overview
Fuse overviewFuse overview
Fuse overview
 

Mehr von 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
 
Webapp security (with notes)
Webapp security (with notes)Webapp security (with notes)
Webapp security (with notes)Igor Bossenko
 
Single-Page-Application & REST security
Single-Page-Application & REST securitySingle-Page-Application & REST security
Single-Page-Application & REST securityIgor Bossenko
 

Mehr von Igor Bossenko (7)

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
 
What is FHIR
What is FHIRWhat is FHIR
What is FHIR
 
Гравицапа
ГравицапаГравицапа
Гравицапа
 
Полосатый рейс
Полосатый рейсПолосатый рейс
Полосатый рейс
 
Webapp security (with notes)
Webapp security (with notes)Webapp security (with notes)
Webapp security (with notes)
 
Single-Page-Application & REST security
Single-Page-Application & REST securitySingle-Page-Application & REST security
Single-Page-Application & REST security
 

Kürzlich hochgeladen

Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...amynickle2106
 
Back care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationBack care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationpratiksha ghimire
 
What are weight loss medication services?
What are weight loss medication services?What are weight loss medication services?
What are weight loss medication services?Optimal Healing 4u
 
Artificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid DynamicsArtificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid DynamicsParag Kothawade
 
Medisep insurance policy , new kerala government insurance policy for govrnm...
Medisep insurance policy , new  kerala government insurance policy for govrnm...Medisep insurance policy , new  kerala government insurance policy for govrnm...
Medisep insurance policy , new kerala government insurance policy for govrnm...LinshaLichu1
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSNehaSaini499770
 
unit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptxunit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptxBkGupta21
 
EHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper ColinEHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper ColinJasper Colin
 
MVP Health Care City of Schenectady Presentation
MVP Health Care City of Schenectady PresentationMVP Health Care City of Schenectady Presentation
MVP Health Care City of Schenectady PresentationMVP Health Care
 
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdfExploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdfDharma Homoeopathy
 
Biology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wiseBiology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wiseNAGKINGRAPELLY
 
lupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlylupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlyRitasman Baisya
 
Clinical Education Presentation at Accelacare
Clinical Education Presentation at AccelacareClinical Education Presentation at Accelacare
Clinical Education Presentation at Accelacarepablor40
 
Understanding Cholera: Epidemiology, Prevention, and Control.pdf
Understanding Cholera: Epidemiology, Prevention, and Control.pdfUnderstanding Cholera: Epidemiology, Prevention, and Control.pdf
Understanding Cholera: Epidemiology, Prevention, and Control.pdfSasikiranMarri
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...The Lifesciences Magazine
 
Immediate care of newborn, midwifery and obstetrical nursing
Immediate care of newborn, midwifery and obstetrical nursingImmediate care of newborn, midwifery and obstetrical nursing
Immediate care of newborn, midwifery and obstetrical nursingNursing education
 
Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...mauryashreya478
 
The future of change - strategic translation
The future of change - strategic translationThe future of change - strategic translation
The future of change - strategic translationHelenBevan4
 
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGYANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGYDrmayuribhise
 

Kürzlich hochgeladen (20)

Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...Critical Advancements in Healthcare Software Development | smartData Enterpri...
Critical Advancements in Healthcare Software Development | smartData Enterpri...
 
Back care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationBack care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentation
 
Check Your own POSTURE & treat yourself.pptx
Check Your own POSTURE & treat yourself.pptxCheck Your own POSTURE & treat yourself.pptx
Check Your own POSTURE & treat yourself.pptx
 
What are weight loss medication services?
What are weight loss medication services?What are weight loss medication services?
What are weight loss medication services?
 
Artificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid DynamicsArtificial Intelligence Robotics & Computational Fluid Dynamics
Artificial Intelligence Robotics & Computational Fluid Dynamics
 
Medisep insurance policy , new kerala government insurance policy for govrnm...
Medisep insurance policy , new  kerala government insurance policy for govrnm...Medisep insurance policy , new  kerala government insurance policy for govrnm...
Medisep insurance policy , new kerala government insurance policy for govrnm...
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
 
unit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptxunit-3 blood product B.Pharma 3rd year .pptx
unit-3 blood product B.Pharma 3rd year .pptx
 
EHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper ColinEHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper Colin
 
MVP Health Care City of Schenectady Presentation
MVP Health Care City of Schenectady PresentationMVP Health Care City of Schenectady Presentation
MVP Health Care City of Schenectady Presentation
 
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdfExploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
Exploring the Integration of Homeopathy and Allopathy in Healthcare.pdf
 
Biology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wiseBiology class 12 assignment neet level practise chapter wise
Biology class 12 assignment neet level practise chapter wise
 
lupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughlylupus quiz.pptx for knowing lupus thoroughly
lupus quiz.pptx for knowing lupus thoroughly
 
Clinical Education Presentation at Accelacare
Clinical Education Presentation at AccelacareClinical Education Presentation at Accelacare
Clinical Education Presentation at Accelacare
 
Understanding Cholera: Epidemiology, Prevention, and Control.pdf
Understanding Cholera: Epidemiology, Prevention, and Control.pdfUnderstanding Cholera: Epidemiology, Prevention, and Control.pdf
Understanding Cholera: Epidemiology, Prevention, and Control.pdf
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
 
Immediate care of newborn, midwifery and obstetrical nursing
Immediate care of newborn, midwifery and obstetrical nursingImmediate care of newborn, midwifery and obstetrical nursing
Immediate care of newborn, midwifery and obstetrical nursing
 
Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...Information about acne, detail description of their treatment by topical and ...
Information about acne, detail description of their treatment by topical and ...
 
The future of change - strategic translation
The future of change - strategic translationThe future of change - strategic translation
The future of change - strategic translation
 
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGYANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
 

Introduction to HL7 FHIR

  • 1. Introduction into HL7 FHIR Igor Bossenko @Lithuanian Centre of Registers 17.12.2013
  • 2. Nortal experience in healthcare ! HL7 V2 ! 14+ years ! Estonia Image Bank architecture and development ! HL7 V3 ! 9+ years ! Estonian NHR HL7 V3&CDA architecture and standard development ! Estonian eLaboratory standard architecture and development ! HL7 FHIR („fire“) ! EMIR integrated web component (in progress)
  • 3. Why FHIR? ! FHIR stands for Fast Healthcare Interoperable Resource ! FHIR combines the best features of HL7 V2, HL7 V3, and CDA, while leveraging the latest web service technologies. ! The design of FHIR is based on RESTful web services. ! FHIR is based on modular components called “resources,” and these resources can be combined together to solve clinical and administrative problems in a practical way. ! Free
  • 4. Grahame Grieve, Original Architect of HL7 FHIR ! Q: Can you explain your decision to create HL7 FHIR using modern protocols? How would you compare this decision to the history of HL7 Version 2 and 3? ! R: FHIR was born out of frustration with the overall direction of HL7 (i.e. v2, v3, and CDA). V2 has been great, but has come to the end of the road. V3 has tremendous strengths but in the end it failed — too much too soon, I think. CDA fixes only some of v3′s problems, but is a document, not a data interchange specification.
  • 5. Standards difference (semantic) ! HL/ V2 (plain text with pipes) MSH|^~&|MegaReg|XYZHospC|SuperOE|XYZImgCtr|20060529090131-0500||ADT^A01^ADT_A01|01052901|P|2.5 EVN||200605290901||||200605290900 PID|||56782445^^^UAReg^PI||KLEINSAMPLE^BARRY^Q^JR||19620910|M||2028-9^^HL70005^RA99113^^XYZ|260 GOODWIN CREST DRIVE^^BIRMINGHAM^AL^35 209^^M~NICKELL’S PICKLES^10000 W 100TH ! HL7 V3 (XML with namespaces) <subject typeCode="SUBJ"> <combinedMedicationRequest xmlns:ext="urn:hl7-EE-DL-Ext:v1" classCode="SBADM" moodCode="RQO" xsi:type="ext:PORX_IN060360UV_Extension.PORX_MT060160UV.CombinedMedicationRequest" ext:HL7-ClassName="SBADM" ext:HL7-Domain="PORX_RM000000UV" ext:realmCode="EE"> <id root="1.3.6.1.4.1.28284.6.2.4.48" extension="1000025189"/> <statusCode code="new"/> <confidentialityCode codeSystem="1.3.6.1.4.1.28284.6.2.2.43.1" codeSystemName="Volituse liik" code=""/> <subject typeCode="SBJ"> <patient classCode="PAT"> <id root="1.3.6.1.4.1.28284.6.2.2.1" extension="37712092729"/> <id root="TTOMaaratudIsikuIdOIDnr" extension=""/> ! HL7 FHIR (XML w/o namespaces or JSON) <Patient xmlns="http://hl7.org/fhir"> <!-- Peter James Chalmers, but called &quot;Jim&quot; --> <name> <use value="official"/> <family value="Chalmers"/> <given value="Peter"/> <given value="James"/> </name> <name> <use value="usual"/> <given value="Jim"/> </name> { "resourceType": "Patient", "name": [ { "use": "official", "family": [ "Chalmers " ], "given": [ "Peter", "James" ] }, { "use": "usual", "given": [ "Jim" ] } ] }
  • 6. Standards difference (protocols) ! HL7 V2 ! MLLP: TCP, FTP ! HL7 V3 ! SOAP web services ! HL7 FHIR ! REST
  • 7. XDS, CDA? ! XDS || RCMR -> DocumentReference ! used to describe a document that is made available to a healthcare system. ! establishes its own context ! can be displayed to the user ! has defined update management. ! CDA -> Resource Composition ! A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. ! EN 13606 uses the term "Composition" to refer to a single commit to an EHR system
  • 8. Benefits of FHIR ! Easy to understand and implements ! Supports web integration ! Supports atomic transactions ! Possibility to send allergy w/o discharge summary ! Usable on mobile platforms and into devices ! Free ! Low implementation cost ! FHIR could help make money and save money. ! Have ready-to-use Java libraries ! Have many examples ! Have ebook and very good web site
  • 9. Links ! http://hl7.org/implement/standards/fhir/ ! http://www.hl7standards.com/blog/2013/06/11/5- qs-grahame-grieve/ ! http://www.hl7standards.com/blog/2013/05/14/ interoperability-paradigms-of-fhir/ ! http://www.healthcareimc.com/node/515 ! http://www.slideshare.net/HINZ/hay-introduction-to- hl7-fhir ! http://blog.interfaceware.com/hl7/what-is-fhir-and- why-should-you-care/
  • 10. Past ! Estonia is first country in the world who used HL7 V3 in NHR implementation
  • 11. Future with FHIR ! Lithuania will be first country in the world who will use HL7 FHIR in NHR implementation ! Lithuania will be country with most innovative and modern NHR in the world