SlideShare a Scribd company logo
Trisotech.com
Automatable Healthcare
Decisions and Workflows
Using FHIR®
Ken Stevens
Director of Enterprise Solutions
ken@smilecdr.com
Denis Gagne
Chief Executive Officer (CEO),
dgagne@Trisotech.com
Trisotech.com
Using FHIR®
Ken Stevens
Director of Enterprise Solutions
ken@smilecdr.com
What is FHIR
Fast
Healthcare
Interoperability
Resources
The Problem
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
1989: HL7v2
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
OBX|2|NM|^Body Weight||79|kg^Kilogram^ISO+|||||F
HL7v2 Limitations
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
Limitations:
✖ Point to point
✖ Limited interoperability
✖ Expensive
OBX|2|NM|^Body Weight||79|kg^Kilogram^ISO+|||||F
2009 Meaningful Use: CDA HIE
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
CDA
HIE
CDA HIE Limitations
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
CDA
Limitations:
✔ Central Repository
✖ Document oriented
✖ No structured search
✖ Not interoperable
✖ Cumbersome format
HIE
Solution 3: FHIR
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
FHIR
2015: FHIR
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
FHIR
Benefits:
✔ Central Repository
✔ Interoperable
✔ Structured data
✔ Rich query language
✔ Easy to implement
Solution 3: FHIR
Lab
Meds
Appts
Claims
Lab
Meds
Appts
Claims
Site 1 Site 2
FHIR
FHIR is a free and open standard for health interoperability, based on modern approaches. It consists of:
1. A robust data model for describing health and administrative data
2. A RESTful API for interacting with that data using either JSON or XML
3. A set of open source tools to implement and test FHIR applications
4. A collection of FHIR Servers around the world that you can interact with
5. A community of implementers working together
What is FHIR
Five Things
FHIR places a heavy emphasis on the 80:20 rule
● 80% - Specification covers only what is needed by 80% of systems worldwide
● 20% - FHIR is easy to extend for your use cases
The FHIR Manifesto
Common Scenarios
FHIR is free to use and free to contribute to
● Specification is licensed under Creative Commons CC0
● Many tools are open source (MIT / Apache license)
The FHIR Manifesto
Be Open
● Being easy to learn is critical to the success of FHIR
● Many organizations have adopted FHIR in weeks
The FHIR Manifesto
Be Easy to Adopt
The Data Model
These are the building blocks of the specification, examples include:
● Patient (the person who receives healthcare)
● Encounter (a doctor’s appointment or hospital stay)
● Observation (e.g. a device reading, or lab value)
● DiagnosticReport (e.g. a whole lab or Xray report)
● MedicationPrescription (Rx for meds)
FHIR defines a set of roughly 150 resources
The Data Model
The FHIR data model is freely available online
{
"resourceType":"Observation",
"id":"287",
"meta":{
"versionId":"2"
},
"extension":[{
"url":"http://uhn.ca/fhir/readings#context",
"valueCode":"BREAKFAST"
}],
"text":{
"div":"<div>Fasting glucose of <b>11.2 mg/dl</b></div>"
},
"status":"final",
"code":{
"coding":[{
"system":"http://loinc.org",
"code":"41604-0",
"display":"Fasting glucose [Mass/​volume] in Capillary blood by Glucometer"
}]
},
"subject":{
"reference":"Patient/1"
JSON
Metadata
Extensions
Narrative
Structured
Data
Trisotech.com
Automatable Healthcare
Decisions and Workflows
Denis Gagne
Chief Executive Officer (CEO),
dgagne@Trisotech.com
© 2020 Object Management Group
Established to foster the sharing and
promulgation of best-practices around
modeling and sharing:
• shareable pathways,
• clinical pathways,
• automatable clinical guidelines, and
• other healthcare knowledge
A robust and thriving community-of-
practice of healthcare institutions,
professional societies, and vendors
www.BPM-Plus.org
Trisotech.com
Setting some Basic Terminology
Workflow
Automation
Decision
Automation
Open Standards
DMN
(DECISION MODEL AND NOTATION)
Decision tables and logical expressions
BPMN
(BUSINESS PROCESS MODEL AND NOTATION)
Prescriptive sequence of activities
CMMN
(CASE MANAGEMENT MODEL AND NOTATION)
Declarative unstructured event-condition-action
Technology enabled
orchestration of activities, able
to react to business events.
Both may have humans in the loop or not.
(Referred to as Knowledge Workers.)
Technology enabled decisions,
returning answers given some
inputs.
Trisotech.com
Answering the Healthcare call to action
Empowering
Patients
01
Moving to
Value-Based
Care
02
Ensuring and
Advancing
Interoperability
03
Promoting Use
of New
Technology
04
Reducing
Clinical and
Administrative
Burden
05
Trisotech.com
Benefits of BPM+ Health
Automatable Clinical Decisions and Workflows
Rapid access
to evidence-
based best
practices
Standardized
clinical
pathways
Better
coordination
of patient
care
Visual story
of the
patient's
progress
Better
decisions at
point of care
Provides
data in
context
Better
clinical and
financial
outcomes
Improved
organizational
and
operational
efficiency
Trisotech.com
Visual Story of what needs to be done
Trisotech.com
Created by
clinicians for
clinicians
 The model is the guideline narrative documentation
 The model is the guideline behavior specification
 The model is the guideline logic
 The model is the guideline automation code
BPM+ Guideline Models
www.Trisotech.com
Trisotech.com
COPD Initial Assessment
Trisotech.com
Human in the loop or not
Unattended
(Straight Through Process)
 The sequence of activities is “orchestrated” by the
automation engine. It does not involve humans in loop.
Examples include:
o medical calculators,
o Scoring,
o Categorization, etc.
 Allows elimination of mundane tasks and decisions.
Attended
(Human Centric Process)
 The sequence of activities is “orchestrated” by the
automation engine. Humans can be involved to:
o confirm or provide inputs,
o confirm or provide outputs,
o make decisions, or
o carry out tasks.
 Allows humans to have veto power.
Trisotech.com
Human in the loop or not
Unattended
(Straight Through Process)
Attended
(Human Centric Process)
Trisotech.com
Modeling Best Practices
Computational
Independent Model
(CIM)
Platform Independent
Model
(PIM)
Platform Specific
Model
(PSM)
SEPARATION OF CONCERNS
Narrative
FHIR enabled
BPMN, CMMN, DMN
Services
Add data types and
logical expressions
Add bindings to
specific data source
Trisotech.com
Trisotech.com
Models
Unattended and Attended
Services
CDS Hooks Card
Pre-fetch
FHIR enabled
Services
Emulates an eHR or eMR
Subject Matter Expert Healthcare Professional
Trisotech.com
COPD
Demo
Trisotech.com
Conclusion
• Visual story of the patient's progress
• Standardized clinical pathways
• Provides data in context
• Improved organizational and operational efficiency
• Better coordination of patient care
• Rapid access to evidence-based best practices
• Better decisions at point of care
• Better clinical and financial outcomes
Automatable Healthcare Decisions and Workflows
Using FHIR®
Ken Stevens
Director of Enterprise Solutions
ken@smilecdr.com
Denis Gagne
Chief Executive Officer (CEO),
dgagne@Trisotech.com

More Related Content

What's hot

Use of Star Schema in Health Care
Use of Star Schema in Health CareUse of Star Schema in Health Care
Use of Star Schema in Health Care
VINEETH M
 
Process Automation in Telemedicine - The Italian Perspective
Process Automation in Telemedicine - The Italian PerspectiveProcess Automation in Telemedicine - The Italian Perspective
Process Automation in Telemedicine - The Italian Perspective
Denis Gagné
 
Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...
Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...
Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...
Denis Gagné
 
Healthcare Data Analytics Implementation
Healthcare Data Analytics ImplementationHealthcare Data Analytics Implementation
Healthcare Data Analytics Implementation
ALTEN Calsoft Labs
 
Healthcare Analytics Adoption Model
Healthcare Analytics Adoption ModelHealthcare Analytics Adoption Model
Healthcare Analytics Adoption Model
Dale Sanders
 
Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...
Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...
Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...
Health Catalyst
 
Late Binding in Data Warehouses
Late Binding in Data WarehousesLate Binding in Data Warehouses
Late Binding in Data WarehousesDale Sanders
 
Process Automation in Telemedicine Reducing Risks
Process Automation in Telemedicine Reducing RisksProcess Automation in Telemedicine Reducing Risks
Process Automation in Telemedicine Reducing Risks
Denis Gagné
 
Bpm+ Automation combined to FHIR Consent Resource
Bpm+ Automation combined to FHIR Consent ResourceBpm+ Automation combined to FHIR Consent Resource
Bpm+ Automation combined to FHIR Consent Resource
Denis Gagné
 
The New Health Catalyst 2.0 Platform and Products
The New Health Catalyst 2.0 Platform and ProductsThe New Health Catalyst 2.0 Platform and Products
The New Health Catalyst 2.0 Platform and Products
Health Catalyst
 
Linking Clinical And Financial Data: The Key To Real Quality And Cost Out
Linking Clinical And Financial Data: The Key To Real Quality And Cost OutLinking Clinical And Financial Data: The Key To Real Quality And Cost Out
Linking Clinical And Financial Data: The Key To Real Quality And Cost Out
Health Catalyst
 
Healthcare analytics-vendors
Healthcare analytics-vendorsHealthcare analytics-vendors
Healthcare analytics-vendors
Robert Levy
 
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
Health Catalyst
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
The Ohio State University Wexner Medical Center
 
Beyond Healthcare Dashboards: Deeper Decision Support
Beyond Healthcare Dashboards: Deeper Decision SupportBeyond Healthcare Dashboards: Deeper Decision Support
Beyond Healthcare Dashboards: Deeper Decision Support
Health Catalyst
 
Demystifying Healthcare Data Governance
Demystifying Healthcare Data GovernanceDemystifying Healthcare Data Governance
Demystifying Healthcare Data Governance
Health Catalyst
 
Creating a roadmap to clinical trial efficiency
Creating a roadmap to clinical trial efficiencyCreating a roadmap to clinical trial efficiency
Creating a roadmap to clinical trial efficiencySubhash Chandra
 
Medical Affairs Excellence Services Summary
Medical Affairs Excellence Services SummaryMedical Affairs Excellence Services Summary
Medical Affairs Excellence Services Summary
Marty Daniel with ThunderActive
 
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Health Catalyst
 
Applying the Science of High Reliability to Improve Operations and Increase...
Applying the Science of High Reliability to Improve Operations and Increase...Applying the Science of High Reliability to Improve Operations and Increase...
Applying the Science of High Reliability to Improve Operations and Increase...
Health Catalyst
 

What's hot (20)

Use of Star Schema in Health Care
Use of Star Schema in Health CareUse of Star Schema in Health Care
Use of Star Schema in Health Care
 
Process Automation in Telemedicine - The Italian Perspective
Process Automation in Telemedicine - The Italian PerspectiveProcess Automation in Telemedicine - The Italian Perspective
Process Automation in Telemedicine - The Italian Perspective
 
Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...
Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...
Novel coronavirus (covid 19) combining predictive models (pmml) and clinical ...
 
Healthcare Data Analytics Implementation
Healthcare Data Analytics ImplementationHealthcare Data Analytics Implementation
Healthcare Data Analytics Implementation
 
Healthcare Analytics Adoption Model
Healthcare Analytics Adoption ModelHealthcare Analytics Adoption Model
Healthcare Analytics Adoption Model
 
Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...
Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...
Network, Technology, and Data: Missing Pieces of the Puzzle for Clinical Tria...
 
Late Binding in Data Warehouses
Late Binding in Data WarehousesLate Binding in Data Warehouses
Late Binding in Data Warehouses
 
Process Automation in Telemedicine Reducing Risks
Process Automation in Telemedicine Reducing RisksProcess Automation in Telemedicine Reducing Risks
Process Automation in Telemedicine Reducing Risks
 
Bpm+ Automation combined to FHIR Consent Resource
Bpm+ Automation combined to FHIR Consent ResourceBpm+ Automation combined to FHIR Consent Resource
Bpm+ Automation combined to FHIR Consent Resource
 
The New Health Catalyst 2.0 Platform and Products
The New Health Catalyst 2.0 Platform and ProductsThe New Health Catalyst 2.0 Platform and Products
The New Health Catalyst 2.0 Platform and Products
 
Linking Clinical And Financial Data: The Key To Real Quality And Cost Out
Linking Clinical And Financial Data: The Key To Real Quality And Cost OutLinking Clinical And Financial Data: The Key To Real Quality And Cost Out
Linking Clinical And Financial Data: The Key To Real Quality And Cost Out
 
Healthcare analytics-vendors
Healthcare analytics-vendorsHealthcare analytics-vendors
Healthcare analytics-vendors
 
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...Data Mining in Healthcare:  How Health Systems Can Improve Quality and Reduce...
Data Mining in Healthcare: How Health Systems Can Improve Quality and Reduce...
 
Data Driven Health Care Enterprise
Data Driven Health Care EnterpriseData Driven Health Care Enterprise
Data Driven Health Care Enterprise
 
Beyond Healthcare Dashboards: Deeper Decision Support
Beyond Healthcare Dashboards: Deeper Decision SupportBeyond Healthcare Dashboards: Deeper Decision Support
Beyond Healthcare Dashboards: Deeper Decision Support
 
Demystifying Healthcare Data Governance
Demystifying Healthcare Data GovernanceDemystifying Healthcare Data Governance
Demystifying Healthcare Data Governance
 
Creating a roadmap to clinical trial efficiency
Creating a roadmap to clinical trial efficiencyCreating a roadmap to clinical trial efficiency
Creating a roadmap to clinical trial efficiency
 
Medical Affairs Excellence Services Summary
Medical Affairs Excellence Services SummaryMedical Affairs Excellence Services Summary
Medical Affairs Excellence Services Summary
 
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
Clinical Data Repository vs. A Data Warehouse - Which Do You Need?
 
Applying the Science of High Reliability to Improve Operations and Increase...
Applying the Science of High Reliability to Improve Operations and Increase...Applying the Science of High Reliability to Improve Operations and Increase...
Applying the Science of High Reliability to Improve Operations and Increase...
 

Similar to Automatable Healthcare Decisions and Workflows using FHIR®

Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTIntegrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Denis Gagné
 
Feb 2009: my University of Wisconsin colloquim presentation
Feb 2009: my University of Wisconsin colloquim presentationFeb 2009: my University of Wisconsin colloquim presentation
Feb 2009: my University of Wisconsin colloquim presentation
Vojtech Huser
 
What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?
Health Catalyst
 
Healthcare use of workflow engine technology with emphasis on data analysis...
Healthcare use of workflow engine technology with emphasis on data  analysis...Healthcare use of workflow engine technology with emphasis on data  analysis...
Healthcare use of workflow engine technology with emphasis on data analysis...
Vojtech Huser
 
The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...
Massimiliano Masi
 
APHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
APHL/CDC Presentation to Vietnamese Health Officials and StakeholdersAPHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
APHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
Eduardo Gonzalez Loumiet, MBA, PMP, CPHIMS
 
Developing the Dashboard
Developing the DashboardDeveloping the Dashboard
Developing the DashboardJane Chiang
 
openEHR China Localization working group
openEHR China Localization working groupopenEHR China Localization working group
openEHR China Localization working group
xudong_lu
 
Common Practice Guidelines: A Significant Gap in Computational Modeling and S...
Common Practice Guidelines: A Significant Gap in Computational Modeling and S...Common Practice Guidelines: A Significant Gap in Computational Modeling and S...
Common Practice Guidelines: A Significant Gap in Computational Modeling and S...
BioGearsEngine
 
IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017
Brad Genereaux
 
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docxHIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
write30
 
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docxHIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
write4
 
What Happens After Your Device is Approved? Collecting Data in the Real World
What Happens After Your Device is Approved? Collecting Data in the Real WorldWhat Happens After Your Device is Approved? Collecting Data in the Real World
What Happens After Your Device is Approved? Collecting Data in the Real World
Medpace
 
IBM impact-final-reviewed1
IBM impact-final-reviewed1IBM impact-final-reviewed1
IBM impact-final-reviewed1Priya Thinagar
 
Dr. Davy Cheng
Dr. Davy ChengDr. Davy Cheng
Dr. Davy Chengichil
 
Identification of emerging technologies via a systematic search strategy deve...
Identification of emerging technologies via a systematic search strategy deve...Identification of emerging technologies via a systematic search strategy deve...
Identification of emerging technologies via a systematic search strategy deve...
University of Michigan Taubman Health Sciences Library
 
Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...
Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...
Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...
openEHR-Japan
 
Workflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in HealthcareWorkflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in Healthcare
Amit Sheth
 

Similar to Automatable Healthcare Decisions and Workflows using FHIR® (20)

Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTIntegrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
 
Feb 2009: my University of Wisconsin colloquim presentation
Feb 2009: my University of Wisconsin colloquim presentationFeb 2009: my University of Wisconsin colloquim presentation
Feb 2009: my University of Wisconsin colloquim presentation
 
What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?What is the best Healthcare Data Warehouse Model for Your Organization?
What is the best Healthcare Data Warehouse Model for Your Organization?
 
Healthcare use of workflow engine technology with emphasis on data analysis...
Healthcare use of workflow engine technology with emphasis on data  analysis...Healthcare use of workflow engine technology with emphasis on data  analysis...
Healthcare use of workflow engine technology with emphasis on data analysis...
 
The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...
 
APHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
APHL/CDC Presentation to Vietnamese Health Officials and StakeholdersAPHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
APHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
 
Developing the Dashboard
Developing the DashboardDeveloping the Dashboard
Developing the Dashboard
 
openEHR China Localization working group
openEHR China Localization working groupopenEHR China Localization working group
openEHR China Localization working group
 
Common Practice Guidelines: A Significant Gap in Computational Modeling and S...
Common Practice Guidelines: A Significant Gap in Computational Modeling and S...Common Practice Guidelines: A Significant Gap in Computational Modeling and S...
Common Practice Guidelines: A Significant Gap in Computational Modeling and S...
 
IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017IHE on FHIR and DICOMweb 2017
IHE on FHIR and DICOMweb 2017
 
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docxHIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
 
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docxHIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
HIM 500 Southern New Hampshire University Healthcare Informatics Discussion.docx
 
What Happens After Your Device is Approved? Collecting Data in the Real World
What Happens After Your Device is Approved? Collecting Data in the Real WorldWhat Happens After Your Device is Approved? Collecting Data in the Real World
What Happens After Your Device is Approved? Collecting Data in the Real World
 
CIBM
CIBMCIBM
CIBM
 
IBM impact-final-reviewed1
IBM impact-final-reviewed1IBM impact-final-reviewed1
IBM impact-final-reviewed1
 
Dr. Davy Cheng
Dr. Davy ChengDr. Davy Cheng
Dr. Davy Cheng
 
Identification of emerging technologies via a systematic search strategy deve...
Identification of emerging technologies via a systematic search strategy deve...Identification of emerging technologies via a systematic search strategy deve...
Identification of emerging technologies via a systematic search strategy deve...
 
Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...
Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...
Introduction of BJU-BMR-RG and use case study of Applying openEHR archetypes ...
 
Workflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in HealthcareWorkflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in Healthcare
 
BMSystems-corporate-management-summary
BMSystems-corporate-management-summaryBMSystems-corporate-management-summary
BMSystems-corporate-management-summary
 

More from Denis Gagné

Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Denis Gagné
 
Generative AI and Regulatory Compliance
Generative AI and Regulatory ComplianceGenerative AI and Regulatory Compliance
Generative AI and Regulatory Compliance
Denis Gagné
 
Automating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the EnterpriseAutomating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the Enterprise
Denis Gagné
 
Low Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdfLow Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdf
Denis Gagné
 
Data Validation in a Low-Code Environment
Data Validation in a Low-Code EnvironmentData Validation in a Low-Code Environment
Data Validation in a Low-Code Environment
Denis Gagné
 
From Laws and Regulations to Decision Automation
From Laws and Regulations to Decision AutomationFrom Laws and Regulations to Decision Automation
From Laws and Regulations to Decision Automation
Denis Gagné
 
Smart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and DecisionsSmart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and Decisions
Denis Gagné
 
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Denis Gagné
 
Pharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and DecisionsPharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and Decisions
Denis Gagné
 
5 Mins Intro to CMMN
5 Mins Intro to CMMN5 Mins Intro to CMMN
5 Mins Intro to CMMN
Denis Gagné
 
Modelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical JourneyModelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical Journey
Denis Gagné
 
BPM+ Health Virtual Coffee: 5 Mins Intro to DMN
BPM+ Health Virtual Coffee: 5 Mins Intro to DMNBPM+ Health Virtual Coffee: 5 Mins Intro to DMN
BPM+ Health Virtual Coffee: 5 Mins Intro to DMN
Denis Gagné
 
Intelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptxIntelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptx
Denis Gagné
 
How do you FEEL about Low Code .pptx
How do you FEEL about Low Code .pptxHow do you FEEL about Low Code .pptx
How do you FEEL about Low Code .pptx
Denis Gagné
 
Enabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptxEnabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptx
Denis Gagné
 
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMNBPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
Denis Gagné
 
Where to start from with BPM+ Health
Where to start from with BPM+ HealthWhere to start from with BPM+ Health
Where to start from with BPM+ Health
Denis Gagné
 
Where to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptxWhere to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptx
Denis Gagné
 
Event-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptxEvent-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptx
Denis Gagné
 
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptxBPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
Denis Gagné
 

More from Denis Gagné (20)

Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Generative AI and Regulatory Compliance
Generative AI and Regulatory ComplianceGenerative AI and Regulatory Compliance
Generative AI and Regulatory Compliance
 
Automating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the EnterpriseAutomating and Orchestrating Processes and Decisions Across the Enterprise
Automating and Orchestrating Processes and Decisions Across the Enterprise
 
Low Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdfLow Code Neuro-Symbolic Agents.pdf
Low Code Neuro-Symbolic Agents.pdf
 
Data Validation in a Low-Code Environment
Data Validation in a Low-Code EnvironmentData Validation in a Low-Code Environment
Data Validation in a Low-Code Environment
 
From Laws and Regulations to Decision Automation
From Laws and Regulations to Decision AutomationFrom Laws and Regulations to Decision Automation
From Laws and Regulations to Decision Automation
 
Smart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and DecisionsSmart Drug Package Inserts using Clinical Workflows and Decisions
Smart Drug Package Inserts using Clinical Workflows and Decisions
 
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
 
Pharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and DecisionsPharma, FHIR, Workflows and Decisions
Pharma, FHIR, Workflows and Decisions
 
5 Mins Intro to CMMN
5 Mins Intro to CMMN5 Mins Intro to CMMN
5 Mins Intro to CMMN
 
Modelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical JourneyModelling the Preoperative Surgical Journey
Modelling the Preoperative Surgical Journey
 
BPM+ Health Virtual Coffee: 5 Mins Intro to DMN
BPM+ Health Virtual Coffee: 5 Mins Intro to DMNBPM+ Health Virtual Coffee: 5 Mins Intro to DMN
BPM+ Health Virtual Coffee: 5 Mins Intro to DMN
 
Intelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptxIntelligent Assistance for Knowledge Workers.pptx
Intelligent Assistance for Knowledge Workers.pptx
 
How do you FEEL about Low Code .pptx
How do you FEEL about Low Code .pptxHow do you FEEL about Low Code .pptx
How do you FEEL about Low Code .pptx
 
Enabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptxEnabling and Debugging Business Automation.pptx
Enabling and Debugging Business Automation.pptx
 
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMNBPM+ Virtual Coffee: 5 Mins Intro to BPMN
BPM+ Virtual Coffee: 5 Mins Intro to BPMN
 
Where to start from with BPM+ Health
Where to start from with BPM+ HealthWhere to start from with BPM+ Health
Where to start from with BPM+ Health
 
Where to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptxWhere to start from with BPM+ Health.pptx
Where to start from with BPM+ Health.pptx
 
Event-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptxEvent-Driven Architecture Webinar.pptx
Event-Driven Architecture Webinar.pptx
 
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptxBPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
BPM+ Virtual Coffee: Overview of BPMN, CMMN and DMN.pptx
 

Recently uploaded

Cardiac Assessment for B.sc Nursing Student.pdf
Cardiac Assessment for B.sc Nursing Student.pdfCardiac Assessment for B.sc Nursing Student.pdf
Cardiac Assessment for B.sc Nursing Student.pdf
shivalingatalekar1
 
Hemodialysis: Chapter 3, Dialysis Water Unit - Dr.Gawad
Hemodialysis: Chapter 3, Dialysis Water Unit - Dr.GawadHemodialysis: Chapter 3, Dialysis Water Unit - Dr.Gawad
Hemodialysis: Chapter 3, Dialysis Water Unit - Dr.Gawad
NephroTube - Dr.Gawad
 
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists  Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Saeid Safari
 
A Classical Text Review on Basavarajeeyam
A Classical Text Review on BasavarajeeyamA Classical Text Review on Basavarajeeyam
A Classical Text Review on Basavarajeeyam
Dr. Jyothirmai Paindla
 
Cervical & Brachial Plexus By Dr. RIG.pptx
Cervical & Brachial Plexus By Dr. RIG.pptxCervical & Brachial Plexus By Dr. RIG.pptx
Cervical & Brachial Plexus By Dr. RIG.pptx
Dr. Rabia Inam Gandapore
 
ARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTS
ARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTSARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTS
ARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTS
Dr. Vinay Pareek
 
micro teaching on communication m.sc nursing.pdf
micro teaching on communication m.sc nursing.pdfmicro teaching on communication m.sc nursing.pdf
micro teaching on communication m.sc nursing.pdf
Anurag Sharma
 
SURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptx
SURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptxSURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptx
SURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptx
Bright Chipili
 
New Drug Discovery and Development .....
New Drug Discovery and Development .....New Drug Discovery and Development .....
New Drug Discovery and Development .....
NEHA GUPTA
 
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.GawadHemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
NephroTube - Dr.Gawad
 
Non-respiratory Functions of the Lungs.pdf
Non-respiratory Functions of the Lungs.pdfNon-respiratory Functions of the Lungs.pdf
Non-respiratory Functions of the Lungs.pdf
MedicoseAcademics
 
Colonic and anorectal physiology with surgical implications
Colonic and anorectal physiology with surgical implicationsColonic and anorectal physiology with surgical implications
Colonic and anorectal physiology with surgical implications
Dr Maria Tamanna
 
Tom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness Journey
Tom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness JourneyTom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness Journey
Tom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness Journey
greendigital
 
Physiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of TastePhysiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of Taste
MedicoseAcademics
 
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptxHow STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
FFragrant
 
Light House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat EuropeLight House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat Europe
Lighthouse Retreat
 
NVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control programNVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control program
Sapna Thakur
 
BRACHYTHERAPY OVERVIEW AND APPLICATORS
BRACHYTHERAPY OVERVIEW  AND  APPLICATORSBRACHYTHERAPY OVERVIEW  AND  APPLICATORS
BRACHYTHERAPY OVERVIEW AND APPLICATORS
Krishan Murari
 
Dehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in Dehradun
Dehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in DehradunDehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in Dehradun
Dehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in Dehradun
chandankumarsmartiso
 
Pictures of Superficial & Deep Fascia.ppt.pdf
Pictures of Superficial & Deep Fascia.ppt.pdfPictures of Superficial & Deep Fascia.ppt.pdf
Pictures of Superficial & Deep Fascia.ppt.pdf
Dr. Rabia Inam Gandapore
 

Recently uploaded (20)

Cardiac Assessment for B.sc Nursing Student.pdf
Cardiac Assessment for B.sc Nursing Student.pdfCardiac Assessment for B.sc Nursing Student.pdf
Cardiac Assessment for B.sc Nursing Student.pdf
 
Hemodialysis: Chapter 3, Dialysis Water Unit - Dr.Gawad
Hemodialysis: Chapter 3, Dialysis Water Unit - Dr.GawadHemodialysis: Chapter 3, Dialysis Water Unit - Dr.Gawad
Hemodialysis: Chapter 3, Dialysis Water Unit - Dr.Gawad
 
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists  Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
 
A Classical Text Review on Basavarajeeyam
A Classical Text Review on BasavarajeeyamA Classical Text Review on Basavarajeeyam
A Classical Text Review on Basavarajeeyam
 
Cervical & Brachial Plexus By Dr. RIG.pptx
Cervical & Brachial Plexus By Dr. RIG.pptxCervical & Brachial Plexus By Dr. RIG.pptx
Cervical & Brachial Plexus By Dr. RIG.pptx
 
ARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTS
ARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTSARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTS
ARTHROLOGY PPT NCISM SYLLABUS AYURVEDA STUDENTS
 
micro teaching on communication m.sc nursing.pdf
micro teaching on communication m.sc nursing.pdfmicro teaching on communication m.sc nursing.pdf
micro teaching on communication m.sc nursing.pdf
 
SURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptx
SURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptxSURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptx
SURGICAL ANATOMY OF THE RETROPERITONEUM, ADRENALS, KIDNEYS AND URETERS.pptx
 
New Drug Discovery and Development .....
New Drug Discovery and Development .....New Drug Discovery and Development .....
New Drug Discovery and Development .....
 
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.GawadHemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
Hemodialysis: Chapter 4, Dialysate Circuit - Dr.Gawad
 
Non-respiratory Functions of the Lungs.pdf
Non-respiratory Functions of the Lungs.pdfNon-respiratory Functions of the Lungs.pdf
Non-respiratory Functions of the Lungs.pdf
 
Colonic and anorectal physiology with surgical implications
Colonic and anorectal physiology with surgical implicationsColonic and anorectal physiology with surgical implications
Colonic and anorectal physiology with surgical implications
 
Tom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness Journey
Tom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness JourneyTom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness Journey
Tom Selleck Health: A Comprehensive Look at the Iconic Actor’s Wellness Journey
 
Physiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of TastePhysiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of Taste
 
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptxHow STIs Influence the Development of Pelvic Inflammatory Disease.pptx
How STIs Influence the Development of Pelvic Inflammatory Disease.pptx
 
Light House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat EuropeLight House Retreats: Plant Medicine Retreat Europe
Light House Retreats: Plant Medicine Retreat Europe
 
NVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control programNVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control program
 
BRACHYTHERAPY OVERVIEW AND APPLICATORS
BRACHYTHERAPY OVERVIEW  AND  APPLICATORSBRACHYTHERAPY OVERVIEW  AND  APPLICATORS
BRACHYTHERAPY OVERVIEW AND APPLICATORS
 
Dehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in Dehradun
Dehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in DehradunDehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in Dehradun
Dehradun #ℂall #gIRLS Oyo Hotel 9719300533 #ℂall #gIRL in Dehradun
 
Pictures of Superficial & Deep Fascia.ppt.pdf
Pictures of Superficial & Deep Fascia.ppt.pdfPictures of Superficial & Deep Fascia.ppt.pdf
Pictures of Superficial & Deep Fascia.ppt.pdf
 

Automatable Healthcare Decisions and Workflows using FHIR®