SlideShare uma empresa Scribd logo
1 de 45
Baixar para ler offline
Ian McNicoll
Introduction to openEHR
Reference Model (RM)
openEHR RM for ‘mortals’
The clinical modelling tools hide
most of the Reference Model
and detailed understanding is
not required for clinicians or 3rd
party developers
Some aspects of the RM are
worth knowing as it carries a
few key pieces of information
that do not need to be modelled
in archetypes i.e we get those
‘for free’
Technical modelling basics
A few basic ideas from the world
of technical modelling will help
BUT .. the whole point of openEHR
and archetypes is to hide most of
this complexity
Classes
‘Classes’ are definitions of
data structures
the ‘assembly instructions’ or
‘recipe’
Classes have attributes
(properties)
Datatypes
Datatypes describe the basic type
of information being carried
a piece of text
a quantity
a date or time duration
an image
etc, etc
Inheritance
Classes can based on other
‘parent’ classes
called inheritance or ‘sub-
classing’
the sub-classes ‘inherit’ all the
properties or attributes of the
parent
Dog is a sub-class of Animal
‘Labrador' is a sub-class of ‘Dog’
If ‘Dog’ has an attribute of ‘tail’, The
Labrador class will also have ‘Tail’
Facebook class example
Mailing Address
Objects
Objects carry the data
specified by the classes
Classes are ‘the recipe’
Objects are ‘the cake’
What does the RM cover?
Set of classes defining the generic
structure of a patient health record
Medico-legal context + audit details
Health data versioning specification
Handling archetypes data via paths
‘LOCATABLE class
Datatype definitions
Archetypes and the RM
Archetypes are built on top of the RM
classes and ‘inherit’ their attributes
e.g. An Observation archetype such as
Blood pressure inherits the attributes of
the RM OBSERVATION class
Archetypes use the RM datatypes
Most of these properties are technical
but some are important to clinical
modellers
Clinical records overview
Pablo Pazos: Design and Implementation of clinical database using openEHR
http://www.slideshare.net/pablitox/design-and-implementation-of-clinical-databases-using-openehr?related=3
Outline of a health record
The openEHR health record is a
tree-like structure
The root for a single patient is
the EHR
All of the patient data is
contained in COMPOSITIONS
At the end of each branch of
the tree is a leaf node - the
actual datapoint, the ELEMENT
which carries the value
http://www.slideshare.net/pablitox/design-and-implementation-of-
clinical-databases-using-openehr?related=3
Archetypes are based on RM ‘classes’
EHR
Folders
Compositions
Sections
Entries
Clusters
Elements
Electronic health record for one person
High level organisation of the EHR,
e.g. by episode or by specialty
Set of entries comprising a clinical care
session or document, e.g. encounter, result
Clinical headings reflecting workflow or
consultation process
Clinical statements about observations,
evaluations, instructions, actions
Entry subcomponents, e.g. device details or
inspired oxygen information
Leaf nodes of name-value pair and
datatype, e.g. body weight = 60kg (Quantity)
Key openEHR Classes
EHR
FOLDER (optional)
COMPOSITION
SECTION (optional)
ENTRY
ELEMENT
ELEMENT
ENTRY
ELEMENT
ELEMENT
ENTRY
ELEMENT
ELEMENT
ELEMENT
ELEMENT
CLUSTER
ELEMENT
SECTION (optional)
openEHR data objects
EHR
COMPOSITION = ‘Nursing Observations
SECTION Vital signs
ENTRY Blood P.
Systolic
Diastolic
ENTRY Pulse
Rate
Rhythm
General appearance
Skin colour
Behaviour
Skin turgor
Capillary
Return
Hydration
SECTION = ‘Other obs’
ehr_id = 5c8a8636-bc98-4441-abd5-e9cf396e8833
134 mmHg
86 mmHg
134 mmHg
Irregular
Jaundiced
Normal
Reduced
30s
EHR
Top-level container for all of the
data for a single patient
Each EHR has a unique,
anonymous ID the ehr_id
This needs to be associated with a
real-world identifier e.g NHS
Number to allow the patient to be
identified
Composition - the document container
Root ‘document’ for clinical data
Carries most key medico-legal metadata
composer (clinical_author), start_time, end_time
organisation, clinical setting
All recorded patient data saved inside a Composition
Carries unique ID
UID::serverID::Version_Suffix
5c8a8636-bc98-4441-abd5-e9cf396e8833::ripple_osi.ehrscape.c4h::1
Versioned
All changes will create a new version
RM attributes for Compositions
Composer
The clinical author identifier
Participations
Other individuals involved
Attestations
Sign-off by a senior clinician
Committer, commit_time
Person and Datetime that the record was ‘saved’
Start_time, End_time
Start and end times of the clinical encounter
Health_care_facility, Location
Polyclinic identifier and specific location e.g. “Clinic Room 3”
SECTION
Used to divide complex
compositions into
manageable pieces
Just for human navigation
and organisation
Can be nested
No important clinical RM
attributes
ENTRY classes
A set of ENTRY sub-classes
carry all of the clinical
payload
These are organised to fit
the ‘Clinical investigator’
cycle
OBSERVATION
EVALUATION
INSTRUCTION
ACTION
ADMIN ENTRY
Clinical Investigator Cycle
Observations: the result of a clinical
examination / test
RM attributes for Observations
Provider (optional ‘provider of information’, where this
differs from the Composer)
Subject (optional where record is not about the patient)
Participations (Other people involved)
Origin
The start dateTime of the Observation
The duration of the observation
Event-Time
The start date_Time of an individual event
Useful when there are multiple samples for one test
e.g pulse / BP monitoring.
Evaluations: “what is going on”
Evaluations are the key
clinical decision part of the
record
What do we think is going on?
‘Problem’, ‘Recommendation’,
Goal, ‘Allergy’
No special RM attributes
other than provider,
participations, subject
Instruction: an order or request
RM attributes for Instructions
Provider (optional ‘provider of information’, where this
differs from the Composer)
Subject (optional where record is not about the patient)
Participations (Other people involved)
Activities
allows multiple chained ‘sub-instructions’
Narrative (mandatory safety feature)
needed in data, to ensure a complex instruction can always be
dropped back to simple narrative
Timing
Complex timing schedule for the whole instruction (rarely used)
Action : clinical procedure or workflow step
RM attributes for Actions
Provider (optional ‘provider of information’, where
this differs from the Composer)
Participations (Other people involved)
e.g. Operating assistant
Time (the date and time that the action was
performed)
e.g. date of a procedure or a prescription
Current_status and careflow_step
the workflow status of the Action
e.g. planned, in-progress, completed, cancelled
Datatypes
The modelling tools expose
most aspects of the data
types that are of interest to the
clinical modeller
Some RM attributes of
datatypes are not clear or
only apply to the actual data,
not the models
Quantity datatypes: amounts, ranges
RM attributes for Quantity datatype
Units
e.g.mmHg, mmol/l, /min
Normal_range
For lab or device normal ranges
e.g. 20-46 mmol/l
Other reference ranges
For age or sex-specific reference ranges
Normal range for children : 18-28 mmol/l
Magnitude_status
To allow numeric to be qualified
E.g <= 5 (Less than or equal to 5)
∼ 7.3 (approximately 7.3)
Normal_status
High, normal, low based on HL7 lab messages
e.g. HHH,HH,H, ,L,LL,LLL
Text/ CodedText datatypes : for Text or
coded items
RM attributes for Text/CodedText datatype
Any Text datatype can also act as a CodedText datatype
if you have defined an element to be Text, it can still carry
CodedText
Defining_code
The actual code of a CodedText e.g “123478-AS”
The terminology/version of the CodedText e.g. “ICD-10”
Mappings
to external terminologies
e.g. The original code is an internal code “at007::Left” but is
mapped to SNOMED code |123456|left|

Other datatypes
Duration : 1 day , 3 minute, including ages
Boolean: True/ False
Proportion: 83%
Ordinal: 3: Moderate
Multimedia: Image, Sound
Identifier: NHSNumber
Parsable Text: XML, JSON
URI : Web-type links
Time in openEHR
radiologist - assess images
data entry
commitimaging report
radiology
OBSERVATION.
data.origin
COMPOSITION.
context.start_time
COMPOSITION.
context.end_time
VERSION.
audit.time
openEHR
record
Contributions / versioning
COMPOSITION ‘category’
‘Event’ category
Each time new data is committed, a completely new
composition instance is created
Lab reports, nursing observations, doctor encounter
5c8a8636-bc98-4441-abd5-e9cf396e8833::ripple_osi.ehrscape.c4h::1
77a-bc98b345-4421-ba6d5-fc89f396e8855::ripple_osi.ehrscape.c4h::1
Ehrscape POST /composition
‘Persistent’ Category
Each time new data is committed, the original instance
is overwritten
Problem list, End of Life Summary
77a-bc98b345-4421-ba6d5-fc89f396e8855::ripple_osi.ehrscape.c4h::1
77a-bc98b345-4421-ba6d5-fc89f396e8855::ripple_osi.ehrscape.c4h::2
Ehrscape PUT /composition
Episode vs Longitudinal persistence
Longitudinal Persistence
Some persistent summaries should exist and be
updated throughout the patient’s lifetime
End of Life summary, GP problem list
Episodic Persistence
Most outpatient and hospital summaries e.g Allergy
lists, Problem lists need to be re-created at admission,
then maintained for the period of admission.
A new Problem list may need ot be created for each
episode of care
but - always use ‘event’ !!!
We recommend always setting category
to ‘event’
Setting category to ‘persistent’ currently
removes the context of the Composition,
making it unsuitable for episodic care
i.e loses capacity to record start_time,
setting, location
will be changed soon in RM specification
Use documentation to tell developers
whether to save the composition as an
event, episodic persistent or longitudinal
persistent composition.
Links
Most of the relationships between different Entries
and Elements is defined in archetypes and
templates, generally in the same Composition
Links allow the system developer to connect
different Entries which do not have a ‘pre-cooked’
association, and where the Entries live in different
Compositions
Links example
Other stuff
Demographics
Extract model
Audit
Attestation
2 7 open_ehr rm reference model overview

Mais conteúdo relacionado

Mais procurados

openEHR presentacion informativa 2017
openEHR presentacion informativa 2017openEHR presentacion informativa 2017
openEHR presentacion informativa 2017Pablo Pazos
 
Introducción a openEHR en español
Introducción a openEHR en españolIntroducción a openEHR en español
Introducción a openEHR en españolPablo Pazos
 
openEHR: aspectos de interoperabilidad y mantenibilidad
openEHR: aspectos de interoperabilidad y mantenibilidadopenEHR: aspectos de interoperabilidad y mantenibilidad
openEHR: aspectos de interoperabilidad y mantenibilidadPablo Pazos
 
Scaling up an openEHR CDR
Scaling up an openEHR CDRScaling up an openEHR CDR
Scaling up an openEHR CDRopenEHR-Japan
 
Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)Daniel Toomey
 
Data foundations for digital health.pptx
Data foundations for digital health.pptxData foundations for digital health.pptx
Data foundations for digital health.pptxHeatherLeslie14
 
OpenMRS Concept Management Tutorial
OpenMRS Concept Management TutorialOpenMRS Concept Management Tutorial
OpenMRS Concept Management Tutoriallnball
 
Estructura de la Historia Clínica Electrónica openEHR
Estructura de la Historia Clínica Electrónica openEHREstructura de la Historia Clínica Electrónica openEHR
Estructura de la Historia Clínica Electrónica openEHRPablo Pazos
 
Pentaho Data Integration Introduction
Pentaho Data Integration IntroductionPentaho Data Integration Introduction
Pentaho Data Integration Introductionmattcasters
 
Introduction to OpenRefine
Introduction to OpenRefineIntroduction to OpenRefine
Introduction to OpenRefineHeather Myers
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)James Serra
 
ETL Testing Training Presentation
ETL Testing Training PresentationETL Testing Training Presentation
ETL Testing Training PresentationApurba Biswas
 
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODOLinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODOChris Mungall
 
Intro to Exadata
Intro to ExadataIntro to Exadata
Intro to ExadataMoin Khalid
 
Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Nelson Calero
 
Overview of Electronic Medical Records - Sanjoy Sanyal
Overview of Electronic Medical Records - Sanjoy SanyalOverview of Electronic Medical Records - Sanjoy Sanyal
Overview of Electronic Medical Records - Sanjoy SanyalSanjoy Sanyal
 
How to Take Advantage of an Enterprise Data Warehouse in the Cloud
How to Take Advantage of an Enterprise Data Warehouse in the CloudHow to Take Advantage of an Enterprise Data Warehouse in the Cloud
How to Take Advantage of an Enterprise Data Warehouse in the CloudDenodo
 

Mais procurados (20)

2 2 open_ehr archetypes classes
2 2 open_ehr archetypes classes2 2 open_ehr archetypes classes
2 2 open_ehr archetypes classes
 
openEHR presentacion informativa 2017
openEHR presentacion informativa 2017openEHR presentacion informativa 2017
openEHR presentacion informativa 2017
 
Introducción a openEHR en español
Introducción a openEHR en españolIntroducción a openEHR en español
Introducción a openEHR en español
 
openEHR: aspectos de interoperabilidad y mantenibilidad
openEHR: aspectos de interoperabilidad y mantenibilidadopenEHR: aspectos de interoperabilidad y mantenibilidad
openEHR: aspectos de interoperabilidad y mantenibilidad
 
Scaling up an openEHR CDR
Scaling up an openEHR CDRScaling up an openEHR CDR
Scaling up an openEHR CDR
 
Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)
 
Data foundations for digital health.pptx
Data foundations for digital health.pptxData foundations for digital health.pptx
Data foundations for digital health.pptx
 
OpenMRS Concept Management Tutorial
OpenMRS Concept Management TutorialOpenMRS Concept Management Tutorial
OpenMRS Concept Management Tutorial
 
Estructura de la Historia Clínica Electrónica openEHR
Estructura de la Historia Clínica Electrónica openEHREstructura de la Historia Clínica Electrónica openEHR
Estructura de la Historia Clínica Electrónica openEHR
 
Pentaho Data Integration Introduction
Pentaho Data Integration IntroductionPentaho Data Integration Introduction
Pentaho Data Integration Introduction
 
Introduction to OpenRefine
Introduction to OpenRefineIntroduction to OpenRefine
Introduction to OpenRefine
 
Em13c New Features- Two of Two
Em13c New Features- Two of TwoEm13c New Features- Two of Two
Em13c New Features- Two of Two
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)
 
ETL
ETLETL
ETL
 
ETL Testing Training Presentation
ETL Testing Training PresentationETL Testing Training Presentation
ETL Testing Training Presentation
 
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODOLinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
 
Intro to Exadata
Intro to ExadataIntro to Exadata
Intro to Exadata
 
Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021
 
Overview of Electronic Medical Records - Sanjoy Sanyal
Overview of Electronic Medical Records - Sanjoy SanyalOverview of Electronic Medical Records - Sanjoy Sanyal
Overview of Electronic Medical Records - Sanjoy Sanyal
 
How to Take Advantage of an Enterprise Data Warehouse in the Cloud
How to Take Advantage of an Enterprise Data Warehouse in the CloudHow to Take Advantage of an Enterprise Data Warehouse in the Cloud
How to Take Advantage of an Enterprise Data Warehouse in the Cloud
 

Semelhante a 2 7 open_ehr rm reference model overview

SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)SWAROOP KUMAR K
 
20080609 Loinc Workshop
20080609   Loinc Workshop20080609   Loinc Workshop
20080609 Loinc Workshopdvreeman
 
Paper presentations: UK e-science AHM meeting, 2005
Paper presentations: UK e-science AHM meeting, 2005Paper presentations: UK e-science AHM meeting, 2005
Paper presentations: UK e-science AHM meeting, 2005Paolo Missier
 
2009 12 06 - LOINC Workshop
2009 12 06 - LOINC Workshop2009 12 06 - LOINC Workshop
2009 12 06 - LOINC Workshopdvreeman
 
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptHCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptMadeeshShaik
 
Driving Deep Semantics in Middleware and Networks: What, why and how?
Driving Deep Semantics in Middleware and Networks: What, why and how?Driving Deep Semantics in Middleware and Networks: What, why and how?
Driving Deep Semantics in Middleware and Networks: What, why and how?Amit Sheth
 
Eastman_MI530_FinalProjectReport
Eastman_MI530_FinalProjectReportEastman_MI530_FinalProjectReport
Eastman_MI530_FinalProjectReportNicholas Eastman
 
Tips and Techniques for Improving the Performance of Validation Procedures in...
Tips and Techniques for Improving the Performance of Validation Procedures in...Tips and Techniques for Improving the Performance of Validation Procedures in...
Tips and Techniques for Improving the Performance of Validation Procedures in...Perficient, Inc.
 
Introduction to Simulation
Introduction to SimulationIntroduction to Simulation
Introduction to Simulationchimco.net
 
Building a Standard for Standards: The ChAMP Project
Building a Standard for Standards: The ChAMP ProjectBuilding a Standard for Standards: The ChAMP Project
Building a Standard for Standards: The ChAMP ProjectStuart Chalk
 
Medinfo 2010 openEHR Clinical Modelling Worshop
Medinfo 2010 openEHR Clinical Modelling WorshopMedinfo 2010 openEHR Clinical Modelling Worshop
Medinfo 2010 openEHR Clinical Modelling WorshopKoray Atalag
 
Archetype Modeling Methodology
Archetype Modeling MethodologyArchetype Modeling Methodology
Archetype Modeling MethodologyDavid Moner Cano
 
2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations
2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations
2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundationsdvreeman
 
Standardised and Flexible Health Data Management with an Archetype Driven EHR...
Standardised and Flexible Health Data Management with an Archetype Driven EHR...Standardised and Flexible Health Data Management with an Archetype Driven EHR...
Standardised and Flexible Health Data Management with an Archetype Driven EHR...David Moner Cano
 
Laboratory Information Systems LIS Software
Laboratory Information Systems LIS SoftwareLaboratory Information Systems LIS Software
Laboratory Information Systems LIS SoftwareCareEMR
 
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...Alejandra Gonzalez-Beltran
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsLuis Marco Ruiz
 

Semelhante a 2 7 open_ehr rm reference model overview (20)

1 4 intro to archetypes and templates
1 4 intro to archetypes and templates1 4 intro to archetypes and templates
1 4 intro to archetypes and templates
 
SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)SDTM (Study Data Tabulation Model)
SDTM (Study Data Tabulation Model)
 
20080609 Loinc Workshop
20080609   Loinc Workshop20080609   Loinc Workshop
20080609 Loinc Workshop
 
Introduction to SDTM
Introduction to SDTMIntroduction to SDTM
Introduction to SDTM
 
Paper presentations: UK e-science AHM meeting, 2005
Paper presentations: UK e-science AHM meeting, 2005Paper presentations: UK e-science AHM meeting, 2005
Paper presentations: UK e-science AHM meeting, 2005
 
2009 12 06 - LOINC Workshop
2009 12 06 - LOINC Workshop2009 12 06 - LOINC Workshop
2009 12 06 - LOINC Workshop
 
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptHCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
 
CDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.pptCDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.ppt
 
Driving Deep Semantics in Middleware and Networks: What, why and how?
Driving Deep Semantics in Middleware and Networks: What, why and how?Driving Deep Semantics in Middleware and Networks: What, why and how?
Driving Deep Semantics in Middleware and Networks: What, why and how?
 
Eastman_MI530_FinalProjectReport
Eastman_MI530_FinalProjectReportEastman_MI530_FinalProjectReport
Eastman_MI530_FinalProjectReport
 
Tips and Techniques for Improving the Performance of Validation Procedures in...
Tips and Techniques for Improving the Performance of Validation Procedures in...Tips and Techniques for Improving the Performance of Validation Procedures in...
Tips and Techniques for Improving the Performance of Validation Procedures in...
 
Introduction to Simulation
Introduction to SimulationIntroduction to Simulation
Introduction to Simulation
 
Building a Standard for Standards: The ChAMP Project
Building a Standard for Standards: The ChAMP ProjectBuilding a Standard for Standards: The ChAMP Project
Building a Standard for Standards: The ChAMP Project
 
Medinfo 2010 openEHR Clinical Modelling Worshop
Medinfo 2010 openEHR Clinical Modelling WorshopMedinfo 2010 openEHR Clinical Modelling Worshop
Medinfo 2010 openEHR Clinical Modelling Worshop
 
Archetype Modeling Methodology
Archetype Modeling MethodologyArchetype Modeling Methodology
Archetype Modeling Methodology
 
2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations
2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations
2009 08 13 - Clinical LOINC Tutorial - Introductions and Foundations
 
Standardised and Flexible Health Data Management with an Archetype Driven EHR...
Standardised and Flexible Health Data Management with an Archetype Driven EHR...Standardised and Flexible Health Data Management with an Archetype Driven EHR...
Standardised and Flexible Health Data Management with an Archetype Driven EHR...
 
Laboratory Information Systems LIS Software
Laboratory Information Systems LIS SoftwareLaboratory Information Systems LIS Software
Laboratory Information Systems LIS Software
 
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
 

Mais de freshEHR Clinical Informatics Ltd. (10)

2 6 open_ehr archetypes instructions_actions
2 6 open_ehr archetypes instructions_actions2 6 open_ehr archetypes instructions_actions
2 6 open_ehr archetypes instructions_actions
 
2 5 open_ehr archetypes specialisation
2 5 open_ehr archetypes specialisation2 5 open_ehr archetypes specialisation
2 5 open_ehr archetypes specialisation
 
2 4 open_ehr archetypes cluster
2 4 open_ehr archetypes cluster2 4 open_ehr archetypes cluster
2 4 open_ehr archetypes cluster
 
2 3 open_ehr archetypes observation
2 3 open_ehr archetypes observation2 3 open_ehr archetypes observation
2 3 open_ehr archetypes observation
 
1 7 open_ehr in context
1 7 open_ehr in context1 7 open_ehr in context
1 7 open_ehr in context
 
1 6 managing healthcare diversity
1 6 managing healthcare diversity1 6 managing healthcare diversity
1 6 managing healthcare diversity
 
1 5 diadem
1 5 diadem1 5 diadem
1 5 diadem
 
1 2 why is e_health so hard
1 2 why is e_health so hard1 2 why is e_health so hard
1 2 why is e_health so hard
 
1 1 anatomy of an app
1 1 anatomy of an app1 1 anatomy of an app
1 1 anatomy of an app
 
1 0 intro 2 day workshop
1 0 intro 2 day workshop1 0 intro 2 day workshop
1 0 intro 2 day workshop
 

Último

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 

Último (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

2 7 open_ehr rm reference model overview

  • 1. Ian McNicoll Introduction to openEHR Reference Model (RM)
  • 2. openEHR RM for ‘mortals’ The clinical modelling tools hide most of the Reference Model and detailed understanding is not required for clinicians or 3rd party developers Some aspects of the RM are worth knowing as it carries a few key pieces of information that do not need to be modelled in archetypes i.e we get those ‘for free’
  • 3. Technical modelling basics A few basic ideas from the world of technical modelling will help BUT .. the whole point of openEHR and archetypes is to hide most of this complexity
  • 4. Classes ‘Classes’ are definitions of data structures the ‘assembly instructions’ or ‘recipe’ Classes have attributes (properties)
  • 5. Datatypes Datatypes describe the basic type of information being carried a piece of text a quantity a date or time duration an image etc, etc
  • 6. Inheritance Classes can based on other ‘parent’ classes called inheritance or ‘sub- classing’ the sub-classes ‘inherit’ all the properties or attributes of the parent Dog is a sub-class of Animal ‘Labrador' is a sub-class of ‘Dog’ If ‘Dog’ has an attribute of ‘tail’, The Labrador class will also have ‘Tail’
  • 8. Objects Objects carry the data specified by the classes Classes are ‘the recipe’ Objects are ‘the cake’
  • 9. What does the RM cover? Set of classes defining the generic structure of a patient health record Medico-legal context + audit details Health data versioning specification Handling archetypes data via paths ‘LOCATABLE class Datatype definitions
  • 10. Archetypes and the RM Archetypes are built on top of the RM classes and ‘inherit’ their attributes e.g. An Observation archetype such as Blood pressure inherits the attributes of the RM OBSERVATION class Archetypes use the RM datatypes Most of these properties are technical but some are important to clinical modellers
  • 11. Clinical records overview Pablo Pazos: Design and Implementation of clinical database using openEHR http://www.slideshare.net/pablitox/design-and-implementation-of-clinical-databases-using-openehr?related=3
  • 12. Outline of a health record The openEHR health record is a tree-like structure The root for a single patient is the EHR All of the patient data is contained in COMPOSITIONS At the end of each branch of the tree is a leaf node - the actual datapoint, the ELEMENT which carries the value http://www.slideshare.net/pablitox/design-and-implementation-of- clinical-databases-using-openehr?related=3
  • 13. Archetypes are based on RM ‘classes’ EHR Folders Compositions Sections Entries Clusters Elements Electronic health record for one person High level organisation of the EHR, e.g. by episode or by specialty Set of entries comprising a clinical care session or document, e.g. encounter, result Clinical headings reflecting workflow or consultation process Clinical statements about observations, evaluations, instructions, actions Entry subcomponents, e.g. device details or inspired oxygen information Leaf nodes of name-value pair and datatype, e.g. body weight = 60kg (Quantity)
  • 14. Key openEHR Classes EHR FOLDER (optional) COMPOSITION SECTION (optional) ENTRY ELEMENT ELEMENT ENTRY ELEMENT ELEMENT ENTRY ELEMENT ELEMENT ELEMENT ELEMENT CLUSTER ELEMENT SECTION (optional)
  • 15. openEHR data objects EHR COMPOSITION = ‘Nursing Observations SECTION Vital signs ENTRY Blood P. Systolic Diastolic ENTRY Pulse Rate Rhythm General appearance Skin colour Behaviour Skin turgor Capillary Return Hydration SECTION = ‘Other obs’ ehr_id = 5c8a8636-bc98-4441-abd5-e9cf396e8833 134 mmHg 86 mmHg 134 mmHg Irregular Jaundiced Normal Reduced 30s
  • 16. EHR Top-level container for all of the data for a single patient Each EHR has a unique, anonymous ID the ehr_id This needs to be associated with a real-world identifier e.g NHS Number to allow the patient to be identified
  • 17. Composition - the document container Root ‘document’ for clinical data Carries most key medico-legal metadata composer (clinical_author), start_time, end_time organisation, clinical setting All recorded patient data saved inside a Composition Carries unique ID UID::serverID::Version_Suffix 5c8a8636-bc98-4441-abd5-e9cf396e8833::ripple_osi.ehrscape.c4h::1 Versioned All changes will create a new version
  • 18. RM attributes for Compositions Composer The clinical author identifier Participations Other individuals involved Attestations Sign-off by a senior clinician Committer, commit_time Person and Datetime that the record was ‘saved’ Start_time, End_time Start and end times of the clinical encounter Health_care_facility, Location Polyclinic identifier and specific location e.g. “Clinic Room 3”
  • 19. SECTION Used to divide complex compositions into manageable pieces Just for human navigation and organisation Can be nested No important clinical RM attributes
  • 20. ENTRY classes A set of ENTRY sub-classes carry all of the clinical payload These are organised to fit the ‘Clinical investigator’ cycle OBSERVATION EVALUATION INSTRUCTION ACTION ADMIN ENTRY
  • 22. Observations: the result of a clinical examination / test
  • 23. RM attributes for Observations Provider (optional ‘provider of information’, where this differs from the Composer) Subject (optional where record is not about the patient) Participations (Other people involved) Origin The start dateTime of the Observation The duration of the observation Event-Time The start date_Time of an individual event Useful when there are multiple samples for one test e.g pulse / BP monitoring.
  • 24. Evaluations: “what is going on” Evaluations are the key clinical decision part of the record What do we think is going on? ‘Problem’, ‘Recommendation’, Goal, ‘Allergy’ No special RM attributes other than provider, participations, subject
  • 25. Instruction: an order or request
  • 26. RM attributes for Instructions Provider (optional ‘provider of information’, where this differs from the Composer) Subject (optional where record is not about the patient) Participations (Other people involved) Activities allows multiple chained ‘sub-instructions’ Narrative (mandatory safety feature) needed in data, to ensure a complex instruction can always be dropped back to simple narrative Timing Complex timing schedule for the whole instruction (rarely used)
  • 27. Action : clinical procedure or workflow step
  • 28. RM attributes for Actions Provider (optional ‘provider of information’, where this differs from the Composer) Participations (Other people involved) e.g. Operating assistant Time (the date and time that the action was performed) e.g. date of a procedure or a prescription Current_status and careflow_step the workflow status of the Action e.g. planned, in-progress, completed, cancelled
  • 29. Datatypes The modelling tools expose most aspects of the data types that are of interest to the clinical modeller Some RM attributes of datatypes are not clear or only apply to the actual data, not the models
  • 31. RM attributes for Quantity datatype Units e.g.mmHg, mmol/l, /min Normal_range For lab or device normal ranges e.g. 20-46 mmol/l Other reference ranges For age or sex-specific reference ranges Normal range for children : 18-28 mmol/l Magnitude_status To allow numeric to be qualified E.g <= 5 (Less than or equal to 5) ∼ 7.3 (approximately 7.3) Normal_status High, normal, low based on HL7 lab messages e.g. HHH,HH,H, ,L,LL,LLL
  • 32. Text/ CodedText datatypes : for Text or coded items
  • 33. RM attributes for Text/CodedText datatype Any Text datatype can also act as a CodedText datatype if you have defined an element to be Text, it can still carry CodedText Defining_code The actual code of a CodedText e.g “123478-AS” The terminology/version of the CodedText e.g. “ICD-10” Mappings to external terminologies e.g. The original code is an internal code “at007::Left” but is mapped to SNOMED code |123456|left|

  • 34. Other datatypes Duration : 1 day , 3 minute, including ages Boolean: True/ False Proportion: 83% Ordinal: 3: Moderate Multimedia: Image, Sound Identifier: NHSNumber Parsable Text: XML, JSON URI : Web-type links
  • 35. Time in openEHR radiologist - assess images data entry commitimaging report radiology OBSERVATION. data.origin COMPOSITION. context.start_time COMPOSITION. context.end_time VERSION. audit.time openEHR record
  • 38. ‘Event’ category Each time new data is committed, a completely new composition instance is created Lab reports, nursing observations, doctor encounter 5c8a8636-bc98-4441-abd5-e9cf396e8833::ripple_osi.ehrscape.c4h::1 77a-bc98b345-4421-ba6d5-fc89f396e8855::ripple_osi.ehrscape.c4h::1 Ehrscape POST /composition
  • 39. ‘Persistent’ Category Each time new data is committed, the original instance is overwritten Problem list, End of Life Summary 77a-bc98b345-4421-ba6d5-fc89f396e8855::ripple_osi.ehrscape.c4h::1 77a-bc98b345-4421-ba6d5-fc89f396e8855::ripple_osi.ehrscape.c4h::2 Ehrscape PUT /composition
  • 40. Episode vs Longitudinal persistence Longitudinal Persistence Some persistent summaries should exist and be updated throughout the patient’s lifetime End of Life summary, GP problem list Episodic Persistence Most outpatient and hospital summaries e.g Allergy lists, Problem lists need to be re-created at admission, then maintained for the period of admission. A new Problem list may need ot be created for each episode of care
  • 41. but - always use ‘event’ !!! We recommend always setting category to ‘event’ Setting category to ‘persistent’ currently removes the context of the Composition, making it unsuitable for episodic care i.e loses capacity to record start_time, setting, location will be changed soon in RM specification Use documentation to tell developers whether to save the composition as an event, episodic persistent or longitudinal persistent composition.
  • 42. Links Most of the relationships between different Entries and Elements is defined in archetypes and templates, generally in the same Composition Links allow the system developer to connect different Entries which do not have a ‘pre-cooked’ association, and where the Entries live in different Compositions