SlideShare a Scribd company logo
1 of 33
Download to read offline
Prof.	Xudong Lu,	Dr.	Li	Wang
Zhejiang	University,	P.R.China
2017.08.24
A	CDR	implementation	based	on	
openEHR ARM	persistence	method
What is CDR ?
Ø Definition of CDR
• A data store that holds and manages clinical data collected
from service encounters at point of service locations (e.g.
hospitals, clinics) (from ISO/TR 20514,2005)
Ø Widely implemented internationally
• 46.7% Asia Pacific, 71.2% Middle East, 67.2% Canada,
94.8% America
Ø Early adoption in China
• 0.57% hospitals in China until 2014
Ø CDR is particularly important to support medical
information interoperation in China
A	real-time	unified	database	of	patient	clinical	information
Clinical Data Repository
Patient ServiceClinical Support Research
LIS CPOEPACSHMIS EIS OIS
Interoperability
Integration Engine
CIS
CDR	in	Hospital
Clinicians Engineers
Clinical Data Repository
HIS LIS PACS …RIS EIS OIS
Data
Viewer
Data
Analytics
Decision
Support
。。。
Data
Mining
Gap
I want to
query the
count of
patient with
CIK therapy
plan
Researchers
I want to find
the relationship
between
diseases and
certain factors
Patients
I want to find
the number
of patients
like me
I want to
integrate my
new system to
CDR
Increasing requirements
cannot be filled
Developed software
cannot be fully used
The	Gap	between	requirements	and	reality
Solution
An Open Extensible Information Platform
Let the people with data requirements retrieve & query
data themselves
I can
configure a
simple form
for my
request
I can get the
necessary
data as input
to analytics
software
I can query
whatever I
needed
I can
transfer the
data to my
own
structure
Clinical Data Repository
HIS LIS PACS …RIS EIS OIS
Clinicians EngineersResearchers Patients
openEHR Methodology
ØTwo level model & Shared archetypes - CKM
ØFlexibility and scalability of semantics interoperation
ØA promising approach to build the CDR system
Design	concept	of	Archetype-based	CDR	system
Archetype
Template
Data
Persistence
Data
Application
Data
Manipulation
Model	of	data	storage	
generated	from	
archetype
Full	featured	data	
manipulation	on	
archetype
Generated	UI
Structured	data	query	
and	entry
Domain	experts	
manage	the	
archetypes
Experts
ARM
Technicians
Developers
Archetype-driven	data	persistence
Reference
Model
openEHR
Data
Storage
Medical
Knowledge
Data
Requirement
Archetype
Template
Experts
ARM
Constrain
+
L.	Wang,	L.	Min,	R.	Wang,	X.	Lu,	and	H.	Duan,	"Archetype	
relational	mapping-a	practical	openEHR	persistence	
solution,"	BMC	medical	informatics	and	decision	making,	vol.	
15,	p.	1,	2015.
Rule
Technicians
Data	persistence	
xml database
Basic serialization
XML databaseNode+path
1. Performance slower than conventional RDB
2. Not suitable to answer complex query
Take into consideration that almost all the hospitals in China adopt relational database,
the relational database persistence with openEHR approach is necessary.
Hybrid serialization
ARM	– Archetype	Relational	Mapping
Mapping archetypes into multiple relational database tables and mapping leaf
nodes into table fields.
(Instruction	)
PK
(Observation)
PK
(Evaluation)	
PK
(Composition)	
PK
Principle	of	ARM	
Keep the same granularity of information at modeling and persistence.
openEHR Model Entity Relationship Model
Archetype Entity
Archetype Attribute Entity Attribute
Embedded CLUSTER Weak Entity
Archetype Specialization Entity Inheritance
SLOT Relationship
LINK Relationship
Multiple Occurrence Attribute Multiple Occurrence Attribute
Identification Attribute Identification Attribute
Computation Attribute Computation Attribute
openEHR Model Concepts vs. Entity Relational Model Concepts
Experts
RDB
Straight
• Basic data type attribute
• Action archetype state machine
• Basic archetype structure
Boost
• Identification attribute
• Query attribute
• Flattened attribute
Tune
• Propagated attribute
• Singularized attribute
• General/Specific archetype
ARM	data	persistence	rules	
Denormalization
Archetype-driven	data	persistence
Rules	for	mapping	
archetype	to	entity	
Archetype
Template
ARM
Config
Class
-status_Value
-reservedOrder_Value
-……
Class
-memberName
-memberName
-……
Archetype Object
Mapping
(AOM)
entity object
Object Relational
Mapping
(ORM)
Archetype relational Mapping
(ARM) RDB
+
+
Performance	evaluation	
Query IV	(ms) ARM	(ms) Node+Path (ms)
Query	1.1 80	(+74%) 46 5017
Query	1.2 91	(+54%) 59 5121
Query	1.3 196	(+15%) 170 5358
Query	2.1 221	(+16%) 191 24866
Query	2.2 219	(+17%) 187 25094
Query	2.3 474	(+129%) 207 26158
Query	3.1 242 270	(+12%) 294774
Query	3.2 224 299	(+33%) 297388
Query	3.3 254 411	(+62%) 362950
Query	4.1 198	(+13%) 176 127547
Query	4.2 254	(+32%) 193 128508
Query	4.3 1249	(+57%) 797 129901
Query	5.1 113 186	(+65%) 328181
Query	5.2 125 205	(+64%) 329097
Query	5.3 139 239	(+72%) 388727
Query	6.1 14596	(+5150%) 278 5746
Query	6.2 16340	(+5293%) 303 6029
Query	6.3 16453	(+5140%) 314 6984
Query	7.1 14582	(+1028%) 1293 41217
Query	7.2 14649	(+669%) 1904 53352
Ø A comparison study among
the conventional relational
database, the generated
ARM database and the Node
+ Path database.
Ø Five data-retrieving tests
(Query 1.1 - Query 5.3)
Ø Two patient-searching tests
(Query 6.1 - Query 7.2)
Ø The ARM achieve
similar performance as
the conventional
relational databases.
Ø The Node + Path
database requires far
more time than the
other two databases.
Archetype-driven	data	manipulation
Reference
Model
openEHR
Data
Storage
Medical
Knowledge
Data
Requirement
Archetype
Template
Experts
ARM
Constrain
+
Rule
AQL
REST
API
•AQL grammar
•ANTLR grammar analyzer
•Abstract grammar tree
Grammar
analysis
•Archetype
•Variable	
•Path
Legality
verification •Multiple SQLs
Query
execution
•XML or ODIN
•Gzip compression
Result
capsulation
Archetype	Query	Language	- AQL
SELECT o/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value,
o/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value
FROM EHR	e	[openEHR-EHR-EHR.ehr.v1]	CONTAINS	COMPOSITION	c	[openEHR-EHR-COMPOSITION.encounter.v1]	CONTAINS	
OBSERVATION	o	[openEHR-EHR-OBSERVATION.blood_pressure.v1]
WHERE o/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value	>=	140	OR
o/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value	>=	90
INSERT	INTO	OBSERVATION	o	[openEHR-EHR-OBSERVATION.blood_pressure.v1]
VALUES o/uid/value	=	newUID(),
o/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value	=	140,
o/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value	=	90
UPDATE OBSERVATION	o	[openEHR-EHR-OBSERVATION.blood_pressure.v1]
SET o/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value	=	140
WHERE	o/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value	>=	90
DELETE	FROM	OBSERVATION	o	[openEHR-EHR-OBSERVATION.blood_pressure.v1]
WHERE o/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value	>=	140
OR	o/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value	>=	90
REST	API
Ø Auto generated REST API
• GET, POST, PUT, DELETE with template uid or identification
attribute as condition
Ø REST API designer
Performance	comparison	
Query
serial
number
Records
count
API(ms) AQL(ms)
1 1 5 6
2 1 9 6
3 1 5 6
4 1 5 7
5 1 5 5
6 1 5 5
7 1 5 5
8 1 6 13
9 1 6 5
10 1 5 4
Average 1 5.6 6.2
Query
serial
number
Records
count
API(ms) AQL(ms)
1 209 10 20
2 1209 21 71
3 2847 41 150
4 56 5 8
5 1221 19 72
6 1971 28 106
7 1337 24 74
8 7 5 5
9 279 15 20
10 532 15 33
Average 966.8 18.3 55.9
Retrieving	patient	information	by	patient	identifier Retrieving	image	information	by	exam	identifier
The execution time is similar between AQL query and API query. On account of
package for ODIN, the AQL average performance is little slower than API.
Archetype
Model
Information source
Data
Storage
Medical
Knowledge
Data
Requirement
ARM
rules
Archetype
Template
Domain
experts
+ UI
layout
Clinician experts
Drag
Drop
Data
binding
Attributes
edit
Data entry UI
Archetype-driven	data	application
archetype/template	editor
template
archetype/
template	database
Application	
database
create
ARM
expert
AQL
“WYSIWYG”
editor
General	software	framework
Data	application		
template
design
archetype
Application	development	with	user-control	approach
user
application
In order to achieve user-control application development, this study proposes
archetype-driven approach using application template and general software
framework.
The	development	flow
Create	
archetype/template
Choose	and	expand	
template
Add	controls	and	
adjust	page	content
Save	pagesLoad	application
Choose	data	items	
and	generate	HML
• Archetype/
Template Editor
• Archetype –
relational
mapping
• AQL-based
Data Access
Interfaces
• Archetype
driven UI
configuration
Archetype-based	CDR	system	– architecture
Ø Part of Project of “Medical Data Integration & Merging”, funded by
Chinese National “863” Program, initiated in 2012.
Ø Research Purpose: An methodology of implementing open and
extensible CDR and a case study in a pilot hospital
Shangxi Dayi Hospital with 2600 beds
CDR	Implementation	in	Chinese	Hospital
CDR	in	Chinese	Hospital	- Architecture
HIS LIS PACS …RIS EMR CIS
Archetype template
repository
Data access service
Diabetes follow-up Integrated data viewClinical decision support
Research Data Query Quality Data analysis Data mining and analysis
Application based on the CDR
CDR	outcome	
643665
34664534
1355345
14727482
32676 528600 115371 673619 760687
9236476
0
5000000
10000000
15000000
20000000
25000000
30000000
35000000
40000000
Data statistics
Examination	request Examination	data Lab	test	request	 Lab	test	data
Operation	request Diagnosis Health	examination Patient
Encounter Order
Ø 89 archetypes, 85 tables and 142 APIs.
Ø Data volume (2012.8—2015.12)
• Medical data 120G
• 673619 patients and 760687 encounters
ARM	used	in	Population	Health	Information	
Platform	Overall	Architecture	(by	ZJU	&	ZTEICT)
Start from 2016, will be launched on Wuzhou, Guangxi in August
PHIP	system	architecture
PHIP	--Model	Design
PHIP	-- transforming	to	Database
PHIP	---RESTFUL	Interface	configuration
PHIP	– Data	Viewer	Designer
Ø openEHR is a promising methodology to provide a open
and highly extensible solution for building CDR
Ø The study show the feasibility of Archetype/Template
driven approach.
Ø More configurable applications such as decision tools,
clinical quality management tools need to use archetypes
as their data sources to achieve interoperability.
What	we	learned	from	implementation?
Thanks	for	attention!

More Related Content

Similar to A CDR implementation based on openEHR ARM persistence method

Enterprise Analytics: Serving Big Data Projects for Healthcare
Enterprise Analytics: Serving Big Data Projects for HealthcareEnterprise Analytics: Serving Big Data Projects for Healthcare
Enterprise Analytics: Serving Big Data Projects for HealthcareDATA360US
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologySnow Owl
 
Centralizing Data to Address Imperatives in Clinical Development
Centralizing Data to Address Imperatives in Clinical DevelopmentCentralizing Data to Address Imperatives in Clinical Development
Centralizing Data to Address Imperatives in Clinical DevelopmentSaama
 
Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...
Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...
Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...Perficient, Inc.
 
Clever Platform Implementation experience with openEHR
Clever Platform Implementation experience with openEHRClever Platform Implementation experience with openEHR
Clever Platform Implementation experience with openEHRxudong_lu
 
Grid And Healthcare For IOM July 2009
Grid And Healthcare For IOM July 2009Grid And Healthcare For IOM July 2009
Grid And Healthcare For IOM July 2009Ian Foster
 
Chemical workflows supporting automated research data collection
Chemical workflows supporting automated research data collectionChemical workflows supporting automated research data collection
Chemical workflows supporting automated research data collectionValery Tkachenko
 
AI/ML Webinar - Improve Public Health
AI/ML Webinar - Improve Public HealthAI/ML Webinar - Improve Public Health
AI/ML Webinar - Improve Public HealthAmazon Web Services
 
MDL UGM April 2007
MDL UGM April 2007MDL UGM April 2007
MDL UGM April 2007Chris Waller
 
LAS - System Biology Lesson
LAS - System Biology LessonLAS - System Biology Lesson
LAS - System Biology LessonLASircc
 
2004 10-19 rudi vdv
2004 10-19 rudi vdv2004 10-19 rudi vdv
2004 10-19 rudi vdvguest3cf4991
 
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
 
Clinicaldatamanagementindiaasahub 130313225150-phpapp01
Clinicaldatamanagementindiaasahub 130313225150-phpapp01Clinicaldatamanagementindiaasahub 130313225150-phpapp01
Clinicaldatamanagementindiaasahub 130313225150-phpapp01Upendra Agarwal
 
Medical Intelligence EDW 20 juni: Radboudumc
Medical Intelligence EDW 20 juni: RadboudumcMedical Intelligence EDW 20 juni: Radboudumc
Medical Intelligence EDW 20 juni: RadboudumcFurore_com
 
Patient-Like-Mine
Patient-Like-MinePatient-Like-Mine
Patient-Like-MineSimon Yates
 
Revolutionizing Laboratory Instrument Data for the Pharmaceutical Industry:...
Revolutionizing Laboratory  Instrument Data for the  Pharmaceutical Industry:...Revolutionizing Laboratory  Instrument Data for the  Pharmaceutical Industry:...
Revolutionizing Laboratory Instrument Data for the Pharmaceutical Industry:...OSTHUS
 
Build a Next-Generation Clinical Operational Metrics Solution
Build a Next-Generation Clinical Operational Metrics SolutionBuild a Next-Generation Clinical Operational Metrics Solution
Build a Next-Generation Clinical Operational Metrics SolutionSaama
 
Rescuing Data from Decaying and Moribund Clinical Information Systems
Rescuing Data from Decaying and Moribund Clinical Information SystemsRescuing Data from Decaying and Moribund Clinical Information Systems
Rescuing Data from Decaying and Moribund Clinical Information SystemsHealth Informatics New Zealand
 

Similar to A CDR implementation based on openEHR ARM persistence method (20)

Dia09
Dia09Dia09
Dia09
 
Enterprise Analytics: Serving Big Data Projects for Healthcare
Enterprise Analytics: Serving Big Data Projects for HealthcareEnterprise Analytics: Serving Big Data Projects for Healthcare
Enterprise Analytics: Serving Big Data Projects for Healthcare
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to Terminology
 
Centralizing Data to Address Imperatives in Clinical Development
Centralizing Data to Address Imperatives in Clinical DevelopmentCentralizing Data to Address Imperatives in Clinical Development
Centralizing Data to Address Imperatives in Clinical Development
 
Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...
Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...
Using JReview to Analyze Clinical and Pharmacovigilance Data in Disparate Sys...
 
Clever Platform Implementation experience with openEHR
Clever Platform Implementation experience with openEHRClever Platform Implementation experience with openEHR
Clever Platform Implementation experience with openEHR
 
Grid And Healthcare For IOM July 2009
Grid And Healthcare For IOM July 2009Grid And Healthcare For IOM July 2009
Grid And Healthcare For IOM July 2009
 
Chemical workflows supporting automated research data collection
Chemical workflows supporting automated research data collectionChemical workflows supporting automated research data collection
Chemical workflows supporting automated research data collection
 
AI/ML Webinar - Improve Public Health
AI/ML Webinar - Improve Public HealthAI/ML Webinar - Improve Public Health
AI/ML Webinar - Improve Public Health
 
MDL UGM April 2007
MDL UGM April 2007MDL UGM April 2007
MDL UGM April 2007
 
LAS - System Biology Lesson
LAS - System Biology LessonLAS - System Biology Lesson
LAS - System Biology Lesson
 
2004 10-19 rudi vdv
2004 10-19 rudi vdv2004 10-19 rudi vdv
2004 10-19 rudi vdv
 
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 ...
 
CREST Overview
CREST OverviewCREST Overview
CREST Overview
 
Clinicaldatamanagementindiaasahub 130313225150-phpapp01
Clinicaldatamanagementindiaasahub 130313225150-phpapp01Clinicaldatamanagementindiaasahub 130313225150-phpapp01
Clinicaldatamanagementindiaasahub 130313225150-phpapp01
 
Medical Intelligence EDW 20 juni: Radboudumc
Medical Intelligence EDW 20 juni: RadboudumcMedical Intelligence EDW 20 juni: Radboudumc
Medical Intelligence EDW 20 juni: Radboudumc
 
Patient-Like-Mine
Patient-Like-MinePatient-Like-Mine
Patient-Like-Mine
 
Revolutionizing Laboratory Instrument Data for the Pharmaceutical Industry:...
Revolutionizing Laboratory  Instrument Data for the  Pharmaceutical Industry:...Revolutionizing Laboratory  Instrument Data for the  Pharmaceutical Industry:...
Revolutionizing Laboratory Instrument Data for the Pharmaceutical Industry:...
 
Build a Next-Generation Clinical Operational Metrics Solution
Build a Next-Generation Clinical Operational Metrics SolutionBuild a Next-Generation Clinical Operational Metrics Solution
Build a Next-Generation Clinical Operational Metrics Solution
 
Rescuing Data from Decaying and Moribund Clinical Information Systems
Rescuing Data from Decaying and Moribund Clinical Information SystemsRescuing Data from Decaying and Moribund Clinical Information Systems
Rescuing Data from Decaying and Moribund Clinical Information Systems
 

Recently uploaded

Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingWSO2
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseWSO2
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfdanishmna97
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuidePixlogix Infotech
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaWSO2
 

Recently uploaded (20)

Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 

A CDR implementation based on openEHR ARM persistence method