SlideShare a Scribd company logo
1 of 45
HL7
Agenda
− Intro
− HL7
− HL7 v2.*
− HL7 v3.*
− HL7 CDA
− HL7 FHIR
− Challenges
− Questions
Introduction
Andy Stopford – Technical Director
− Oversee HAVAS Health Software
− Software Engineer by trade
− 18 years in the software industry
− Experience built in the E-commerce, Insurance & Financial sectors
− Author & Writer
− Technical advisory at Microsoft
− Member of HL7 UK charter
Our partners
The company we keep
Healthcare Installations
− UK
− NHS Guys & St Thomas Foundation Trust
− NHS Buckinghamshire Healthcare Trust
− NHS Southend Clinical Commissioning Group
− USA
− Henry Ford Health System
Data exchange
in healthcare
HL7
− HL7 International was founded in 1987
− Standards Body
− HL7 defines a common method of structured data exchange in healthcare
− Very common to find in healthcare IT systems
− EHR systems
− Patient appointment booking systems
− HL7 is used in over 35 countries
HL7 v2
− Started life in 1988 with version 1
− 2.1 was the first usable standard and arrived in 1991
− 2.2 to 2.7
− In 2010 2.1 was still used in over 32 countries
− Very common to see 2.1/2.5 in the NHS
− Subject domains
− Patient demographics
− Clinical observations
− Scheduling of patient appointments Resources
− Etc.
HL7 v2 structure
− Aunit of data that is transferred between systems
− Each information exchange is initiated by a trigger event and consists
of one or more messages
− Amessage is composed of segments in a defined sequence
− Segments hold fields (data types)
− The first segment of each message defines the message type
and the type of trigger event that caused the message to be sent
− Each segment is a sequence of data fields, separated by special
data field separators (usually the pipe ‘|’ symbol)
− Each data field has a data type, which may be compound –
made up of components which are separated by a component
separator (usually the carat ‘^’ symbol)
− Structure is modelled onANSI X.12 and UN/EDIFACT
HL7 v2ADT
− Some trigger messages can be classified underAdmission,
Discharge, Treatment (ADT)
− CodedA01 toA62
− A01 –Admit
− A05 – Pre-Admit
− A02 – Transfer
− A08 – Change patient information
− etc
HL7 v2 sequence
ENCOUNTER
REGISTRATION
PLANNED ENC.
TRANSFER
TRANSFER
TRANSFER
DISCHARGE
ADMIT
ADT^A04 ADT^A03 ADT^A02
ADT^A12
ADT^A02ADT^A01ADT^A05
HL7 v2 Segments
− Each message structure varies depending on the trigger
− Every message holds segments
− MSH – Message Header
− EVN – Event Type
− PID – Patient Identification
− PV1 – Patient Visit
HL7 v2 PID fields (sample)
Name Required Length
Set ID No 4
Patient ID No 0
Patient Identifier List Yes 250
Alternate Patient ID No 0
Patient Name Yes 250
Mother's Maiden Name No 250
Date/Time of Birth No 24
HL7 v2 - Example
HL7 v3
− Newer definition of the HL7 standard
− First developed in 2005
− XML based
− Addresses some of the v2 issues
− Schema
− Structure
− Extension
− “Semantic Interoperability”
− Spec is huge (1.2 gig in size)
HL7 v3 - RIM
− Primary object model (RIM)
− Accounting & Billing
− Pharmacy
− PatientAdmission
− Medical Records
− Laboratory
− …My own….
− Etc.
HL7 v3 - RIM
− Domain
− Story boards
− Trigger events
− Domain information model (D-MIM)
− Refined information models (R-MIM)
− Hierarchical Message Descriptions
− CMET
HL7 v3 - Reference Information Model (RIM)
HL7 v3 - RIM
− Red: The central block and represents an action,
− Blue: Defines a participant,
− Pink: Represents an act relationship to describe how acts are related,
− Yellow: Describes the role of the participant,
− Green: Represents the entity playing the role
HL7 v3 - RIM
If I have an inpatient visit for a surgery at a hospital
− The surgery is an act (red) that is a Procedure
− I am participating (blue) as a Record Target
− My surgeon is participating (blue) as the Performer
− My role (yellow) is as a Patient, and
− I am the entity (green) of a Person.
HL7 v3 - D-MIM/R-MIM
− Domain Message Information Model (D-MIM)
− D-MIM is based on the RIM
− Models a given domain but is not the implementation
− Refined Message Information Model (R-MIM)
− R-MIM is derived from the parent D-MIM
− Information model, shows data for a particular message
HL7 v3 - PatientAdmission D-MIM
HL7 V3 -Activate Patient R-MIM
HL7 v3 - Wrapper
− Wraps a message to support the transport from sender to receiver
− Transmission Wrapper
− ControlAct Wrapper
− Payload (the actual domain message)
HL7 v3 – Transmission Wrapper
− Required
− Date/Time
− Identifies the sender and receiver (ID)
− Identifies when acks are required for the message
− Upper level and wraps
− ControlAct Wrapper
− Payload
HL7 v3 – ControlAct Wrapper
− Used to communicate information to an interaction that triggered a
message.
− Message ControlAct (basic)
− Query Infrastructure
− Master File/Registry
− Domain messages have different uses of the control act wrappers
HL7 v3 - CMET
− Common Message Element Type
− Reusable part of a message
− E.g. Patient
− Included in the domain
− Isolated from the domain
− Vulnerable to change
− E.g. Lab states patient needs IQ then pharmacy also has it
− Hides the true size of a message
HL7 v3 - Transport
− Big XML messages that we need to move
− MLLP (Minimum Lower Layer Protocol)
− Used with v2 a lot
− Limited
− SOAP
− The most common
− XML payload
− ebXML (yuck)
− Standard includes a payload spec
HL7 v3 - Example
HL7 CDA
− Clinical DocumentArchitecture
− Represent any clinical document – e.g. Discharge Summary
− Built on the HL7 Reference Information Model (RIM)
− CDAHeader
− CDABody
HL7 CDAHeader
− Document Information
− ID of the document, confidentiality & relationship to other documents.
− Encounter data
− Describes where the encounter took place, time & setting.
− Service actors
− Describes who interacted with service being described
− Service targets
− Include the patient, family members etc.
HL7 CDABody
− Describes the body of the document
− Adocument structure will vary, so too must a CDAbody
− CDABody gives you structures to capture this
− Structures
− Sections
− Paragraphs
− Lists
− Tables
HL7 CCR
− Joint HL7/ASTM standard
− Facilitate better cross communication between systems
− CDABody can vary in structure
− CCR defines templates that fix this structure
HL7 tools
− Server
− InterSystems Ensemble
− InterfaceWare Iguana
− Microsoft BizTalk
− Mirth Connect
− Tools
− HL7 Inspector (OSS)
− 7Edit (commercial
HL7 FHIR
− Fast Health Interoperable Resources
− The future of HL7…
− Free and open!
− Combines parts of v2, v3 and CDAto create a new standard
− Supports XML and JSON
− RESTful
− Working draft available by the end of 2013 with a working process
through 2014 and 2015
FHIR Resources
− Clinical
− General -AdverseReaction, CarePlan, FamilyHistory etc
− Medications - Medication, MedicationPrescription etc
− Diagnostics – Observation, DiagnosticReport
− Administrative
− Attribution – Patient, RelatedPerson, Practictioner
− Resources – Device, Location
− Workflow – Encounter,Alert
− Bundles
− Combined resources
FHIR REST
− Resources expose certain logical interactions
− Create (POST)
− Read (GET)
− Update (PUT)
− Delete (DELETE)
− Bundles
− History (GET)
− Search (GET)
FHIR Security
− HTTPS/SSL
− OAuth
− Authorization/Access control
− HL7 Healthcare Classification System
− Access/data segmentation
− Audit
− Security events
− Provenance
So all good?
The protection of patient data is critical
− Thus it’s not truly open
− Access is limited
− Data is limited
− Storage is almost impossible
− Security is paramount
− HIPAA
How best to work with patient data
− Agree with the trust what you need and what you can see
− Caldicott Guardian
− ISO 27001
− Point to point
− SSL 256
− Accredited data storage (or just don’t do it)
− Encrypt the storage, not the data.
− 256 at minimum
More information
− Web
− HL7 international (http://www.hl7.org)
− HL7 UK charter (http://www.hl7.org.uk/)
− Books
− Principles of Health Interoperability HL7 and SNOMED (Tim Benson)
QUESTIONS?

More Related Content

What's hot

Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Abdul-Malik Shakir
 
Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)Nawanan Theera-Ampornpunt
 
Hl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureHl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureNawanan Theera-Ampornpunt
 
HL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and ApplicationsHL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and ApplicationsNawanan Theera-Ampornpunt
 
Hl7 standard
Hl7 standardHl7 standard
Hl7 standardMarina462
 
HL7 Version 3 Overview
HL7 Version 3 Overview HL7 Version 3 Overview
HL7 Version 3 Overview WardTechTalent
 
Hl7 v2 certification test preparation
Hl7 v2 certification test preparationHl7 v2 certification test preparation
Hl7 v2 certification test preparationAbdul-Malik Shakir
 
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...Nawanan Theera-Ampornpunt
 
Understanding clinical data exchange and cda (hl7 201)
Understanding clinical data exchange and cda (hl7 201)Understanding clinical data exchange and cda (hl7 201)
Understanding clinical data exchange and cda (hl7 201)Edifecs Inc
 
Hl7 interface development
Hl7 interface developmentHl7 interface development
Hl7 interface developmentzionallen
 

What's hot (20)

Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011
 
Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)Health Information Standards & Overview of HL7 Standards (April 30, 2019)
Health Information Standards & Overview of HL7 Standards (April 30, 2019)
 
Hl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureHl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document Architecture
 
HL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and ApplicationsHL7 Clinical Document Architecture: Overview and Applications
HL7 Clinical Document Architecture: Overview and Applications
 
Hl7 Standards (September 15, 2016)
Hl7 Standards (September 15, 2016)Hl7 Standards (September 15, 2016)
Hl7 Standards (September 15, 2016)
 
Hl7 standard
Hl7 standardHl7 standard
Hl7 standard
 
HL7 Version 3 Overview
HL7 Version 3 Overview HL7 Version 3 Overview
HL7 Version 3 Overview
 
Hl7 v2 certification test preparation
Hl7 v2 certification test preparationHl7 v2 certification test preparation
Hl7 v2 certification test preparation
 
Health Level 7
Health Level 7Health Level 7
Health Level 7
 
Hl7 Message Standard
Hl7 Message StandardHl7 Message Standard
Hl7 Message Standard
 
The hitchhiker's guide to hl7
The hitchhiker's guide to hl7The hitchhiker's guide to hl7
The hitchhiker's guide to hl7
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
Hl7 training
Hl7 training Hl7 training
Hl7 training
 
Introduction to hl7 v3
Introduction to hl7 v3Introduction to hl7 v3
Introduction to hl7 v3
 
Introduction to hl7 v2
Introduction to hl7 v2Introduction to hl7 v2
Introduction to hl7 v2
 
Hl7 Overview
Hl7 OverviewHl7 Overview
Hl7 Overview
 
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
 
Exploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its StructuresExploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its Structures
 
Understanding clinical data exchange and cda (hl7 201)
Understanding clinical data exchange and cda (hl7 201)Understanding clinical data exchange and cda (hl7 201)
Understanding clinical data exchange and cda (hl7 201)
 
Hl7 interface development
Hl7 interface developmentHl7 interface development
Hl7 interface development
 

Similar to HL7

Interfaces Demo Eclipsys Baroda India Part One
Interfaces Demo  Eclipsys Baroda India Part OneInterfaces Demo  Eclipsys Baroda India Part One
Interfaces Demo Eclipsys Baroda India Part OneMonisha Ghuman
 
OpenMRS+ Presentation-1
OpenMRS+ Presentation-1OpenMRS+ Presentation-1
OpenMRS+ Presentation-1Ferdous Alam
 
Ontologising the Health Level Seven (HL7) Standard
Ontologising the Health Level Seven (HL7) StandardOntologising the Health Level Seven (HL7) Standard
Ontologising the Health Level Seven (HL7) StandardRatnesh Sahay
 
Interoperability Between Healthcare Applications
Interoperability Between Healthcare ApplicationsInteroperability Between Healthcare Applications
Interoperability Between Healthcare ApplicationsJohn Gillson
 
HL7 Survival Guide - Chapter 12 – Definitions
HL7 Survival Guide - Chapter 12 – DefinitionsHL7 Survival Guide - Chapter 12 – Definitions
HL7 Survival Guide - Chapter 12 – DefinitionsCaristix
 
Potential uses for FHIR in New Zealand by Peter Jordan
Potential uses for FHIR in New Zealand by  Peter JordanPotential uses for FHIR in New Zealand by  Peter Jordan
Potential uses for FHIR in New Zealand by Peter JordanDavid Hay
 
HL7 FHIR: Potential Uses in New Zealand
HL7 FHIR: Potential Uses in New ZealandHL7 FHIR: Potential Uses in New Zealand
HL7 FHIR: Potential Uses in New ZealandPeter Jordan
 
Interoperability between heterogeneous healthcare information systems by John...
Interoperability between heterogeneous healthcare information systems by John...Interoperability between heterogeneous healthcare information systems by John...
Interoperability between heterogeneous healthcare information systems by John...Luigi Ceccaroni
 
Connecting Clinical Applications with WebSphere Message Broker
Connecting Clinical Applications with WebSphere Message BrokerConnecting Clinical Applications with WebSphere Message Broker
Connecting Clinical Applications with WebSphere Message BrokerAnt Phillips
 
Healthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message BrokerHealthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message BrokerAnt Phillips
 
Clinical Quality Linked Data on health.data.gov
Clinical Quality Linked Data on health.data.govClinical Quality Linked Data on health.data.gov
Clinical Quality Linked Data on health.data.govGeorge Thomas
 
Healthcare integration with IIB
Healthcare integration with IIBHealthcare integration with IIB
Healthcare integration with IIBbthomps1979
 
Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2IAEME Publication
 
Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...
Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...
Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...everton.berz
 

Similar to HL7 (20)

Interfaces Demo Eclipsys Baroda India Part One
Interfaces Demo  Eclipsys Baroda India Part OneInterfaces Demo  Eclipsys Baroda India Part One
Interfaces Demo Eclipsys Baroda India Part One
 
HL7 Standards (March 21, 2018)
HL7 Standards (March 21, 2018)HL7 Standards (March 21, 2018)
HL7 Standards (March 21, 2018)
 
OpenMRS+ Presentation-1
OpenMRS+ Presentation-1OpenMRS+ Presentation-1
OpenMRS+ Presentation-1
 
Ontologising the Health Level Seven (HL7) Standard
Ontologising the Health Level Seven (HL7) StandardOntologising the Health Level Seven (HL7) Standard
Ontologising the Health Level Seven (HL7) Standard
 
Interoperability Between Healthcare Applications
Interoperability Between Healthcare ApplicationsInteroperability Between Healthcare Applications
Interoperability Between Healthcare Applications
 
HL7 Survival Guide - Chapter 12 – Definitions
HL7 Survival Guide - Chapter 12 – DefinitionsHL7 Survival Guide - Chapter 12 – Definitions
HL7 Survival Guide - Chapter 12 – Definitions
 
Potential uses for FHIR in New Zealand by Peter Jordan
Potential uses for FHIR in New Zealand by  Peter JordanPotential uses for FHIR in New Zealand by  Peter Jordan
Potential uses for FHIR in New Zealand by Peter Jordan
 
HL7 FHIR: Potential Uses in New Zealand
HL7 FHIR: Potential Uses in New ZealandHL7 FHIR: Potential Uses in New Zealand
HL7 FHIR: Potential Uses in New Zealand
 
HL7 - Whats Hot and Whats Not
HL7 - Whats Hot and Whats NotHL7 - Whats Hot and Whats Not
HL7 - Whats Hot and Whats Not
 
Interoperability, the rise of HL7 and FHIR
Interoperability, the rise of HL7 and FHIRInteroperability, the rise of HL7 and FHIR
Interoperability, the rise of HL7 and FHIR
 
Hl7 Standards (November 6, 2016)
Hl7 Standards (November 6, 2016)Hl7 Standards (November 6, 2016)
Hl7 Standards (November 6, 2016)
 
Interoperability between heterogeneous healthcare information systems by John...
Interoperability between heterogeneous healthcare information systems by John...Interoperability between heterogeneous healthcare information systems by John...
Interoperability between heterogeneous healthcare information systems by John...
 
Connecting Clinical Applications with WebSphere Message Broker
Connecting Clinical Applications with WebSphere Message BrokerConnecting Clinical Applications with WebSphere Message Broker
Connecting Clinical Applications with WebSphere Message Broker
 
UML Representation of NPOESS Data Products in HDF5
UML Representation of NPOESS Data Products in HDF5UML Representation of NPOESS Data Products in HDF5
UML Representation of NPOESS Data Products in HDF5
 
Healthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message BrokerHealthcare Analytics with WebSphere Message Broker
Healthcare Analytics with WebSphere Message Broker
 
Clinical Quality Linked Data on health.data.gov
Clinical Quality Linked Data on health.data.govClinical Quality Linked Data on health.data.gov
Clinical Quality Linked Data on health.data.gov
 
Healthcare integration with IIB
Healthcare integration with IIBHealthcare integration with IIB
Healthcare integration with IIB
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2Generation of cda xml schema from dicom images using hl7 standard 2
Generation of cda xml schema from dicom images using hl7 standard 2
 
Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...
Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...
Multi-parameter Vital Signs Monitors - Interoperability and Communication Sta...
 

More from Havas Lynx Group

In Search of the Invisible Army - the caregivers' story
In Search of the Invisible Army - the caregivers' storyIn Search of the Invisible Army - the caregivers' story
In Search of the Invisible Army - the caregivers' storyHavas Lynx Group
 
The impact of the millennial HCP on our world
The impact of the millennial HCP on our worldThe impact of the millennial HCP on our world
The impact of the millennial HCP on our worldHavas Lynx Group
 
Environmental show and tell
Environmental show and tellEnvironmental show and tell
Environmental show and tellHavas Lynx Group
 
Speaking digital: The key to global healthcare communications
Speaking digital: The key to global healthcare communications Speaking digital: The key to global healthcare communications
Speaking digital: The key to global healthcare communications Havas Lynx Group
 
State of Play - Gamification
State of Play - GamificationState of Play - Gamification
State of Play - GamificationHavas Lynx Group
 
Social Media in Pharma - Making it Happen
Social Media in Pharma - Making it HappenSocial Media in Pharma - Making it Happen
Social Media in Pharma - Making it HappenHavas Lynx Group
 
Pharma Wikipedia Brand Pages
Pharma Wikipedia Brand PagesPharma Wikipedia Brand Pages
Pharma Wikipedia Brand PagesHavas Lynx Group
 
Pharma Social Media Moving Fowards
Pharma Social Media Moving FowardsPharma Social Media Moving Fowards
Pharma Social Media Moving FowardsHavas Lynx Group
 
Wikipedia, Should Pharma Edit?
Wikipedia, Should Pharma Edit?Wikipedia, Should Pharma Edit?
Wikipedia, Should Pharma Edit?Havas Lynx Group
 

More from Havas Lynx Group (14)

In Search of the Invisible Army - the caregivers' story
In Search of the Invisible Army - the caregivers' storyIn Search of the Invisible Army - the caregivers' story
In Search of the Invisible Army - the caregivers' story
 
The impact of the millennial HCP on our world
The impact of the millennial HCP on our worldThe impact of the millennial HCP on our world
The impact of the millennial HCP on our world
 
Environmental show and tell
Environmental show and tellEnvironmental show and tell
Environmental show and tell
 
Smiles that save lives
Smiles that save livesSmiles that save lives
Smiles that save lives
 
Speaking digital: The key to global healthcare communications
Speaking digital: The key to global healthcare communications Speaking digital: The key to global healthcare communications
Speaking digital: The key to global healthcare communications
 
State of Play - Gamification
State of Play - GamificationState of Play - Gamification
State of Play - Gamification
 
ISO 62304 & TIR 45
ISO 62304 & TIR 45ISO 62304 & TIR 45
ISO 62304 & TIR 45
 
Social Media in Pharma - Making it Happen
Social Media in Pharma - Making it HappenSocial Media in Pharma - Making it Happen
Social Media in Pharma - Making it Happen
 
Pharma Wikipedia Brand Pages
Pharma Wikipedia Brand PagesPharma Wikipedia Brand Pages
Pharma Wikipedia Brand Pages
 
Mobile
MobileMobile
Mobile
 
Goodpharma
GoodpharmaGoodpharma
Goodpharma
 
Pharma Social Media Moving Fowards
Pharma Social Media Moving FowardsPharma Social Media Moving Fowards
Pharma Social Media Moving Fowards
 
Gamification
GamificationGamification
Gamification
 
Wikipedia, Should Pharma Edit?
Wikipedia, Should Pharma Edit?Wikipedia, Should Pharma Edit?
Wikipedia, Should Pharma Edit?
 

Recently uploaded

arpita 1-1.pptx management of nursing service and education
arpita 1-1.pptx management of nursing service and educationarpita 1-1.pptx management of nursing service and education
arpita 1-1.pptx management of nursing service and educationNursing education
 
Field exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdfField exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdfMohamed Miyir
 
Learn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental FogginessLearn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental Fogginessbkling
 
Advance Directives and Advance Care Planning: Ensuring Patient Voices Are Heard
Advance Directives and Advance Care Planning: Ensuring Patient Voices Are HeardAdvance Directives and Advance Care Planning: Ensuring Patient Voices Are Heard
Advance Directives and Advance Care Planning: Ensuring Patient Voices Are HeardVITASAuthor
 
Text Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxText Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxProf. Satyen Bhattacharyya
 
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书rnrncn29
 
What are weight loss medication services?
What are weight loss medication services?What are weight loss medication services?
What are weight loss medication services?Optimal Healing 4u
 
Mental Health for physiotherapy and other health students
Mental Health for physiotherapy and other health studentsMental Health for physiotherapy and other health students
Mental Health for physiotherapy and other health studentseyobkaseye
 
Professional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeProfessional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeEarwax Doctor
 
EHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper ColinEHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper ColinJasper Colin
 
Medisep insurance policy , new kerala government insurance policy for govrnm...
Medisep insurance policy , new  kerala government insurance policy for govrnm...Medisep insurance policy , new  kerala government insurance policy for govrnm...
Medisep insurance policy , new kerala government insurance policy for govrnm...LinshaLichu1
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...The Lifesciences Magazine
 
Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?HelenBevan4
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxShubham
 
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGYANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGYDrmayuribhise
 
FAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxFAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxMumux Mirani
 
The future of change - strategic translation
The future of change - strategic translationThe future of change - strategic translation
The future of change - strategic translationHelenBevan4
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSNehaSaini499770
 

Recently uploaded (20)

arpita 1-1.pptx management of nursing service and education
arpita 1-1.pptx management of nursing service and educationarpita 1-1.pptx management of nursing service and education
arpita 1-1.pptx management of nursing service and education
 
Field exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdfField exchange, Issue 72 April 2024 FEX-72.pdf
Field exchange, Issue 72 April 2024 FEX-72.pdf
 
Learn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental FogginessLearn Tips for Managing Chemobrain or Mental Fogginess
Learn Tips for Managing Chemobrain or Mental Fogginess
 
Advance Directives and Advance Care Planning: Ensuring Patient Voices Are Heard
Advance Directives and Advance Care Planning: Ensuring Patient Voices Are HeardAdvance Directives and Advance Care Planning: Ensuring Patient Voices Are Heard
Advance Directives and Advance Care Planning: Ensuring Patient Voices Are Heard
 
Text Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptxText Neck Syndrome and its probable way out.pptx
Text Neck Syndrome and its probable way out.pptx
 
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
『澳洲文凭』买莫道克大学毕业证书成绩单办理澳洲Murdoch文凭学位证书
 
What are weight loss medication services?
What are weight loss medication services?What are weight loss medication services?
What are weight loss medication services?
 
Mental Health for physiotherapy and other health students
Mental Health for physiotherapy and other health studentsMental Health for physiotherapy and other health students
Mental Health for physiotherapy and other health students
 
Professional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your HomeProfessional Ear Wax Cleaning Services for Your Home
Professional Ear Wax Cleaning Services for Your Home
 
EHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper ColinEHR Market Growth is The Boom Over - Jasper Colin
EHR Market Growth is The Boom Over - Jasper Colin
 
Medisep insurance policy , new kerala government insurance policy for govrnm...
Medisep insurance policy , new  kerala government insurance policy for govrnm...Medisep insurance policy , new  kerala government insurance policy for govrnm...
Medisep insurance policy , new kerala government insurance policy for govrnm...
 
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
Importance of Assessing Level of Consciousness in Medical Care | The Lifescie...
 
Coping with Childhood Cancer - How Does it Hurt Today
Coping with Childhood Cancer - How Does it Hurt TodayCoping with Childhood Cancer - How Does it Hurt Today
Coping with Childhood Cancer - How Does it Hurt Today
 
Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?Leading big change: what does it take to deliver at large scale?
Leading big change: what does it take to deliver at large scale?
 
Low Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptxLow Vision Case (Nisreen mokhanawala).pptx
Low Vision Case (Nisreen mokhanawala).pptx
 
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGYANTIGEN- SECTION IMMUNOLOGY  DEPARTMENT OF MICROBIOLOGY
ANTIGEN- SECTION IMMUNOLOGY DEPARTMENT OF MICROBIOLOGY
 
FAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptxFAMILY in sociology for physiotherapists.pptx
FAMILY in sociology for physiotherapists.pptx
 
The future of change - strategic translation
The future of change - strategic translationThe future of change - strategic translation
The future of change - strategic translation
 
Kidney Transplant At Hiranandani Hospital
Kidney Transplant At Hiranandani HospitalKidney Transplant At Hiranandani Hospital
Kidney Transplant At Hiranandani Hospital
 
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTSSARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
SARS Cov-2 INFECTION AND ITS EMERGING VARIANTS
 

HL7

  • 1. HL7
  • 2. Agenda − Intro − HL7 − HL7 v2.* − HL7 v3.* − HL7 CDA − HL7 FHIR − Challenges − Questions
  • 4. Andy Stopford – Technical Director − Oversee HAVAS Health Software − Software Engineer by trade − 18 years in the software industry − Experience built in the E-commerce, Insurance & Financial sectors − Author & Writer − Technical advisory at Microsoft − Member of HL7 UK charter
  • 7. Healthcare Installations − UK − NHS Guys & St Thomas Foundation Trust − NHS Buckinghamshire Healthcare Trust − NHS Southend Clinical Commissioning Group − USA − Henry Ford Health System
  • 9. HL7 − HL7 International was founded in 1987 − Standards Body − HL7 defines a common method of structured data exchange in healthcare − Very common to find in healthcare IT systems − EHR systems − Patient appointment booking systems − HL7 is used in over 35 countries
  • 10. HL7 v2 − Started life in 1988 with version 1 − 2.1 was the first usable standard and arrived in 1991 − 2.2 to 2.7 − In 2010 2.1 was still used in over 32 countries − Very common to see 2.1/2.5 in the NHS − Subject domains − Patient demographics − Clinical observations − Scheduling of patient appointments Resources − Etc.
  • 11. HL7 v2 structure − Aunit of data that is transferred between systems − Each information exchange is initiated by a trigger event and consists of one or more messages − Amessage is composed of segments in a defined sequence − Segments hold fields (data types) − The first segment of each message defines the message type and the type of trigger event that caused the message to be sent − Each segment is a sequence of data fields, separated by special data field separators (usually the pipe ‘|’ symbol) − Each data field has a data type, which may be compound – made up of components which are separated by a component separator (usually the carat ‘^’ symbol) − Structure is modelled onANSI X.12 and UN/EDIFACT
  • 12. HL7 v2ADT − Some trigger messages can be classified underAdmission, Discharge, Treatment (ADT) − CodedA01 toA62 − A01 –Admit − A05 – Pre-Admit − A02 – Transfer − A08 – Change patient information − etc
  • 13. HL7 v2 sequence ENCOUNTER REGISTRATION PLANNED ENC. TRANSFER TRANSFER TRANSFER DISCHARGE ADMIT ADT^A04 ADT^A03 ADT^A02 ADT^A12 ADT^A02ADT^A01ADT^A05
  • 14. HL7 v2 Segments − Each message structure varies depending on the trigger − Every message holds segments − MSH – Message Header − EVN – Event Type − PID – Patient Identification − PV1 – Patient Visit
  • 15. HL7 v2 PID fields (sample) Name Required Length Set ID No 4 Patient ID No 0 Patient Identifier List Yes 250 Alternate Patient ID No 0 Patient Name Yes 250 Mother's Maiden Name No 250 Date/Time of Birth No 24
  • 16. HL7 v2 - Example
  • 17. HL7 v3 − Newer definition of the HL7 standard − First developed in 2005 − XML based − Addresses some of the v2 issues − Schema − Structure − Extension − “Semantic Interoperability” − Spec is huge (1.2 gig in size)
  • 18. HL7 v3 - RIM − Primary object model (RIM) − Accounting & Billing − Pharmacy − PatientAdmission − Medical Records − Laboratory − …My own…. − Etc.
  • 19. HL7 v3 - RIM − Domain − Story boards − Trigger events − Domain information model (D-MIM) − Refined information models (R-MIM) − Hierarchical Message Descriptions − CMET
  • 20. HL7 v3 - Reference Information Model (RIM)
  • 21. HL7 v3 - RIM − Red: The central block and represents an action, − Blue: Defines a participant, − Pink: Represents an act relationship to describe how acts are related, − Yellow: Describes the role of the participant, − Green: Represents the entity playing the role
  • 22. HL7 v3 - RIM If I have an inpatient visit for a surgery at a hospital − The surgery is an act (red) that is a Procedure − I am participating (blue) as a Record Target − My surgeon is participating (blue) as the Performer − My role (yellow) is as a Patient, and − I am the entity (green) of a Person.
  • 23. HL7 v3 - D-MIM/R-MIM − Domain Message Information Model (D-MIM) − D-MIM is based on the RIM − Models a given domain but is not the implementation − Refined Message Information Model (R-MIM) − R-MIM is derived from the parent D-MIM − Information model, shows data for a particular message
  • 24. HL7 v3 - PatientAdmission D-MIM
  • 25. HL7 V3 -Activate Patient R-MIM
  • 26. HL7 v3 - Wrapper − Wraps a message to support the transport from sender to receiver − Transmission Wrapper − ControlAct Wrapper − Payload (the actual domain message)
  • 27. HL7 v3 – Transmission Wrapper − Required − Date/Time − Identifies the sender and receiver (ID) − Identifies when acks are required for the message − Upper level and wraps − ControlAct Wrapper − Payload
  • 28. HL7 v3 – ControlAct Wrapper − Used to communicate information to an interaction that triggered a message. − Message ControlAct (basic) − Query Infrastructure − Master File/Registry − Domain messages have different uses of the control act wrappers
  • 29. HL7 v3 - CMET − Common Message Element Type − Reusable part of a message − E.g. Patient − Included in the domain − Isolated from the domain − Vulnerable to change − E.g. Lab states patient needs IQ then pharmacy also has it − Hides the true size of a message
  • 30. HL7 v3 - Transport − Big XML messages that we need to move − MLLP (Minimum Lower Layer Protocol) − Used with v2 a lot − Limited − SOAP − The most common − XML payload − ebXML (yuck) − Standard includes a payload spec
  • 31. HL7 v3 - Example
  • 32. HL7 CDA − Clinical DocumentArchitecture − Represent any clinical document – e.g. Discharge Summary − Built on the HL7 Reference Information Model (RIM) − CDAHeader − CDABody
  • 33. HL7 CDAHeader − Document Information − ID of the document, confidentiality & relationship to other documents. − Encounter data − Describes where the encounter took place, time & setting. − Service actors − Describes who interacted with service being described − Service targets − Include the patient, family members etc.
  • 34. HL7 CDABody − Describes the body of the document − Adocument structure will vary, so too must a CDAbody − CDABody gives you structures to capture this − Structures − Sections − Paragraphs − Lists − Tables
  • 35. HL7 CCR − Joint HL7/ASTM standard − Facilitate better cross communication between systems − CDABody can vary in structure − CCR defines templates that fix this structure
  • 36. HL7 tools − Server − InterSystems Ensemble − InterfaceWare Iguana − Microsoft BizTalk − Mirth Connect − Tools − HL7 Inspector (OSS) − 7Edit (commercial
  • 37. HL7 FHIR − Fast Health Interoperable Resources − The future of HL7… − Free and open! − Combines parts of v2, v3 and CDAto create a new standard − Supports XML and JSON − RESTful − Working draft available by the end of 2013 with a working process through 2014 and 2015
  • 38. FHIR Resources − Clinical − General -AdverseReaction, CarePlan, FamilyHistory etc − Medications - Medication, MedicationPrescription etc − Diagnostics – Observation, DiagnosticReport − Administrative − Attribution – Patient, RelatedPerson, Practictioner − Resources – Device, Location − Workflow – Encounter,Alert − Bundles − Combined resources
  • 39. FHIR REST − Resources expose certain logical interactions − Create (POST) − Read (GET) − Update (PUT) − Delete (DELETE) − Bundles − History (GET) − Search (GET)
  • 40. FHIR Security − HTTPS/SSL − OAuth − Authorization/Access control − HL7 Healthcare Classification System − Access/data segmentation − Audit − Security events − Provenance
  • 42. The protection of patient data is critical − Thus it’s not truly open − Access is limited − Data is limited − Storage is almost impossible − Security is paramount − HIPAA
  • 43. How best to work with patient data − Agree with the trust what you need and what you can see − Caldicott Guardian − ISO 27001 − Point to point − SSL 256 − Accredited data storage (or just don’t do it) − Encrypt the storage, not the data. − 256 at minimum
  • 44. More information − Web − HL7 international (http://www.hl7.org) − HL7 UK charter (http://www.hl7.org.uk/) − Books − Principles of Health Interoperability HL7 and SNOMED (Tim Benson)