SlideShare ist ein Scribd-Unternehmen logo
1 von 73
Downloaden Sie, um offline zu lesen
1
HL7 Standards
Nawanan Theera-Ampornpunt, M.D., Ph.D.
Department of Community Medicine
Faculty of Medicine Ramathibodi Hospital
Certified HL7 CDA Specialist
Some slides reproduced & adapted with permission from
Dr. Supachai Parchariyanon
November 8, 2015
2
»Profile:
Dr. Supachai Parchariyanon is a medical doctor
who’s passionate about information technology and
turn himself to be informatician and serial
entrepreneurs.
He’s also earned Business Management degree
from Ramkamhaeng university and Biomedical
Informatics degree from the US. He led the team to
certify both HL7 Reference Information Model (RIM)
and Clinical Document Architecture (CDA). His
interest is now on standards and interoperability,
clinical informatics and project management.
»Keep in touch
»supachaimd@gmail.com
»http://www.facebook.com/supachaiMD
Some Slides Reproduced with
Permission from
Dr. Supachai Parchariyanon
@supachaiMD
Slide reproduced/adapted from Dr. Supachai Parchariyanon
3
Thailand’s HL7
Certified Specialists
Kevin
Asavanant
HL7 V3 RIM (2009)
Supachai
Parchariyanon
HL7 CDA (2010)
Nawanan
Theera-Ampornpunt
HL7 CDA (2012)
Sireerat
Srisiriratanakul
HL7 V3 RIM (2013)
4
Standards Are Everywhere
5
Standards: Why?
• The Large N Problem
N = 2, Interface = 1
# Interfaces = N(N-1)/2
N = 3, Interface = 3
N = 5, Interface = 10
N = 100, Interface = 4,950
6
Health Information Exchange (HIE)
Hospital A Hospital B
Clinic C
Government
Lab Patient at Home
7
Objectives
• Interoperability
• Inter-operable
systems
Ultimate Goals
• Continuity of Care
• Quality
 Safety
 Timeliness
 Effectiveness
 Equity
 Patient-Centeredness
 Efficiency
Why Health Information Standards?
8
What is interoperability?
It is the ability of two or more systems
or components to exchange information,
and to use the information that has been
exchanged predictably (IEEE Standard
Computer Dictionary)
Slide reproduced/adapted from Dr. Supachai Parchariyanon
9
Levels of Interoperability
Functional
Semantic
Syntactic
10
Goal of interoperability
• HL7’s key goal of interoperability has
two aspects:
– Syntactic interoperability has to do with
structure
– Semantic interoperability has to do with
meaning
Slide reproduced/adapted from Dr. Supachai Parchariyanon
11
Things that can go wrong in
message exchange
Slide reproduced/adapted from Dr. Supachai Parchariyanon
12
Standards are not equal
Interoperability
Standards only create the opportunity
for interoperability and are not equal to
interoperability
Slide reproduced/adapted from Dr. Supachai Parchariyanon
13
Various Kinds of Standards
• Unique Identifiers
• Standard Data Sets
• Vocabularies & Terminologies
• Exchange Standards
– Message Exchange
– Document Exchange
• Functional Standards
• Technical Standards: Data Communications,
Encryption, Security
14
Functional
Semantic
Syntactic
How Standards Support Interoperability
Technical Standards
(TCP/IP, encryption,
security)
Exchange Standards (HL7 v.2,
HL7 v.3 Messaging, HL7 CDA,
DICOM)
Vocabularies, Terminologies,
Coding Systems (ICD-10, ICD-9,
CPT, SNOMED CT, LOINC)
Information Models (HL7 v.3 RIM,
ASTM CCR, HL7 CCD)
Standard Data Sets
Functional Standards (HL7 EHR
Functional Specifications)
Some may be hybrid: e.g. HL7 v.3, HL7 CCD
Unique ID
15
What is HL7?
• HL7 is an ANSI-accredited Standards
Development Organization (SDO)
operating in the healthcare arena.
• It is a non-profit organization made up of
volunteers – providers, customers,
vendors, government, etc.
Slide reproduced/adapted from Dr. Supachai Parchariyanon
16
What is HL7? (Cont.)
• HL7 is an acronym for Health Level Seven
– Seven represents the highest, or “application”
level of the International Standards
Organization (ISO) communications model for
Open Systems Interconnection (OSI) networks.
Slide reproduced/adapted from Dr. Supachai Parchariyanon
17
OSI Model
Slide reproduced/adapted from Dr. Supachai Parchariyanon
18
What HL7 does?
• HL7 focuses on the clinical and administrative
data domains.
• It defines data exchange standards for these
domains called messages or messaging
specifications (aka HL7 messages)
– Messages are developed by technical committees and
special interest groups in the HL7 organization.
• HL7 organization defines 2 versions of the
messaging standard:
– HL7 v2.x (syntactic only)
– HL7 v3.0 (semantic capability added)
Slide reproduced/adapted from Dr. Supachai Parchariyanon
19
What HL7 does?
Slide reproduced/adapted from Dr. Supachai Parchariyanon
20
HL7 Standards
• HL7 V2.x
– Defines electronic messages supporting hospital
operations
• HL7 V3
• HL7 Clinical Document Architecture
(CDA) Releases 1 and 2
• HL7 Arden Syntax
– Representation of medical knowledge
• HL7 EHR & PHR Functional Specifications
• Etc.
21
The Industry Standard
HL7 version 2 (HL7 v2)
• Not “Plug and Play” - it provides 80 percent of the
interface and a framework to negotiate the remaining 20
percent on an interface-by-interface basis
• Historically built in an ad hoc way because no other
standard existed at the time
• Generally provides compatibility between 2.X versions
• Messaging-based standard built upon pipe and hat
encoding
• In the U.S., V2 is what most people think of when people
say “HL7″
Slide reproduced/adapted from Dr. Supachai Parchariyanon
22
HL7 version2
• HL7 v2 is still the most commonly used HL7
standard
– Over 90% of US hospitals have implemented some
version of 2.x HL7 messages
• The HL7 v2 messaging standard is considered:
– The workhorse of data exchange in healthcare
– The most widely implemented standard for healthcare
information in the world
• HL7 v2.5 was approved as an ANSI standard in
2003
Slide reproduced/adapted from Dr. Supachai Parchariyanon
23
Part of Sample HL7 v.2 Message
(Lab Result)
OBX|1|NM|10839-9^TROPONIN-I^LN||5|ng/ml|
0-1.3|H||H|F|19980309…
Slide reproduced/adapted from Dr. Supachai Parchariyanon
24
HL7 v2 Message
• Messages composed of
– Segments composed of
• Fields composed of
– Components
• Delimiters
– Field separator: |
– Component separator: ^
– Repetition separator: ~
– Escape character: 
– Subcomponent: &
– Segment terminator: <cr>
Slide reproduced/adapted from Dr. Supachai Parchariyanon
25
Message Header Segment - MSH
MSH|^~|&|SMS|OR2|TMR|SICU|201010191535|password|ADT^A01|MSG1632|P|2.7<cr>
Sending
Unit
Receiving
Unit Date
Time
Message
type
Trigger
ID
Sending
Place Receiving
Place
Message
Number
version
Delimiters
production
Slide reproduced/adapted from Dr. Supachai Parchariyanon
26
PID Segment – 1/3
PID|Z12345^5^M11||||PATIENT^JOSEPH^M^IV|
Patient ID
Check digit
Method
Last name
First name
Middle
Initial
Suffix
Patient name
Null fields
Data field
Field delimiter
Slide reproduced/adapted from Dr. Supachai Parchariyanon
27
PID Segment – 2/3
MAIDEN|19610605|M||C|1492 OCEAN STREET^
Mother’s
maiden name
Gender
Date of birth Race
Street
address
Data component Component
delimiter
Slide reproduced/adapted from Dr. Supachai Parchariyanon
28
PID Segment – 3/3
DURHAM^NC^27705|DUR|(919)684-6421<cr>
City
State
Zip Code
County
Telephone
Segment terminator
Slide reproduced/adapted from Dr. Supachai Parchariyanon
29
PV1 Segment
PV1|1|1|N2200^2200|||OR^02|0846^WELBY^MARCUS^G||SUR<cr>
Patient location
Attending
Service
Sequence
number
Patient
class
Slide reproduced/adapted from Dr. Supachai Parchariyanon
30
OBR Segment
OBR|1|330769.0001.001^DMCRES|0000514215^RADIS1|77061^U/S PEVLIC^L
||201010211145|||||||||||||0491909||||U999|M||||||^FIBROIDS, R/O|207484^
CARROLL&BARBARA&A|||089657&BROWN&JOANNE<CR>
Placer order
number
Filler order
number
Universal
service ID
Text
order Local set
Requested
date-time of
service
Reason for
study
Principal results
interpreter
Slide reproduced/adapted from Dr. Supachai Parchariyanon
31
Typical Result Message -
ORU
MSH|^~&|||||19981105131523||ORU^R01<cr>
PID|||100928782^9^M11||Smith^John^J<cr>
OBR||||Z0063-0^^LN<cr>
OBX||XCN|Z0063-0^^LN||2093467^Smits^J^<cr>
OBX||Z0092-0^^LN||203BE0004Y^^X12PTX<cr>
Data field
Data component
segment
Slide reproduced/adapted from Dr. Supachai Parchariyanon
Again, this slide shows a typical order result message. In this case, the
segments include the header, the patient identifier, the order request,
and two result segments. The OBX segment is examined in detail in
the next slide. The last OBX shows the hierarchical nature of the
segment. The test ID data field is broken into the triplet of code (with
check-digit), text name, and vocabulary source (LOINC).
32
Problems with HL7v2
• HL7 v2 cannot support all this!
– Ad Hoc design methodology
– Ambiguous – lacking definition
– Complicated, esoteric encoding rules.
– Artifacts left to retain backward compatibility
– Too much optionality
– Can’t specify conformance
– No standard vocabulary
Slide reproduced/adapted from Dr. Supachai Parchariyanon
33
What’s Different About v3?
• Conceptual foundation
– A single, common reference information model to be used across
HL7
• Semantic foundation
– Explicitly defined concept domains drawn from the best
terminologies
• Abstract design methodology
– That is technology-neutral
– Able to be used with whatever is the technology de jour
• XML, UML, etc.
• Maintain a repository
– Database of the semantic content
– Ensures a single source and enable development of support
tooling
Slide reproduced/adapted from Dr. Supachai Parchariyanon
34
How is v3 different than v2?
• v3 is approaching “Plug and Play”
• v2 uses pipe and hat messaging, while v3
uses the Reference Information
Model(RIM) and XML for messaging
• v3 is a brand new start – it is NOT
backward compatible with v2
Slide reproduced/adapted from Dr. Supachai Parchariyanon
35
Sample HL7 v.3 Message
(Patient Registration)
<?xml version="1.0" encoding="UTF-8"?>
<PRPA_IN101311UV02 xmlns="urn:hl7-org:v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
ITSVersion="XML_1.0" xsi:schemaLocation="urn:hl7-org:v3
../schemas/PRPA_IN101311UV02.xsd">
...
<name use="SYL" >
<given>นวนรรน</given>
<family>ธีระอัมพรพันธุ์</family>
</name>
<name use="ABC">
<given>Nawanan</given>
<family>Theera-Ampornpunt</family>
</name>
<administrativeGenderCode code="M"/>
...
</PRPA_IN101311UV02>
Message source adapted from Ramathibodi HL7 Project by Supachai Parchariyanon,
Kavin Asavanant, Sireerat Srisiriratanakul & Chaiwiwat Tongtaweechaikit
36
HL7 V3 Standards
• A family of standards based on V3
information models and development
methodology
• Components
– HL7 V3 Reference Information Model (RIM)
– HL7 V3 Messaging
– HL7 Development Framework (HDF)
37
How HL7 V3 Works
• Message sent from sending application to
receiving application
• Mostly triggered by an event
• Typical scenario portrayed in a storyboard
• Message in XML with machine-processable
elements conforming to messaging
standard
• Data elements in message conform to RIM
• Not designed for human readability
38
v3 Messaging Standard
• Based on an object information
model, called the Reference
Information Model, (RIM)
Slide reproduced/adapted from Dr. Supachai Parchariyanon
39
HL7 V3 Messaging
• V3 provides messaging standards for
– Patient administration
– Medical records
– Orders
– Laboratory
– Claims & Reimbursement
– Care provision
– Clinical genomics
– Public Health
– Etc.
40
HL7 v3 Reference
Information Model
• Referral
• Transportation
• Supply
• Procedure
• Consent
• Observation
• Medication
• Administrative act
• Financial act
• Organization
• Place
• Person
• Living Subject
• Material
• Patient
• Member
• Healthcare facility
• Practitioner
• Practitioner assignment
• Specimen
• Location
Entity
0..*
1
Role
1
0..*
1
0..*
Act
Relationship
1..*
10..*
1
Participation Act
• Author
• Reviewer
• Verifier
• Subject
• Target
• Tracker
• Has component
• Is supported by
Slide reproduced/adapted from Dr. Supachai Parchariyanon
41
HL7 v3 Components and Process: RIM UML Instance
Scenario
 Classes are color coded:
 Green = Entity, Yellow = Role, Blue = Participation, Red/Pink = Act, Purple = Infrastructure, Lilac = message
controller.
John Doe Patient Subject
Entity Role Participation Act
Dr. Smith
HealthCare
Provider
Surgeon
John Doe Patient Subject
Has Pertinent
InformationAct Relationship
(Clinical Trial Act)
Protocol ECOG
1112
XYZ
Hospital
HealthCare
Facility
Location
(Procedure Act)
Prostectomy
Slide reproduced/adapted from Dr. Supachai Parchariyanon
42
Reference Information Model (RIM)
42
43
V3 Messaging Concerns
• Difficult to implement
• No one understands v3
• Overhead too much
– 1% of message is payload compared to v2 (delimiters)
is about 90-95%
• No one understands what implementation of v3
messaging means
• Need stability, clarity, definition of v3 messaging
Slide reproduced/adapted from Dr. Supachai Parchariyanon
44
Additional Information
• Health Level Seven
– www.hl7.org
• HL7 Reference Information Model
– https://www.hl7.org/library/data-model/RIM/C30202/rim.htm
• HL7 Vocabulary Domains
– http://www.hl7.org/library/data-
model/RIM/C30123/vocabulary.htm
• HL7 v3 Standard
– http://www.hl7.org/v3ballot/html/welcome/environment/index.htm
• HL7 v3:
– “Driving Interoperability & Transforming Healthcare Information
Management” by Charles Mead, MD, MSc.
– http://www.healthcare-informatics.com/webinars/05_20_04.htm
Slide reproduced/adapted from Dr. Supachai Parchariyanon
45
HL7 Clinical Document
Architecture (CDA)
Nawanan Theera-Ampornpunt, M.D., Ph.D.
Department of Community Medicine
Faculty of Medicine Ramathibodi Hospital
Certified HL7 CDA Specialist
Some slides reproduced & adapted with permission from
Dr. Supachai Parchariyanon
November 2, 2014
46
Message Exchange
• Goal: Specify format
for exchange of data
• Internal vs. external
messages
• Examples
 HL7 v.2
 HL7 v.3 Messaging
 DICOM
 NCPDP
Document Exchange
• Goal: Specify format
for exchange of
“documents”
• Examples
 HL7 v.3 Clinical Document
Architecture (CDA)
 ASTM Continuity of Care
Record (CCR)
 HL7 Continuity of Care
Document (CCD)
Exchange Standards
47
Messages
• Human Unreadable
• Machine Processable
Clinical Documents
• Human Readable
• (Ideally) Machine
Processable
Exchange Standards
48
Hospital A Hospital B
Clinic C
Government
Lab Patient at Home
Message Exchange
Message
Message
Message
Message
Message
49
Hospital A Hospital B
Clinic C
Government
Lab Patient at Home
Clinical Document Exchange
Message containing
Referral Letter
Message containing
Claims Request
Message containing
Lab Report
Message containing
Patient Visit Summary
Message containing
Communicable
Disease Report
50
What Is HL7 CDA?
• “A document markup standard that
specifies structure & semantics of “clinical
documents” for the purpose of exchange”
[Source: HL7 CDA Release 2]
• Focuses on document exchange, not
message exchange
• A document is packaged in a message
during exchange
• Note: CDA is not designed for document
storage. Only for exchange!!
51
What is CDA?
• CDA is based on XML
• XML is eXtensible Markup Language
• In XML, structure & format are conveyed
by markup which is embedded into the
information
Slide reproduced/adapted from Dr. Supachai Parchariyanon
52
Clinical Documents
Slide reproduced/adapted from Dr. Supachai Parchariyanon
53
A Clinical Document (1)
• A documentation of clinical observations
and services, with the following
characteristics:
 Persistence - continues to exist in an
unaltered state, for a time period defined by
local and regulatory requirements
 Stewardship - maintained by an organization
entrusted with its care
 Potential for authentication - an assemblage
of information that is intended to be legally
authenticated Source: HL7 CDA R2
54
A Clinical Document (2)
• A documentation of clinical observations
and services, with the following
characteristics:
 Context - establishes the default context for its
contents; can exist in non-messaging contexts
 Wholeness - Authentication of a clinical
document applies to the whole and does not
apply to portions of the document without full
context of the document
 Human readability - human readable
Source: HL7 CDA R2
55
A Clinical Document (3)
• A CDA document is a defined & complete
information object that can include
 Text
 Images
 Sounds
 Other multimedia content
Source: HL7 CDA R2
56
CDA & HL7 Messages
• Documents complement HL7 messaging
specifications
• Documents are defined and complete information
objects that can exist outside of a messaging
context
• A document can be encoded within an HL7
message
Source: “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
57
CDA & Message Exchange
• CDA can be payload (or content) in any kind of
message
– HL7 V2.x message
– HL7 V3 message
– EDI ANSI X12 message
– IHE Cross-Enterprise Document Sharing (XDS)
message
• And it can be passed from one kind to
another
Source: “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
58
CDA & Message Exchange
Clinical Document
(Payload)
HL7 V3 Message
(Message)
HL7 V2 Message
(Message)
Source: Adapted from “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
59
CDA As Payload
Source: From “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
60
Major Components of a
CDA
Slide reproduced/adapted from Dr. Supachai Parchariyanon
61
CDA Model
Source: From “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
62
A Closer Look at a CDA Document
<ClinicalDocument> ... CDA Header ...
<structuredBody> <section> <text>... Single
Narrative Block ...</text>
<observation>...</observation>
<substanceAdministration>
<supply>...</supply>
</substanceAdministration> <observation>
<externalObservation>...
</externalObservation> </observation>
</section> <section> <section>...</section>
</section> </structuredBody>
</ClinicalDocument>
Source: HL7 CDA R2
Human Readable Part
Machine Processable Parts
63
Rendering CDA Documents (1)
Source: From “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
64
Rendering CDA Documents (2)
Source: From “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
65
CDA & Document Management
• CDA focuses on document exchange, not
storage or processing
• Clinical documents are used for various reasons
– Clinical care
– Medico-legal reasons (as evidence)
– Auditing
– Etc.
• Clinical documents may contain errors or need
data updates (e.g. preliminary lab results vs. final
results)
66
CDA & Document Management
• CDA supports appending and replacement of
documents through use of Document ID, setID,
versionNumber & parent document
– Supports version control of documents
– Both old (replaced) and new versions of documents
can be stored in and retrieved from document
management systems depending on situation
– Addendum is possible through append
– Addendum itself can also be replaced with same
version control mechanism
– Document management system (not CDA) is
responsible for keeping track of most up-to-date
documents
67
Document Management Examples
Source: From “What is CDA R2? by Calvin E. Beebe
at HL7 Educational Summit in July 2012
68
Some Possible Use Cases of CDA
 Intra-institutional
 Exchange of parts of medical records (scanned or
structured electronic health records)
 Lab/Imaging requests & reports
 Prescriptions/order forms
 Admission notes
 Progress notes
 Operative notes
 Discharge summaries
 Payment receipts
 Other forms/documents (clinical or administrative)
69
Some Possible Use Cases of CDA
 Inter-institutional
 Referral letters
 Claims requests or reimbursement documents
 External lab/imaging reports
 Visit summary documents
 Insurance eligibility & coverage documents
 Identification documents
 Disease reporting
 Other administrative reports
70
Achieving Interoperability
 CDA is a general-purpose, broad standard
 Use in each use case or context requires
implementation guides to constrain CDA
 Examples
 Operative Note (OP)
 Consultation Notes (CON)
 Care Record Summary (CRS)
 Continuity of Care Document (CCD)
 CDA for Public Health Case Reports (PHCRPT)
 Quality Reporting Document Architecture (QRDA)
71
CDA Summary
 CDA is a markup standard for document
exchange
 Not message exchange
 CDA is a general-purpose standard
 Use in specific context requires
Implementation Guides (and possibly
Extensions)
72
CDA Summary
 CDA is XML-based and RIM-based
 CDA documents can be exchanged as
encapsulated data (payload) in any message
(HL7 V2, HL7 V3, etc.)
 CDA is not dependent on using HL7 V3
messages
 Most likely early use cases for CDA
 Referrals
 Claims & Reimbursements
 Lab/imaging Reports
 Electronic Health Records Documents
73
Q/A
Slide reproduced/adapted from Dr. Supachai Parchariyanon

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Introduction to FHIR™
Introduction to FHIR™Introduction to FHIR™
Introduction to FHIR™Grahame Grieve
 
HL7 Version 3 Overview
HL7 Version 3 Overview HL7 Version 3 Overview
HL7 Version 3 Overview WardTechTalent
 
HL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfHL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfJanaka Peiris
 
Hospital Information Systems & Electronic Health Records
Hospital Information Systems & Electronic Health RecordsHospital Information Systems & Electronic Health Records
Hospital Information Systems & Electronic Health RecordsNawanan 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
 
FHIR Profiles
FHIR ProfilesFHIR Profiles
FHIR ProfilesDavid Hay
 
2010 06 07 - LOINC Introduction
2010 06 07 - LOINC Introduction2010 06 07 - LOINC Introduction
2010 06 07 - LOINC Introductiondvreeman
 
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
 

Was ist angesagt? (20)

Hl7 & FHIR
Hl7 & FHIRHl7 & FHIR
Hl7 & FHIR
 
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
 
Introduction to FHIR™
Introduction to FHIR™Introduction to FHIR™
Introduction to FHIR™
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
Exploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its StructuresExploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its Structures
 
HL7 Version 3 Overview
HL7 Version 3 Overview HL7 Version 3 Overview
HL7 Version 3 Overview
 
FHIR and DICOM by Marten Smits
FHIR and DICOM by Marten SmitsFHIR and DICOM by Marten Smits
FHIR and DICOM by Marten Smits
 
HL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfHL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdf
 
EHR Chapter 1
EHR Chapter 1EHR Chapter 1
EHR Chapter 1
 
HL7 101
HL7 101 HL7 101
HL7 101
 
Introduction to hl7 v3
Introduction to hl7 v3Introduction to hl7 v3
Introduction to hl7 v3
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
Kaiser Permanente HealthConnect - EHR and SNOMED
Kaiser Permanente HealthConnect - EHR and SNOMEDKaiser Permanente HealthConnect - EHR and SNOMED
Kaiser Permanente HealthConnect - EHR and SNOMED
 
XDS - Cross-Enterprise Document Sharing
XDS - Cross-Enterprise Document SharingXDS - Cross-Enterprise Document Sharing
XDS - Cross-Enterprise Document Sharing
 
Hospital Information Systems & Electronic Health Records
Hospital Information Systems & Electronic Health RecordsHospital Information Systems & Electronic Health Records
Hospital Information Systems & Electronic Health Records
 
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
 
FHIR Profiles
FHIR ProfilesFHIR Profiles
FHIR Profiles
 
2010 06 07 - LOINC Introduction
2010 06 07 - LOINC Introduction2010 06 07 - LOINC Introduction
2010 06 07 - LOINC Introduction
 
What is FHIR
What is FHIRWhat is FHIR
What is FHIR
 
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...
 

Ähnlich wie HL7 Standards

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
 
Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...
Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...
Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...Kumar Satyam
 
Edifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs Inc
 
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
 
Imaging evolution-himss-middle east09-v5.0
Imaging evolution-himss-middle east09-v5.0Imaging evolution-himss-middle east09-v5.0
Imaging evolution-himss-middle east09-v5.0Rex Osborn
 
Ramathibodi Hospital's Experience with HL7 & HL7 CDA Standards
Ramathibodi Hospital's Experience with HL7 & HL7 CDA StandardsRamathibodi Hospital's Experience with HL7 & HL7 CDA Standards
Ramathibodi Hospital's Experience with HL7 & HL7 CDA StandardsNawanan Theera-Ampornpunt
 
Standards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureStandards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureAbdul-Malik Shakir
 
Health Information Standards - Kevin O'Carroll
Health Information Standards - Kevin O'CarrollHealth Information Standards - Kevin O'Carroll
Health Information Standards - Kevin O'Carrollhealthcareisi
 
OpenEHR modeling case studies in China
OpenEHR modeling case studies in ChinaOpenEHR modeling case studies in China
OpenEHR modeling case studies in Chinaxudong_lu
 
Health Information Exchange Standards - Compliance via Integration Testing
Health Information Exchange Standards  -  Compliance via Integration TestingHealth Information Exchange Standards  -  Compliance via Integration Testing
Health Information Exchange Standards - Compliance via Integration TestingHealth Informatics New Zealand
 
Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...lucenerevolution
 
HL7 for TMI November 2009
HL7 for TMI November 2009HL7 for TMI November 2009
HL7 for TMI November 2009Artit Ungkanont
 

Ähnlich wie HL7 Standards (20)

Hl7 Standards (November 6, 2016)
Hl7 Standards (November 6, 2016)Hl7 Standards (November 6, 2016)
Hl7 Standards (November 6, 2016)
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
Hl7 Standards (September 15, 2016)
Hl7 Standards (September 15, 2016)Hl7 Standards (September 15, 2016)
Hl7 Standards (September 15, 2016)
 
HL7 Standards (March 21, 2018)
HL7 Standards (March 21, 2018)HL7 Standards (March 21, 2018)
HL7 Standards (March 21, 2018)
 
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)
 
APHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
APHL/CDC Presentation to Vietnamese Health Officials and StakeholdersAPHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
APHL/CDC Presentation to Vietnamese Health Officials and Stakeholders
 
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
 
Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...
Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...
Presentation on Healthcare Interoperability at AEA, delhi chapter meeting 27t...
 
Edifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs- warming up to fhir
Edifecs- warming up to fhir
 
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
 
Imaging evolution-himss-middle east09-v5.0
Imaging evolution-himss-middle east09-v5.0Imaging evolution-himss-middle east09-v5.0
Imaging evolution-himss-middle east09-v5.0
 
Ramathibodi Hospital's Experience with HL7 & HL7 CDA Standards
Ramathibodi Hospital's Experience with HL7 & HL7 CDA StandardsRamathibodi Hospital's Experience with HL7 & HL7 CDA Standards
Ramathibodi Hospital's Experience with HL7 & HL7 CDA Standards
 
HL7 - Whats Hot and Whats Not
HL7 - Whats Hot and Whats NotHL7 - Whats Hot and Whats Not
HL7 - Whats Hot and Whats Not
 
Standards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureStandards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration Infrastructure
 
Health Information Standards - Kevin O'Carroll
Health Information Standards - Kevin O'CarrollHealth Information Standards - Kevin O'Carroll
Health Information Standards - Kevin O'Carroll
 
OpenEHR modeling case studies in China
OpenEHR modeling case studies in ChinaOpenEHR modeling case studies in China
OpenEHR modeling case studies in China
 
Health Information Exchange Standards - Compliance via Integration Testing
Health Information Exchange Standards  -  Compliance via Integration TestingHealth Information Exchange Standards  -  Compliance via Integration Testing
Health Information Exchange Standards - Compliance via Integration Testing
 
Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...
 
Amia now! session two
Amia now! session twoAmia now! session two
Amia now! session two
 
HL7 for TMI November 2009
HL7 for TMI November 2009HL7 for TMI November 2009
HL7 for TMI November 2009
 

Mehr von Nawanan Theera-Ampornpunt

Health Informatics for Health Service Systems (March 11, 2024)
Health Informatics for Health Service Systems (March 11, 2024)Health Informatics for Health Service Systems (March 11, 2024)
Health Informatics for Health Service Systems (March 11, 2024)Nawanan Theera-Ampornpunt
 
Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)
Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)
Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)Nawanan Theera-Ampornpunt
 
Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)
Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)
Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)Nawanan Theera-Ampornpunt
 
Case Study PDPA Workshop (September 15, 2023)
Case Study PDPA Workshop (September 15, 2023)Case Study PDPA Workshop (September 15, 2023)
Case Study PDPA Workshop (September 15, 2023)Nawanan Theera-Ampornpunt
 
Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)
Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)
Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)Nawanan Theera-Ampornpunt
 
Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)
Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)
Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)Nawanan Theera-Ampornpunt
 
Relationship Between Thailand's Official Information Act and Personal Data Pr...
Relationship Between Thailand's Official Information Act and Personal Data Pr...Relationship Between Thailand's Official Information Act and Personal Data Pr...
Relationship Between Thailand's Official Information Act and Personal Data Pr...Nawanan Theera-Ampornpunt
 
Social Media - PDPA: Is There A Way Out? (October 19, 2022)
Social Media - PDPA: Is There A Way Out? (October 19, 2022)Social Media - PDPA: Is There A Way Out? (October 19, 2022)
Social Media - PDPA: Is There A Way Out? (October 19, 2022)Nawanan Theera-Ampornpunt
 
Do's and Don'ts on PDPA for Doctors (May 31, 2022)
Do's and Don'ts on PDPA for Doctors (May 31, 2022)Do's and Don'ts on PDPA for Doctors (May 31, 2022)
Do's and Don'ts on PDPA for Doctors (May 31, 2022)Nawanan Theera-Ampornpunt
 
Telemedicine: A Health Informatician's Point of View
Telemedicine: A Health Informatician's Point of ViewTelemedicine: A Health Informatician's Point of View
Telemedicine: A Health Informatician's Point of ViewNawanan Theera-Ampornpunt
 
การบริหารความเสี่ยงคณะฯ (February 9, 2022)
การบริหารความเสี่ยงคณะฯ (February 9, 2022)การบริหารความเสี่ยงคณะฯ (February 9, 2022)
การบริหารความเสี่ยงคณะฯ (February 9, 2022)Nawanan Theera-Ampornpunt
 
จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)
จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)
จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)Nawanan Theera-Ampornpunt
 
พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)
พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)
พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)Nawanan Theera-Ampornpunt
 
Digital Health Transformation for Health Executives (January 18, 2022)
Digital Health Transformation for Health Executives (January 18, 2022)Digital Health Transformation for Health Executives (January 18, 2022)
Digital Health Transformation for Health Executives (January 18, 2022)Nawanan Theera-Ampornpunt
 
Updates on Privacy & Security Laws (November 26, 2021)
Updates on Privacy & Security Laws (November 26, 2021)Updates on Privacy & Security Laws (November 26, 2021)
Updates on Privacy & Security Laws (November 26, 2021)Nawanan Theera-Ampornpunt
 
Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)Nawanan Theera-Ampornpunt
 
Research Ethics and Ethics for Health Informaticians (November 15, 2021)
Research Ethics and Ethics for Health Informaticians (November 15, 2021)Research Ethics and Ethics for Health Informaticians (November 15, 2021)
Research Ethics and Ethics for Health Informaticians (November 15, 2021)Nawanan Theera-Ampornpunt
 
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...Nawanan Theera-Ampornpunt
 

Mehr von Nawanan Theera-Ampornpunt (20)

Health Informatics for Health Service Systems (March 11, 2024)
Health Informatics for Health Service Systems (March 11, 2024)Health Informatics for Health Service Systems (March 11, 2024)
Health Informatics for Health Service Systems (March 11, 2024)
 
Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)
Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)
Personal Data Protection Act and the Four Subordinate Laws (February 29, 2024)
 
Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)
Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)
Privacy & PDPA Awareness Training for Ramathibodi Residents (October 5, 2023)
 
Case Study PDPA Workshop (September 15, 2023)
Case Study PDPA Workshop (September 15, 2023)Case Study PDPA Workshop (September 15, 2023)
Case Study PDPA Workshop (September 15, 2023)
 
Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)
Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)
Case Studies on Overview of PDPA and its Subordinate Laws (September 15, 2023)
 
Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)
Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)
Ramathibodi Security & Privacy Awareness Training (Fiscal Year 2023)
 
Relationship Between Thailand's Official Information Act and Personal Data Pr...
Relationship Between Thailand's Official Information Act and Personal Data Pr...Relationship Between Thailand's Official Information Act and Personal Data Pr...
Relationship Between Thailand's Official Information Act and Personal Data Pr...
 
Social Media - PDPA: Is There A Way Out? (October 19, 2022)
Social Media - PDPA: Is There A Way Out? (October 19, 2022)Social Media - PDPA: Is There A Way Out? (October 19, 2022)
Social Media - PDPA: Is There A Way Out? (October 19, 2022)
 
Do's and Don'ts on PDPA for Doctors (May 31, 2022)
Do's and Don'ts on PDPA for Doctors (May 31, 2022)Do's and Don'ts on PDPA for Doctors (May 31, 2022)
Do's and Don'ts on PDPA for Doctors (May 31, 2022)
 
Telemedicine: A Health Informatician's Point of View
Telemedicine: A Health Informatician's Point of ViewTelemedicine: A Health Informatician's Point of View
Telemedicine: A Health Informatician's Point of View
 
Meeting Management (March 2, 2022)
Meeting Management (March 2, 2022)Meeting Management (March 2, 2022)
Meeting Management (March 2, 2022)
 
การบริหารความเสี่ยงคณะฯ (February 9, 2022)
การบริหารความเสี่ยงคณะฯ (February 9, 2022)การบริหารความเสี่ยงคณะฯ (February 9, 2022)
การบริหารความเสี่ยงคณะฯ (February 9, 2022)
 
จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)
จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)
จริยธรรมและกฎหมายที่เกี่ยวข้องกับเทคโนโลยีสารสนเทศทางสุขภาพ (February 8, 2022)
 
พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)
พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)
พระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA) (January 21, 2022)
 
Digital Health Transformation for Health Executives (January 18, 2022)
Digital Health Transformation for Health Executives (January 18, 2022)Digital Health Transformation for Health Executives (January 18, 2022)
Digital Health Transformation for Health Executives (January 18, 2022)
 
Updates on Privacy & Security Laws (November 26, 2021)
Updates on Privacy & Security Laws (November 26, 2021)Updates on Privacy & Security Laws (November 26, 2021)
Updates on Privacy & Security Laws (November 26, 2021)
 
Hospital Informatics (November 26, 2021)
Hospital Informatics (November 26, 2021)Hospital Informatics (November 26, 2021)
Hospital Informatics (November 26, 2021)
 
Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)
 
Research Ethics and Ethics for Health Informaticians (November 15, 2021)
Research Ethics and Ethics for Health Informaticians (November 15, 2021)Research Ethics and Ethics for Health Informaticians (November 15, 2021)
Research Ethics and Ethics for Health Informaticians (November 15, 2021)
 
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
 

Kürzlich hochgeladen

Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...
Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...
Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...Oleg Kshivets
 
Disseminated Intravascular Coagulation.ppt
Disseminated Intravascular Coagulation.pptDisseminated Intravascular Coagulation.ppt
Disseminated Intravascular Coagulation.pptSameer Jain
 
Presentation for Alzheimers Disease.pptx
Presentation for Alzheimers Disease.pptxPresentation for Alzheimers Disease.pptx
Presentation for Alzheimers Disease.pptxravisutar1
 
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
 
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
 
AMIKINHAL Presentation Journal Club (3).pptx
AMIKINHAL Presentation Journal Club (3).pptxAMIKINHAL Presentation Journal Club (3).pptx
AMIKINHAL Presentation Journal Club (3).pptxDileepRedemption
 
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
 
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...Oleg Kshivets
 
Back care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationBack care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationpratiksha ghimire
 
Weighing the Risks and Benefits: Angioplasty at Gokuldas Hospitals
Weighing the Risks and Benefits: Angioplasty at Gokuldas HospitalsWeighing the Risks and Benefits: Angioplasty at Gokuldas Hospitals
Weighing the Risks and Benefits: Angioplasty at Gokuldas HospitalsGokuldas Hospital
 
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
 
Emergency ambulance portal-PPT-3g2pqy.pptx
Emergency ambulance portal-PPT-3g2pqy.pptxEmergency ambulance portal-PPT-3g2pqy.pptx
Emergency ambulance portal-PPT-3g2pqy.pptxdragonaklevel7
 
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
 
Enhancing Health Through Personalized Nutrition
Enhancing Health Through Personalized NutritionEnhancing Health Through Personalized Nutrition
Enhancing Health Through Personalized NutritionNeighborhood Trainer
 
The Best Diet for Preventing and Managing Kidney Stones .pptx
The Best Diet for Preventing and Managing Kidney Stones .pptxThe Best Diet for Preventing and Managing Kidney Stones .pptx
The Best Diet for Preventing and Managing Kidney Stones .pptxBarshaBarsha6
 
CASE STUDY ON CHRONIC KIDNEY DISEASE.pptx
CASE  STUDY ON CHRONIC KIDNEY DISEASE.pptxCASE  STUDY ON CHRONIC KIDNEY DISEASE.pptx
CASE STUDY ON CHRONIC KIDNEY DISEASE.pptxdrsriram2001
 
The Rise of Telehealth in Weight Loss - Revolutionizing Health .pdf
The Rise of Telehealth in Weight Loss - Revolutionizing Health .pdfThe Rise of Telehealth in Weight Loss - Revolutionizing Health .pdf
The Rise of Telehealth in Weight Loss - Revolutionizing Health .pdfmodmd8654
 

Kürzlich hochgeladen (20)

Check Your own POSTURE & treat yourself.pptx
Check Your own POSTURE & treat yourself.pptxCheck Your own POSTURE & treat yourself.pptx
Check Your own POSTURE & treat yourself.pptx
 
Best Sharjah Spa Jameela Massage Center Sharjah
Best Sharjah Spa Jameela Massage Center SharjahBest Sharjah Spa Jameela Massage Center Sharjah
Best Sharjah Spa Jameela Massage Center Sharjah
 
Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...
Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...
Esophageal Cancer: Artificial Intelligence, Synergetics, Complex System Analy...
 
Disseminated Intravascular Coagulation.ppt
Disseminated Intravascular Coagulation.pptDisseminated Intravascular Coagulation.ppt
Disseminated Intravascular Coagulation.ppt
 
Dr Sujit Chatterjee Hiranandani Hospital Kidney.pdf
Dr Sujit Chatterjee Hiranandani Hospital Kidney.pdfDr Sujit Chatterjee Hiranandani Hospital Kidney.pdf
Dr Sujit Chatterjee Hiranandani Hospital Kidney.pdf
 
Presentation for Alzheimers Disease.pptx
Presentation for Alzheimers Disease.pptxPresentation for Alzheimers Disease.pptx
Presentation for Alzheimers Disease.pptx
 
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
 
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?
 
AMIKINHAL Presentation Journal Club (3).pptx
AMIKINHAL Presentation Journal Club (3).pptxAMIKINHAL Presentation Journal Club (3).pptx
AMIKINHAL Presentation Journal Club (3).pptx
 
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...
 
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
Local Advanced Esophageal Cancer (T3-4N0-2M0): Artificial Intelligence, Syner...
 
Back care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentationBack care and back massage. powerpoint presentation
Back care and back massage. powerpoint presentation
 
Weighing the Risks and Benefits: Angioplasty at Gokuldas Hospitals
Weighing the Risks and Benefits: Angioplasty at Gokuldas HospitalsWeighing the Risks and Benefits: Angioplasty at Gokuldas Hospitals
Weighing the Risks and Benefits: Angioplasty at Gokuldas Hospitals
 
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
 
Emergency ambulance portal-PPT-3g2pqy.pptx
Emergency ambulance portal-PPT-3g2pqy.pptxEmergency ambulance portal-PPT-3g2pqy.pptx
Emergency ambulance portal-PPT-3g2pqy.pptx
 
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
 
Enhancing Health Through Personalized Nutrition
Enhancing Health Through Personalized NutritionEnhancing Health Through Personalized Nutrition
Enhancing Health Through Personalized Nutrition
 
The Best Diet for Preventing and Managing Kidney Stones .pptx
The Best Diet for Preventing and Managing Kidney Stones .pptxThe Best Diet for Preventing and Managing Kidney Stones .pptx
The Best Diet for Preventing and Managing Kidney Stones .pptx
 
CASE STUDY ON CHRONIC KIDNEY DISEASE.pptx
CASE  STUDY ON CHRONIC KIDNEY DISEASE.pptxCASE  STUDY ON CHRONIC KIDNEY DISEASE.pptx
CASE STUDY ON CHRONIC KIDNEY DISEASE.pptx
 
The Rise of Telehealth in Weight Loss - Revolutionizing Health .pdf
The Rise of Telehealth in Weight Loss - Revolutionizing Health .pdfThe Rise of Telehealth in Weight Loss - Revolutionizing Health .pdf
The Rise of Telehealth in Weight Loss - Revolutionizing Health .pdf
 

HL7 Standards

  • 1. 1 HL7 Standards Nawanan Theera-Ampornpunt, M.D., Ph.D. Department of Community Medicine Faculty of Medicine Ramathibodi Hospital Certified HL7 CDA Specialist Some slides reproduced & adapted with permission from Dr. Supachai Parchariyanon November 8, 2015
  • 2. 2 »Profile: Dr. Supachai Parchariyanon is a medical doctor who’s passionate about information technology and turn himself to be informatician and serial entrepreneurs. He’s also earned Business Management degree from Ramkamhaeng university and Biomedical Informatics degree from the US. He led the team to certify both HL7 Reference Information Model (RIM) and Clinical Document Architecture (CDA). His interest is now on standards and interoperability, clinical informatics and project management. »Keep in touch »supachaimd@gmail.com »http://www.facebook.com/supachaiMD Some Slides Reproduced with Permission from Dr. Supachai Parchariyanon @supachaiMD Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 3. 3 Thailand’s HL7 Certified Specialists Kevin Asavanant HL7 V3 RIM (2009) Supachai Parchariyanon HL7 CDA (2010) Nawanan Theera-Ampornpunt HL7 CDA (2012) Sireerat Srisiriratanakul HL7 V3 RIM (2013)
  • 5. 5 Standards: Why? • The Large N Problem N = 2, Interface = 1 # Interfaces = N(N-1)/2 N = 3, Interface = 3 N = 5, Interface = 10 N = 100, Interface = 4,950
  • 6. 6 Health Information Exchange (HIE) Hospital A Hospital B Clinic C Government Lab Patient at Home
  • 7. 7 Objectives • Interoperability • Inter-operable systems Ultimate Goals • Continuity of Care • Quality  Safety  Timeliness  Effectiveness  Equity  Patient-Centeredness  Efficiency Why Health Information Standards?
  • 8. 8 What is interoperability? It is the ability of two or more systems or components to exchange information, and to use the information that has been exchanged predictably (IEEE Standard Computer Dictionary) Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 10. 10 Goal of interoperability • HL7’s key goal of interoperability has two aspects: – Syntactic interoperability has to do with structure – Semantic interoperability has to do with meaning Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 11. 11 Things that can go wrong in message exchange Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 12. 12 Standards are not equal Interoperability Standards only create the opportunity for interoperability and are not equal to interoperability Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 13. 13 Various Kinds of Standards • Unique Identifiers • Standard Data Sets • Vocabularies & Terminologies • Exchange Standards – Message Exchange – Document Exchange • Functional Standards • Technical Standards: Data Communications, Encryption, Security
  • 14. 14 Functional Semantic Syntactic How Standards Support Interoperability Technical Standards (TCP/IP, encryption, security) Exchange Standards (HL7 v.2, HL7 v.3 Messaging, HL7 CDA, DICOM) Vocabularies, Terminologies, Coding Systems (ICD-10, ICD-9, CPT, SNOMED CT, LOINC) Information Models (HL7 v.3 RIM, ASTM CCR, HL7 CCD) Standard Data Sets Functional Standards (HL7 EHR Functional Specifications) Some may be hybrid: e.g. HL7 v.3, HL7 CCD Unique ID
  • 15. 15 What is HL7? • HL7 is an ANSI-accredited Standards Development Organization (SDO) operating in the healthcare arena. • It is a non-profit organization made up of volunteers – providers, customers, vendors, government, etc. Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 16. 16 What is HL7? (Cont.) • HL7 is an acronym for Health Level Seven – Seven represents the highest, or “application” level of the International Standards Organization (ISO) communications model for Open Systems Interconnection (OSI) networks. Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 17. 17 OSI Model Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 18. 18 What HL7 does? • HL7 focuses on the clinical and administrative data domains. • It defines data exchange standards for these domains called messages or messaging specifications (aka HL7 messages) – Messages are developed by technical committees and special interest groups in the HL7 organization. • HL7 organization defines 2 versions of the messaging standard: – HL7 v2.x (syntactic only) – HL7 v3.0 (semantic capability added) Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 19. 19 What HL7 does? Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 20. 20 HL7 Standards • HL7 V2.x – Defines electronic messages supporting hospital operations • HL7 V3 • HL7 Clinical Document Architecture (CDA) Releases 1 and 2 • HL7 Arden Syntax – Representation of medical knowledge • HL7 EHR & PHR Functional Specifications • Etc.
  • 21. 21 The Industry Standard HL7 version 2 (HL7 v2) • Not “Plug and Play” - it provides 80 percent of the interface and a framework to negotiate the remaining 20 percent on an interface-by-interface basis • Historically built in an ad hoc way because no other standard existed at the time • Generally provides compatibility between 2.X versions • Messaging-based standard built upon pipe and hat encoding • In the U.S., V2 is what most people think of when people say “HL7″ Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 22. 22 HL7 version2 • HL7 v2 is still the most commonly used HL7 standard – Over 90% of US hospitals have implemented some version of 2.x HL7 messages • The HL7 v2 messaging standard is considered: – The workhorse of data exchange in healthcare – The most widely implemented standard for healthcare information in the world • HL7 v2.5 was approved as an ANSI standard in 2003 Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 23. 23 Part of Sample HL7 v.2 Message (Lab Result) OBX|1|NM|10839-9^TROPONIN-I^LN||5|ng/ml| 0-1.3|H||H|F|19980309… Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 24. 24 HL7 v2 Message • Messages composed of – Segments composed of • Fields composed of – Components • Delimiters – Field separator: | – Component separator: ^ – Repetition separator: ~ – Escape character: – Subcomponent: & – Segment terminator: <cr> Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 25. 25 Message Header Segment - MSH MSH|^~|&|SMS|OR2|TMR|SICU|201010191535|password|ADT^A01|MSG1632|P|2.7<cr> Sending Unit Receiving Unit Date Time Message type Trigger ID Sending Place Receiving Place Message Number version Delimiters production Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 26. 26 PID Segment – 1/3 PID|Z12345^5^M11||||PATIENT^JOSEPH^M^IV| Patient ID Check digit Method Last name First name Middle Initial Suffix Patient name Null fields Data field Field delimiter Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 27. 27 PID Segment – 2/3 MAIDEN|19610605|M||C|1492 OCEAN STREET^ Mother’s maiden name Gender Date of birth Race Street address Data component Component delimiter Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 28. 28 PID Segment – 3/3 DURHAM^NC^27705|DUR|(919)684-6421<cr> City State Zip Code County Telephone Segment terminator Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 30. 30 OBR Segment OBR|1|330769.0001.001^DMCRES|0000514215^RADIS1|77061^U/S PEVLIC^L ||201010211145|||||||||||||0491909||||U999|M||||||^FIBROIDS, R/O|207484^ CARROLL&BARBARA&A|||089657&BROWN&JOANNE<CR> Placer order number Filler order number Universal service ID Text order Local set Requested date-time of service Reason for study Principal results interpreter Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 31. 31 Typical Result Message - ORU MSH|^~&|||||19981105131523||ORU^R01<cr> PID|||100928782^9^M11||Smith^John^J<cr> OBR||||Z0063-0^^LN<cr> OBX||XCN|Z0063-0^^LN||2093467^Smits^J^<cr> OBX||Z0092-0^^LN||203BE0004Y^^X12PTX<cr> Data field Data component segment Slide reproduced/adapted from Dr. Supachai Parchariyanon Again, this slide shows a typical order result message. In this case, the segments include the header, the patient identifier, the order request, and two result segments. The OBX segment is examined in detail in the next slide. The last OBX shows the hierarchical nature of the segment. The test ID data field is broken into the triplet of code (with check-digit), text name, and vocabulary source (LOINC).
  • 32. 32 Problems with HL7v2 • HL7 v2 cannot support all this! – Ad Hoc design methodology – Ambiguous – lacking definition – Complicated, esoteric encoding rules. – Artifacts left to retain backward compatibility – Too much optionality – Can’t specify conformance – No standard vocabulary Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 33. 33 What’s Different About v3? • Conceptual foundation – A single, common reference information model to be used across HL7 • Semantic foundation – Explicitly defined concept domains drawn from the best terminologies • Abstract design methodology – That is technology-neutral – Able to be used with whatever is the technology de jour • XML, UML, etc. • Maintain a repository – Database of the semantic content – Ensures a single source and enable development of support tooling Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 34. 34 How is v3 different than v2? • v3 is approaching “Plug and Play” • v2 uses pipe and hat messaging, while v3 uses the Reference Information Model(RIM) and XML for messaging • v3 is a brand new start – it is NOT backward compatible with v2 Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 35. 35 Sample HL7 v.3 Message (Patient Registration) <?xml version="1.0" encoding="UTF-8"?> <PRPA_IN101311UV02 xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ITSVersion="XML_1.0" xsi:schemaLocation="urn:hl7-org:v3 ../schemas/PRPA_IN101311UV02.xsd"> ... <name use="SYL" > <given>นวนรรน</given> <family>ธีระอัมพรพันธุ์</family> </name> <name use="ABC"> <given>Nawanan</given> <family>Theera-Ampornpunt</family> </name> <administrativeGenderCode code="M"/> ... </PRPA_IN101311UV02> Message source adapted from Ramathibodi HL7 Project by Supachai Parchariyanon, Kavin Asavanant, Sireerat Srisiriratanakul & Chaiwiwat Tongtaweechaikit
  • 36. 36 HL7 V3 Standards • A family of standards based on V3 information models and development methodology • Components – HL7 V3 Reference Information Model (RIM) – HL7 V3 Messaging – HL7 Development Framework (HDF)
  • 37. 37 How HL7 V3 Works • Message sent from sending application to receiving application • Mostly triggered by an event • Typical scenario portrayed in a storyboard • Message in XML with machine-processable elements conforming to messaging standard • Data elements in message conform to RIM • Not designed for human readability
  • 38. 38 v3 Messaging Standard • Based on an object information model, called the Reference Information Model, (RIM) Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 39. 39 HL7 V3 Messaging • V3 provides messaging standards for – Patient administration – Medical records – Orders – Laboratory – Claims & Reimbursement – Care provision – Clinical genomics – Public Health – Etc.
  • 40. 40 HL7 v3 Reference Information Model • Referral • Transportation • Supply • Procedure • Consent • Observation • Medication • Administrative act • Financial act • Organization • Place • Person • Living Subject • Material • Patient • Member • Healthcare facility • Practitioner • Practitioner assignment • Specimen • Location Entity 0..* 1 Role 1 0..* 1 0..* Act Relationship 1..* 10..* 1 Participation Act • Author • Reviewer • Verifier • Subject • Target • Tracker • Has component • Is supported by Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 41. 41 HL7 v3 Components and Process: RIM UML Instance Scenario  Classes are color coded:  Green = Entity, Yellow = Role, Blue = Participation, Red/Pink = Act, Purple = Infrastructure, Lilac = message controller. John Doe Patient Subject Entity Role Participation Act Dr. Smith HealthCare Provider Surgeon John Doe Patient Subject Has Pertinent InformationAct Relationship (Clinical Trial Act) Protocol ECOG 1112 XYZ Hospital HealthCare Facility Location (Procedure Act) Prostectomy Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 43. 43 V3 Messaging Concerns • Difficult to implement • No one understands v3 • Overhead too much – 1% of message is payload compared to v2 (delimiters) is about 90-95% • No one understands what implementation of v3 messaging means • Need stability, clarity, definition of v3 messaging Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 44. 44 Additional Information • Health Level Seven – www.hl7.org • HL7 Reference Information Model – https://www.hl7.org/library/data-model/RIM/C30202/rim.htm • HL7 Vocabulary Domains – http://www.hl7.org/library/data- model/RIM/C30123/vocabulary.htm • HL7 v3 Standard – http://www.hl7.org/v3ballot/html/welcome/environment/index.htm • HL7 v3: – “Driving Interoperability & Transforming Healthcare Information Management” by Charles Mead, MD, MSc. – http://www.healthcare-informatics.com/webinars/05_20_04.htm Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 45. 45 HL7 Clinical Document Architecture (CDA) Nawanan Theera-Ampornpunt, M.D., Ph.D. Department of Community Medicine Faculty of Medicine Ramathibodi Hospital Certified HL7 CDA Specialist Some slides reproduced & adapted with permission from Dr. Supachai Parchariyanon November 2, 2014
  • 46. 46 Message Exchange • Goal: Specify format for exchange of data • Internal vs. external messages • Examples  HL7 v.2  HL7 v.3 Messaging  DICOM  NCPDP Document Exchange • Goal: Specify format for exchange of “documents” • Examples  HL7 v.3 Clinical Document Architecture (CDA)  ASTM Continuity of Care Record (CCR)  HL7 Continuity of Care Document (CCD) Exchange Standards
  • 47. 47 Messages • Human Unreadable • Machine Processable Clinical Documents • Human Readable • (Ideally) Machine Processable Exchange Standards
  • 48. 48 Hospital A Hospital B Clinic C Government Lab Patient at Home Message Exchange Message Message Message Message Message
  • 49. 49 Hospital A Hospital B Clinic C Government Lab Patient at Home Clinical Document Exchange Message containing Referral Letter Message containing Claims Request Message containing Lab Report Message containing Patient Visit Summary Message containing Communicable Disease Report
  • 50. 50 What Is HL7 CDA? • “A document markup standard that specifies structure & semantics of “clinical documents” for the purpose of exchange” [Source: HL7 CDA Release 2] • Focuses on document exchange, not message exchange • A document is packaged in a message during exchange • Note: CDA is not designed for document storage. Only for exchange!!
  • 51. 51 What is CDA? • CDA is based on XML • XML is eXtensible Markup Language • In XML, structure & format are conveyed by markup which is embedded into the information Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 52. 52 Clinical Documents Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 53. 53 A Clinical Document (1) • A documentation of clinical observations and services, with the following characteristics:  Persistence - continues to exist in an unaltered state, for a time period defined by local and regulatory requirements  Stewardship - maintained by an organization entrusted with its care  Potential for authentication - an assemblage of information that is intended to be legally authenticated Source: HL7 CDA R2
  • 54. 54 A Clinical Document (2) • A documentation of clinical observations and services, with the following characteristics:  Context - establishes the default context for its contents; can exist in non-messaging contexts  Wholeness - Authentication of a clinical document applies to the whole and does not apply to portions of the document without full context of the document  Human readability - human readable Source: HL7 CDA R2
  • 55. 55 A Clinical Document (3) • A CDA document is a defined & complete information object that can include  Text  Images  Sounds  Other multimedia content Source: HL7 CDA R2
  • 56. 56 CDA & HL7 Messages • Documents complement HL7 messaging specifications • Documents are defined and complete information objects that can exist outside of a messaging context • A document can be encoded within an HL7 message Source: “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 57. 57 CDA & Message Exchange • CDA can be payload (or content) in any kind of message – HL7 V2.x message – HL7 V3 message – EDI ANSI X12 message – IHE Cross-Enterprise Document Sharing (XDS) message • And it can be passed from one kind to another Source: “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 58. 58 CDA & Message Exchange Clinical Document (Payload) HL7 V3 Message (Message) HL7 V2 Message (Message) Source: Adapted from “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 59. 59 CDA As Payload Source: From “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 60. 60 Major Components of a CDA Slide reproduced/adapted from Dr. Supachai Parchariyanon
  • 61. 61 CDA Model Source: From “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 62. 62 A Closer Look at a CDA Document <ClinicalDocument> ... CDA Header ... <structuredBody> <section> <text>... Single Narrative Block ...</text> <observation>...</observation> <substanceAdministration> <supply>...</supply> </substanceAdministration> <observation> <externalObservation>... </externalObservation> </observation> </section> <section> <section>...</section> </section> </structuredBody> </ClinicalDocument> Source: HL7 CDA R2 Human Readable Part Machine Processable Parts
  • 63. 63 Rendering CDA Documents (1) Source: From “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 64. 64 Rendering CDA Documents (2) Source: From “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 65. 65 CDA & Document Management • CDA focuses on document exchange, not storage or processing • Clinical documents are used for various reasons – Clinical care – Medico-legal reasons (as evidence) – Auditing – Etc. • Clinical documents may contain errors or need data updates (e.g. preliminary lab results vs. final results)
  • 66. 66 CDA & Document Management • CDA supports appending and replacement of documents through use of Document ID, setID, versionNumber & parent document – Supports version control of documents – Both old (replaced) and new versions of documents can be stored in and retrieved from document management systems depending on situation – Addendum is possible through append – Addendum itself can also be replaced with same version control mechanism – Document management system (not CDA) is responsible for keeping track of most up-to-date documents
  • 67. 67 Document Management Examples Source: From “What is CDA R2? by Calvin E. Beebe at HL7 Educational Summit in July 2012
  • 68. 68 Some Possible Use Cases of CDA  Intra-institutional  Exchange of parts of medical records (scanned or structured electronic health records)  Lab/Imaging requests & reports  Prescriptions/order forms  Admission notes  Progress notes  Operative notes  Discharge summaries  Payment receipts  Other forms/documents (clinical or administrative)
  • 69. 69 Some Possible Use Cases of CDA  Inter-institutional  Referral letters  Claims requests or reimbursement documents  External lab/imaging reports  Visit summary documents  Insurance eligibility & coverage documents  Identification documents  Disease reporting  Other administrative reports
  • 70. 70 Achieving Interoperability  CDA is a general-purpose, broad standard  Use in each use case or context requires implementation guides to constrain CDA  Examples  Operative Note (OP)  Consultation Notes (CON)  Care Record Summary (CRS)  Continuity of Care Document (CCD)  CDA for Public Health Case Reports (PHCRPT)  Quality Reporting Document Architecture (QRDA)
  • 71. 71 CDA Summary  CDA is a markup standard for document exchange  Not message exchange  CDA is a general-purpose standard  Use in specific context requires Implementation Guides (and possibly Extensions)
  • 72. 72 CDA Summary  CDA is XML-based and RIM-based  CDA documents can be exchanged as encapsulated data (payload) in any message (HL7 V2, HL7 V3, etc.)  CDA is not dependent on using HL7 V3 messages  Most likely early use cases for CDA  Referrals  Claims & Reimbursements  Lab/imaging Reports  Electronic Health Records Documents
  • 73. 73 Q/A Slide reproduced/adapted from Dr. Supachai Parchariyanon