SlideShare a Scribd company logo
1 of 19
A Baptism of FHIR
@ekivemark
Mark Scrimshire
HHS/CMS Entrepreneur-In-Residence
@ekivemark
What is
@ekivemark
• A Standards Developing Organization
• Accredited by the American National
Standards Institute (ANSI)
• Author of consensus-based standards
• Representing a broad view from healthcare
system stakeholders
• HL7 compiled a collection of message formats
and related clinical standards that loosely
define an ideal presentation of clinical
information
• Adoption of version 3.0 since 2005
drove a “reset” in the HL7 Community
• FHIR is the result of that “reset”
http://www.corepointhealth.com/
whitepapers/evolution-hl7
What is the Industry doing with FHIR?
athenahealth
Beth Israel Deaconess Medical Center
Cerner
Epic
Intermountain Healthcare
Mayo Clinic
MEDITECH
McKesson
Partners HealthCare System
SMART
(Boston Children's Hospital
Informatics Program)
The Advisory Board Company
@ekivemark http://hl7.org/implement/standards/fhir/2
015Jan/argonauts.html
What is FHIR?
Secure
Transport
Developer
Friendly
Structured
Data
@ekivemark
FHIR
Think of it as an International
common Language for Health
@ekivemark
FHIR Can Publish and Consume Data
@ekivemark
What can a FHIR Server Do?
• Its all in the Conformance Statement
http://fhir.bbonfhir.com:8080/f
hir-p/
baseDstu2/metadata/
$everything
?_format=json
@ekivemark
{
"resourceType":"Conformance",
"publisher":"Not provided",
"date":"2015-09-02T15:19:48-04:00",
"software":{
"name":"HAPI FHIR Server",
"version":"1.0-SNAPSHOT"
},
"implementation":{
"description":"UHN Test Server (DSTU2 Resources)"
},
"fhirVersion":"0.5.0",
"acceptUnknown":false,
"format":[
"application/xml+fhir",
"application/json+fhir"
Conformance: What and How
• JSON or XML Description of the Data Profiles
and the Actions each profile supports
interaction":[
{"code":"vread”},
{"code":"update”},
{"code":"delete”},
{"code":"history-instance”},
{"code":"validate”},
{"code":"history-type”},
{"code":"create”},
{"code":"search-type” }]
GET http://localhost:8080/fhir-
p/baseDstu2/Practitioner/32768
@ekivemark
Building Blocks
Primitives
@ekivemark
@ekivemark
Constructing
Resources
• Identifier
• HumanName
• Address
• ContactPoint
• CodeableConcept
Resources: Define what you use
@ekivemark
Codes within Codes
@ekivemark
Cardinality
0..0 Not used
0..1 Optional
0..* Optional
multiple
1..1 Required
1..* At least one
@ekivemark
[{ Address} ,]
“String”
Boolean
Integer
{ CodeableConcept }
Building a FHIR Request
https://fhir.bbonfhir.com:8080/
fhir-p/
Patient/
{123456}
?parameters
[_id=123456]&
[date=>2015-02-14&date=<2015-06-30]&
[name:exact=Eve]&
[_format=json|xml]
@ekivemark
Base-url
resourceType
id
https://www.hl7.org/fhi
r/search.html
FHIR Interactions
• Read
– GET https://example.com/path/{resourceType}/{id}
• Search
– GET https://example.com/path/{resourceType}?search parameters...
• History
– GET https://example.com/path/{resourceType}/{id}/_history
• Operation
– GET https://example.com/path/{resourceType}/{id}/${opname}
• Create
– POST https://example.com/path/{resourceType}
• Update
– PUT https://example.com/path/{resourceType}/{id}
• Delete
– DELETE https://example.com/path/{resourceType}/{id}
• Transaction
– POST https://example.com/path/
• (POST a transaction bundle to the system)
@ekivemark
Implementing FHIR
@ekivemark
• Identify code sets
• Publish codeable concepts
• Map fields to Profile/Resource elements
• Define Legacy-FHIR Integration
– Real time query
– Batch ETL
DEMO/TOUR@ekivemark
Links to know…
• http://hl7-fhir.github.io/index.html
• https://github.com/jamesagnew/hapi-fhir
@ekivemark

More Related Content

What's hot

Patient matching in FHIR
Patient matching in FHIRPatient matching in FHIR
Patient matching in FHIRGrahame Grieve
 
The Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRs
The Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRsThe Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRs
The Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRsMedullan
 
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 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é SpronkFurore_com
 
Nhs trusts meeting at salford
Nhs trusts meeting at salfordNhs trusts meeting at salford
Nhs trusts meeting at salfordEwout Kramer
 
Open mHealth, FHIR and beyond
Open mHealth, FHIR and beyondOpen mHealth, FHIR and beyond
Open mHealth, FHIR and beyondHealthDev
 
HL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersHL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersDavid Hay
 
IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017Brad Genereaux
 
Profile and validation by Grahame Grieve
Profile and validation by Grahame GrieveProfile and validation by Grahame Grieve
Profile and validation by Grahame GrieveFHIR Developer Days
 
FHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Developer Days
 
FHIR DevDays 2015 - introduction to FHIR
FHIR DevDays 2015 - introduction to FHIRFHIR DevDays 2015 - introduction to FHIR
FHIR DevDays 2015 - introduction to FHIREwout Kramer
 
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
 
The FHIR burns brighter (what's new in DSTU2)
The FHIR burns brighter (what's new in DSTU2)The FHIR burns brighter (what's new in DSTU2)
The FHIR burns brighter (what's new in DSTU2)Ewout Kramer
 
IHE France on FHIR
IHE France on FHIRIHE France on FHIR
IHE France on FHIREwout Kramer
 
Route from CCDA to FHIR by Grahame Grieve
Route from CCDA to FHIR by Grahame GrieveRoute from CCDA to FHIR by Grahame Grieve
Route from CCDA to FHIR by Grahame GrieveFurore_com
 
Authoring profiles by Michel Rutten
Authoring profiles by Michel RuttenAuthoring profiles by Michel Rutten
Authoring profiles by Michel RuttenFHIR Developer Days
 
HL7 Fhir for Developers
HL7 Fhir for DevelopersHL7 Fhir for Developers
HL7 Fhir for DevelopersEwout Kramer
 
Vitalis 2016 FHIR Introduction
Vitalis 2016 FHIR IntroductionVitalis 2016 FHIR Introduction
Vitalis 2016 FHIR IntroductionEwout Kramer
 

What's hot (20)

Patient matching in FHIR
Patient matching in FHIRPatient matching in FHIR
Patient matching in FHIR
 
The Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRs
The Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRsThe Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRs
The Innovation Doctor Is In: How SMART on FHIR Will Evolve EHRs
 
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 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
 
Nhs trusts meeting at salford
Nhs trusts meeting at salfordNhs trusts meeting at salford
Nhs trusts meeting at salford
 
Open mHealth, FHIR and beyond
Open mHealth, FHIR and beyondOpen mHealth, FHIR and beyond
Open mHealth, FHIR and beyond
 
HL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersHL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developers
 
IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017
 
Profile and validation by Grahame Grieve
Profile and validation by Grahame GrieveProfile and validation by Grahame Grieve
Profile and validation by Grahame Grieve
 
FHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzie
 
FHIR DevDays 2015 - introduction to FHIR
FHIR DevDays 2015 - introduction to FHIRFHIR DevDays 2015 - introduction to FHIR
FHIR DevDays 2015 - introduction to FHIR
 
FHIR & Ice
FHIR & IceFHIR & Ice
FHIR & Ice
 
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
 
The FHIR burns brighter (what's new in DSTU2)
The FHIR burns brighter (what's new in DSTU2)The FHIR burns brighter (what's new in DSTU2)
The FHIR burns brighter (what's new in DSTU2)
 
IHE France on FHIR
IHE France on FHIRIHE France on FHIR
IHE France on FHIR
 
Route from CCDA to FHIR by Grahame Grieve
Route from CCDA to FHIR by Grahame GrieveRoute from CCDA to FHIR by Grahame Grieve
Route from CCDA to FHIR by Grahame Grieve
 
Authoring profiles by Michel Rutten
Authoring profiles by Michel RuttenAuthoring profiles by Michel Rutten
Authoring profiles by Michel Rutten
 
Introduction to HL7 FHIR
Introduction to HL7 FHIRIntroduction to HL7 FHIR
Introduction to HL7 FHIR
 
HL7 Fhir for Developers
HL7 Fhir for DevelopersHL7 Fhir for Developers
HL7 Fhir for Developers
 
Vitalis 2016 FHIR Introduction
Vitalis 2016 FHIR IntroductionVitalis 2016 FHIR Introduction
Vitalis 2016 FHIR Introduction
 

Viewers also liked

Hl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureHl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureNawanan Theera-Ampornpunt
 
BlueButton on FHIR @HXRconf
BlueButton on FHIR @HXRconf BlueButton on FHIR @HXRconf
BlueButton on FHIR @HXRconf Mark Scrimshire
 
Layman's Guide to ISO8583
Layman's  Guide to ISO8583Layman's  Guide to ISO8583
Layman's Guide to ISO8583Donald Yeo
 
Privacy on FHIR Demo at HIMSS!5
Privacy on FHIR Demo at HIMSS!5Privacy on FHIR Demo at HIMSS!5
Privacy on FHIR Demo at HIMSS!5agropper
 
HIPAA Training: Preventing Employees from Violating HIPAA
HIPAA Training: Preventing Employees from Violating HIPAAHIPAA Training: Preventing Employees from Violating HIPAA
HIPAA Training: Preventing Employees from Violating HIPAAjbhicks
 
Introdução ao Instituto HL7 Brasil
Introdução ao Instituto  HL7 BrasilIntrodução ao Instituto  HL7 Brasil
Introdução ao Instituto HL7 BrasilInstituto HL7 Brasil
 
Rim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsRim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsAbdul-Malik Shakir
 
Hipaa101 updated
Hipaa101 updatedHipaa101 updated
Hipaa101 updatedkkurapat
 
Hippa slide show
Hippa slide showHippa slide show
Hippa slide showheathercool
 
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
 
The Layman's Guide to Microsoft Azure
The Layman's Guide to Microsoft AzureThe Layman's Guide to Microsoft Azure
The Layman's Guide to Microsoft AzureAptera Inc
 
HIPAA Basics
HIPAA BasicsHIPAA Basics
HIPAA BasicsKarna *
 
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
 
Introduction to HL7 FHIR
Introduction to HL7 FHIRIntroduction to HL7 FHIR
Introduction to HL7 FHIRIgor Bossenko
 

Viewers also liked (18)

Hl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureHl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document Architecture
 
BlueButton on FHIR @HXRconf
BlueButton on FHIR @HXRconf BlueButton on FHIR @HXRconf
BlueButton on FHIR @HXRconf
 
Layman's Guide to ISO8583
Layman's  Guide to ISO8583Layman's  Guide to ISO8583
Layman's Guide to ISO8583
 
Privacy on FHIR Demo at HIMSS!5
Privacy on FHIR Demo at HIMSS!5Privacy on FHIR Demo at HIMSS!5
Privacy on FHIR Demo at HIMSS!5
 
HIPAA Training: Preventing Employees from Violating HIPAA
HIPAA Training: Preventing Employees from Violating HIPAAHIPAA Training: Preventing Employees from Violating HIPAA
HIPAA Training: Preventing Employees from Violating HIPAA
 
Hipaa slideshow
Hipaa slideshowHipaa slideshow
Hipaa slideshow
 
Introdução ao Instituto HL7 Brasil
Introdução ao Instituto  HL7 BrasilIntrodução ao Instituto  HL7 Brasil
Introdução ao Instituto HL7 Brasil
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
Rim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsRim derived and influenced hl7 standards
Rim derived and influenced hl7 standards
 
Hipaa101 updated
Hipaa101 updatedHipaa101 updated
Hipaa101 updated
 
Hippa slide show
Hippa slide showHippa slide show
Hippa slide show
 
FHIR and DICOM by Marten Smits
FHIR and DICOM by Marten SmitsFHIR and DICOM by Marten Smits
FHIR and DICOM by Marten Smits
 
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
 
Hadoop Enabled Healthcare
Hadoop Enabled HealthcareHadoop Enabled Healthcare
Hadoop Enabled Healthcare
 
The Layman's Guide to Microsoft Azure
The Layman's Guide to Microsoft AzureThe Layman's Guide to Microsoft Azure
The Layman's Guide to Microsoft Azure
 
HIPAA Basics
HIPAA BasicsHIPAA Basics
HIPAA Basics
 
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
 
Introduction to HL7 FHIR
Introduction to HL7 FHIRIntroduction to HL7 FHIR
Introduction to HL7 FHIR
 

Similar to A Baptism of FHIR - The Layman's intro to HL7 FHIR

Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Abdul-Malik Shakir
 
Open app challenge phase 1 submission team recommind
Open app challenge   phase 1 submission team recommindOpen app challenge   phase 1 submission team recommind
Open app challenge phase 1 submission team recommindKathleenAller
 
Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...
Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...
Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...Justin Campbell
 
Health Information Exchange - Trial Implementation Options
Health Information Exchange - Trial Implementation OptionsHealth Information Exchange - Trial Implementation Options
Health Information Exchange - Trial Implementation OptionsHealth Informatics New Zealand
 
AAMI_HITECH MU: Impact on the Future of HC IT
AAMI_HITECH MU:  Impact on the Future of HC ITAAMI_HITECH MU:  Impact on the Future of HC IT
AAMI_HITECH MU: Impact on the Future of HC ITAmy Stowers
 
Amy walker aami_%202011(7)
Amy walker aami_%202011(7)Amy walker aami_%202011(7)
Amy walker aami_%202011(7)Amy Stowers
 
Alliance HIT Program Overview
Alliance HIT Program OverviewAlliance HIT Program Overview
Alliance HIT Program Overviewjkuhl
 
HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...
HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...
HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...cgoranson
 
The Open Source Revolution
The Open Source RevolutionThe Open Source Revolution
The Open Source RevolutionJack Shaffer
 
HX360 Executive Presentation 9-15 DRAFT CB
HX360 Executive Presentation 9-15 DRAFT CBHX360 Executive Presentation 9-15 DRAFT CB
HX360 Executive Presentation 9-15 DRAFT CBNate Smith
 
oracle-healthcare-solutions-br-1526409
oracle-healthcare-solutions-br-1526409oracle-healthcare-solutions-br-1526409
oracle-healthcare-solutions-br-1526409Simon Instone
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenAbdul-Malik Shakir
 
Karson approaching innovation with commercial ehrs
Karson approaching innovation with commercial ehrsKarson approaching innovation with commercial ehrs
Karson approaching innovation with commercial ehrsTrimed Media Group
 
Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207
Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207
Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207Erik Ginalick
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprisealbinpaul
 
HL7 for TMI November 2009
HL7 for TMI November 2009HL7 for TMI November 2009
HL7 for TMI November 2009Artit Ungkanont
 

Similar to A Baptism of FHIR - The Layman's intro to HL7 FHIR (20)

Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325
 
Open app challenge phase 1 submission team recommind
Open app challenge   phase 1 submission team recommindOpen app challenge   phase 1 submission team recommind
Open app challenge phase 1 submission team recommind
 
Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...
Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...
Galen healthcare solutions Healthcare Information Technology 2017 Year in Rev...
 
Health Information Exchange - Trial Implementation Options
Health Information Exchange - Trial Implementation OptionsHealth Information Exchange - Trial Implementation Options
Health Information Exchange - Trial Implementation Options
 
AAMI_HITECH MU: Impact on the Future of HC IT
AAMI_HITECH MU:  Impact on the Future of HC ITAAMI_HITECH MU:  Impact on the Future of HC IT
AAMI_HITECH MU: Impact on the Future of HC IT
 
Amy walker aami_%202011(7)
Amy walker aami_%202011(7)Amy walker aami_%202011(7)
Amy walker aami_%202011(7)
 
Alliance HIT Program Overview
Alliance HIT Program OverviewAlliance HIT Program Overview
Alliance HIT Program Overview
 
HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...
HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...
HealthBoard: an Open-Source Visual Display for the Patient-Centered Medical H...
 
The Open Source Revolution
The Open Source RevolutionThe Open Source Revolution
The Open Source Revolution
 
HX360 Executive Presentation 9-15 DRAFT CB
HX360 Executive Presentation 9-15 DRAFT CBHX360 Executive Presentation 9-15 DRAFT CB
HX360 Executive Presentation 9-15 DRAFT CB
 
Sustainability of HIEs under CyberSecurity
Sustainability of HIEs under CyberSecuritySustainability of HIEs under CyberSecurity
Sustainability of HIEs under CyberSecurity
 
The Healthdirect Australia Story
The Healthdirect Australia StoryThe Healthdirect Australia Story
The Healthdirect Australia Story
 
oracle-healthcare-solutions-br-1526409
oracle-healthcare-solutions-br-1526409oracle-healthcare-solutions-br-1526409
oracle-healthcare-solutions-br-1526409
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level seven
 
Karson approaching innovation with commercial ehrs
Karson approaching innovation with commercial ehrsKarson approaching innovation with commercial ehrs
Karson approaching innovation with commercial ehrs
 
Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207
Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207
Electronic Health Records Protecting Assets With A Solid Security Plan Wp101207
 
Security Risk Assessment
Security Risk AssessmentSecurity Risk Assessment
Security Risk Assessment
 
HIE technical infrastructure
HIE technical infrastructureHIE technical infrastructure
HIE technical infrastructure
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
 
HL7 for TMI November 2009
HL7 for TMI November 2009HL7 for TMI November 2009
HL7 for TMI November 2009
 

More from Mark Scrimshire

Blue Button for Medicaid
Blue Button for Medicaid Blue Button for Medicaid
Blue Button for Medicaid Mark Scrimshire
 
ONC2019 #interopforum Blue Button 2.0 lessons-learned
ONC2019 #interopforum Blue Button 2.0 lessons-learnedONC2019 #interopforum Blue Button 2.0 lessons-learned
ONC2019 #interopforum Blue Button 2.0 lessons-learnedMark Scrimshire
 
Blue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR Workshop
Blue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR WorkshopBlue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR Workshop
Blue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR WorkshopMark Scrimshire
 
Blue Button 2.0 - At ONC Interoperability Forum
Blue Button 2.0 - At ONC Interoperability ForumBlue Button 2.0 - At ONC Interoperability Forum
Blue Button 2.0 - At ONC Interoperability ForumMark Scrimshire
 
CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017
CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017
CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017Mark Scrimshire
 
POET Application Verification for Consumer Health Apps
POET Application Verification for Consumer Health AppsPOET Application Verification for Consumer Health Apps
POET Application Verification for Consumer Health AppsMark Scrimshire
 
The Power of Consumer Directed Health Data
The Power of Consumer Directed Health DataThe Power of Consumer Directed Health Data
The Power of Consumer Directed Health DataMark Scrimshire
 
The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)
The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)
The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)Mark Scrimshire
 
BlueButton on FHIR at HIMSS'17 HL7 API Symposium
BlueButton on FHIR at HIMSS'17 HL7 API SymposiumBlueButton on FHIR at HIMSS'17 HL7 API Symposium
BlueButton on FHIR at HIMSS'17 HL7 API SymposiumMark Scrimshire
 
CMS BlueButton On FHIR - HIMSS17 Update
CMS BlueButton On FHIR - HIMSS17 UpdateCMS BlueButton On FHIR - HIMSS17 Update
CMS BlueButton On FHIR - HIMSS17 UpdateMark Scrimshire
 
CMS BlueButton on FHIR at Cinderblocks3
CMS BlueButton on FHIR at Cinderblocks3 CMS BlueButton on FHIR at Cinderblocks3
CMS BlueButton on FHIR at Cinderblocks3 Mark Scrimshire
 
BlueButton on FHIR - HxRefactored 2016
BlueButton on FHIR - HxRefactored 2016BlueButton on FHIR - HxRefactored 2016
BlueButton on FHIR - HxRefactored 2016Mark Scrimshire
 
Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...
Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...
Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...Mark Scrimshire
 
Entrepreneur attitude or job title?
Entrepreneur attitude or job title?Entrepreneur attitude or job title?
Entrepreneur attitude or job title?Mark Scrimshire
 
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...Mark Scrimshire
 
BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...
BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...
BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...Mark Scrimshire
 
Tap Your Passion for Opportunity
Tap Your Passion for OpportunityTap Your Passion for Opportunity
Tap Your Passion for OpportunityMark Scrimshire
 
BlueButtonOnFHIR - Payer Briefing
BlueButtonOnFHIR - Payer BriefingBlueButtonOnFHIR - Payer Briefing
BlueButtonOnFHIR - Payer BriefingMark Scrimshire
 

More from Mark Scrimshire (20)

Blue Button for Medicaid
Blue Button for Medicaid Blue Button for Medicaid
Blue Button for Medicaid
 
ONC2019 #interopforum Blue Button 2.0 lessons-learned
ONC2019 #interopforum Blue Button 2.0 lessons-learnedONC2019 #interopforum Blue Button 2.0 lessons-learned
ONC2019 #interopforum Blue Button 2.0 lessons-learned
 
Blue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR Workshop
Blue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR WorkshopBlue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR Workshop
Blue Button 2.0 at ONC Annual Meeting - API 101 and ONC FHIR Workshop
 
Blue Button 2.0 - At ONC Interoperability Forum
Blue Button 2.0 - At ONC Interoperability ForumBlue Button 2.0 - At ONC Interoperability Forum
Blue Button 2.0 - At ONC Interoperability Forum
 
CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017
CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017
CMS Blue Button API - Developer Preview from Health 2.0 #h20devday, 2017
 
POET Application Verification for Consumer Health Apps
POET Application Verification for Consumer Health AppsPOET Application Verification for Consumer Health Apps
POET Application Verification for Consumer Health Apps
 
The Power of Consumer Directed Health Data
The Power of Consumer Directed Health DataThe Power of Consumer Directed Health Data
The Power of Consumer Directed Health Data
 
The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)
The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)
The Power of Beneficiary-Directed Data (CMS BlueButton on FHIR API Update)
 
BlueButton on FHIR at HIMSS'17 HL7 API Symposium
BlueButton on FHIR at HIMSS'17 HL7 API SymposiumBlueButton on FHIR at HIMSS'17 HL7 API Symposium
BlueButton on FHIR at HIMSS'17 HL7 API Symposium
 
CMS BlueButton On FHIR - HIMSS17 Update
CMS BlueButton On FHIR - HIMSS17 UpdateCMS BlueButton On FHIR - HIMSS17 Update
CMS BlueButton On FHIR - HIMSS17 Update
 
CMS BlueButton on FHIR at Cinderblocks3
CMS BlueButton on FHIR at Cinderblocks3 CMS BlueButton on FHIR at Cinderblocks3
CMS BlueButton on FHIR at Cinderblocks3
 
BlueButton on FHIR - HxRefactored 2016
BlueButton on FHIR - HxRefactored 2016BlueButton on FHIR - HxRefactored 2016
BlueButton on FHIR - HxRefactored 2016
 
Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...
Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...
Aneesh Chopra - HealthCa.mp/dev Keynote. 2016: the Year to participate in the...
 
Entrepreneur attitude or job title?
Entrepreneur attitude or job title?Entrepreneur attitude or job title?
Entrepreneur attitude or job title?
 
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
 
BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...
BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...
BlueButton On FHIR Presentation to Attachments Work Group at HL7 Meeting Jan ...
 
Tap Your Passion for Opportunity
Tap Your Passion for OpportunityTap Your Passion for Opportunity
Tap Your Passion for Opportunity
 
BlueButtonOnFHIR - Payer Briefing
BlueButtonOnFHIR - Payer BriefingBlueButtonOnFHIR - Payer Briefing
BlueButtonOnFHIR - Payer Briefing
 
B bon fhir_workshop
B bon fhir_workshopB bon fhir_workshop
B bon fhir_workshop
 
Health2 stat 2015-08-20
Health2 stat 2015-08-20Health2 stat 2015-08-20
Health2 stat 2015-08-20
 

Recently uploaded

ILO (International Labour Organization )
ILO (International Labour Organization )ILO (International Labour Organization )
ILO (International Labour Organization )Puja Kumari
 
Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...vrvipin164
 
Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...ddev2574
 
Madeleine Leininger transcultural theory
Madeleine Leininger transcultural theoryMadeleine Leininger transcultural theory
Madeleine Leininger transcultural theoryJRRolfNeuqelet
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxShubham
 
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...Era University , Lucknow
 
Call Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 Hire
Call Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 HireCall Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 Hire
Call Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 HireCall Girls Delhi
 
Models Call Girls Electronic City | 7001305949 At Low Cost Cash Payment Booking
Models Call Girls Electronic City | 7001305949 At Low Cost Cash Payment BookingModels Call Girls Electronic City | 7001305949 At Low Cost Cash Payment Booking
Models Call Girls Electronic City | 7001305949 At Low Cost Cash Payment Bookingnarwatsonia7
 
Call Girls Defence Colony 9999965857 Cheap & Best with original Photos
Call Girls Defence Colony 9999965857 Cheap & Best with original PhotosCall Girls Defence Colony 9999965857 Cheap & Best with original Photos
Call Girls Defence Colony 9999965857 Cheap & Best with original Photosparshadkalavatidevi7
 
Mobile Health And Apps (mhealth) How to design Application for medical App.pptx
Mobile Health And Apps (mhealth) How to design Application for medical App.pptxMobile Health And Apps (mhealth) How to design Application for medical App.pptx
Mobile Health And Apps (mhealth) How to design Application for medical App.pptxMahesh Chopra
 
Russian Escorts Greater Kailash | 9711199171 | all area service available
Russian Escorts Greater Kailash | 9711199171 | all area service availableRussian Escorts Greater Kailash | 9711199171 | all area service available
Russian Escorts Greater Kailash | 9711199171 | all area service availableveenita788
 
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed RuleShelby Lewis
 
Call Girls Hsr Layout Whatsapp 7001305949 Independent Escort Service
Call Girls Hsr Layout Whatsapp 7001305949 Independent Escort ServiceCall Girls Hsr Layout Whatsapp 7001305949 Independent Escort Service
Call Girls Hsr Layout Whatsapp 7001305949 Independent Escort Servicenarwatsonia7
 
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
 
Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...satishsharma69855
 
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
 
Learn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental FogginessLearn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental Fogginessbkling
 
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdfeurohealthleaders
 
Globalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od DoveGlobalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od Doveagatadrynko
 

Recently uploaded (20)

ILO (International Labour Organization )
ILO (International Labour Organization )ILO (International Labour Organization )
ILO (International Labour Organization )
 
Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
Gurgaon Sector 45 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few ...
 
Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
Rohini Sector 38 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few C...
 
Madeleine Leininger transcultural theory
Madeleine Leininger transcultural theoryMadeleine Leininger transcultural theory
Madeleine Leininger transcultural theory
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptx
 
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of  Hospital A...
Disaster Management Cycle (DMC)| Ms. Pooja Sharma , Department of Hospital A...
 
Call Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 Hire
Call Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 HireCall Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 Hire
Call Girls Hari Nagar 9873940964 Elite Escort Service Available 24/7 Hire
 
Models Call Girls Electronic City | 7001305949 At Low Cost Cash Payment Booking
Models Call Girls Electronic City | 7001305949 At Low Cost Cash Payment BookingModels Call Girls Electronic City | 7001305949 At Low Cost Cash Payment Booking
Models Call Girls Electronic City | 7001305949 At Low Cost Cash Payment Booking
 
Dr Sujit Chatterjee Hiranandani Hospital Kidney.pdf
Dr Sujit Chatterjee Hiranandani Hospital Kidney.pdfDr Sujit Chatterjee Hiranandani Hospital Kidney.pdf
Dr Sujit Chatterjee Hiranandani Hospital Kidney.pdf
 
Call Girls Defence Colony 9999965857 Cheap & Best with original Photos
Call Girls Defence Colony 9999965857 Cheap & Best with original PhotosCall Girls Defence Colony 9999965857 Cheap & Best with original Photos
Call Girls Defence Colony 9999965857 Cheap & Best with original Photos
 
Mobile Health And Apps (mhealth) How to design Application for medical App.pptx
Mobile Health And Apps (mhealth) How to design Application for medical App.pptxMobile Health And Apps (mhealth) How to design Application for medical App.pptx
Mobile Health And Apps (mhealth) How to design Application for medical App.pptx
 
Russian Escorts Greater Kailash | 9711199171 | all area service available
Russian Escorts Greater Kailash | 9711199171 | all area service availableRussian Escorts Greater Kailash | 9711199171 | all area service available
Russian Escorts Greater Kailash | 9711199171 | all area service available
 
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
2025 Inpatient Prospective Payment System (IPPS) Proposed Rule
 
Call Girls Hsr Layout Whatsapp 7001305949 Independent Escort Service
Call Girls Hsr Layout Whatsapp 7001305949 Independent Escort ServiceCall Girls Hsr Layout Whatsapp 7001305949 Independent Escort Service
Call Girls Hsr Layout Whatsapp 7001305949 Independent Escort Service
 
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
 
Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...
Russian Call Girls Kamla Nagar | 9711199171 | High Profile -New Model -Availa...
 
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
 
Learn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental FogginessLearn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental Fogginess
 
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Denmark's Healthcare.pdf
 
Globalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od DoveGlobalny raport: „Prawdziwe piękno 2024" od Dove
Globalny raport: „Prawdziwe piękno 2024" od Dove
 

A Baptism of FHIR - The Layman's intro to HL7 FHIR

  • 1. A Baptism of FHIR @ekivemark Mark Scrimshire HHS/CMS Entrepreneur-In-Residence
  • 3. What is @ekivemark • A Standards Developing Organization • Accredited by the American National Standards Institute (ANSI) • Author of consensus-based standards • Representing a broad view from healthcare system stakeholders • HL7 compiled a collection of message formats and related clinical standards that loosely define an ideal presentation of clinical information • Adoption of version 3.0 since 2005 drove a “reset” in the HL7 Community • FHIR is the result of that “reset” http://www.corepointhealth.com/ whitepapers/evolution-hl7
  • 4. What is the Industry doing with FHIR? athenahealth Beth Israel Deaconess Medical Center Cerner Epic Intermountain Healthcare Mayo Clinic MEDITECH McKesson Partners HealthCare System SMART (Boston Children's Hospital Informatics Program) The Advisory Board Company @ekivemark http://hl7.org/implement/standards/fhir/2 015Jan/argonauts.html
  • 6. FHIR Think of it as an International common Language for Health @ekivemark
  • 7. FHIR Can Publish and Consume Data @ekivemark
  • 8. What can a FHIR Server Do? • Its all in the Conformance Statement http://fhir.bbonfhir.com:8080/f hir-p/ baseDstu2/metadata/ $everything ?_format=json @ekivemark
  • 9. { "resourceType":"Conformance", "publisher":"Not provided", "date":"2015-09-02T15:19:48-04:00", "software":{ "name":"HAPI FHIR Server", "version":"1.0-SNAPSHOT" }, "implementation":{ "description":"UHN Test Server (DSTU2 Resources)" }, "fhirVersion":"0.5.0", "acceptUnknown":false, "format":[ "application/xml+fhir", "application/json+fhir" Conformance: What and How • JSON or XML Description of the Data Profiles and the Actions each profile supports interaction":[ {"code":"vread”}, {"code":"update”}, {"code":"delete”}, {"code":"history-instance”}, {"code":"validate”}, {"code":"history-type”}, {"code":"create”}, {"code":"search-type” }] GET http://localhost:8080/fhir- p/baseDstu2/Practitioner/32768 @ekivemark
  • 11. @ekivemark Constructing Resources • Identifier • HumanName • Address • ContactPoint • CodeableConcept
  • 12. Resources: Define what you use @ekivemark
  • 14. Cardinality 0..0 Not used 0..1 Optional 0..* Optional multiple 1..1 Required 1..* At least one @ekivemark [{ Address} ,] “String” Boolean Integer { CodeableConcept }
  • 15. Building a FHIR Request https://fhir.bbonfhir.com:8080/ fhir-p/ Patient/ {123456} ?parameters [_id=123456]& [date=>2015-02-14&date=<2015-06-30]& [name:exact=Eve]& [_format=json|xml] @ekivemark Base-url resourceType id https://www.hl7.org/fhi r/search.html
  • 16. FHIR Interactions • Read – GET https://example.com/path/{resourceType}/{id} • Search – GET https://example.com/path/{resourceType}?search parameters... • History – GET https://example.com/path/{resourceType}/{id}/_history • Operation – GET https://example.com/path/{resourceType}/{id}/${opname} • Create – POST https://example.com/path/{resourceType} • Update – PUT https://example.com/path/{resourceType}/{id} • Delete – DELETE https://example.com/path/{resourceType}/{id} • Transaction – POST https://example.com/path/ • (POST a transaction bundle to the system) @ekivemark
  • 17. Implementing FHIR @ekivemark • Identify code sets • Publish codeable concepts • Map fields to Profile/Resource elements • Define Legacy-FHIR Integration – Real time query – Batch ETL
  • 19. Links to know… • http://hl7-fhir.github.io/index.html • https://github.com/jamesagnew/hapi-fhir @ekivemark