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

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 

A CDR implementation based on openEHR ARM persistence method