SlideShare ist ein Scribd-Unternehmen logo
1 von 107
Your Healthcare Standards Conformance Partner

Health Level Seven
Reference Information Model
AbdulMalik Shakir
President and Chief Informatics Scientist
Health
Information Integration Infrastructure
Solutions
Hi3 Solutions is a privately owned Health Information Technology vendor
headquartered in Los Angeles, California.
We provide health information technology products, education, and consulting
services that enable our clients to engage effectively in health information
exchange, health data integration, and health care quality measurement .
Our mission is to accelerate the adoption and application of standards-based
health information exchange as a mean’s of improving healthcare outcomes
and facilitating compliance with evidence-based best practices in healthcare.

Slide Number: 2

© 2014 All Rights Reserved
Electronic Health Information Exchange
Claims/Prescriptions
Referral Process

Eligibility
Claim Status
Referral Process

Eligibility
Claim/Status

Payors

Pharmacies

Physicians

Public Health
Medical Records

Medical Society

Patient Data

Family Planning

Lab results

Mental Health

Hospitals

County/Community
Entities
Enrollment

Orders

Insurance Updates
Health Information

Results
Images

Testing Organizations
Lab/Images

Slide Number: 3

Employers
Government
Medicare/Medicaid

Patients/Consumers

© 2014 All Rights Reserved
Instructor
• AbdulMalik Shakir, President and Chief Informatics
Scientist for Hi3 Solutions.
• I have been an active HL7 member since 1991 and I’ve
made significant contributions to the development and
adoption of the HL7 standard.
• I am co-chair of the HL7 Modeling and Methodology
work group, former member of the HL7 Board of
Directors, and an active participant in many HL7
foundation and domain expert work groups.
• I am the author of the original RIM and provided
oversight for its maintenance from inception through its
first publication as an ANSI and then ISO standard.
Slide Number: 4

© 2014 All Rights Reserved
Session Overview
•

In this tutorial participants will learn the history of the RIM, the method
by which the RIM is maintained, and key characteristics of the RIM that
make it the premier information model in healthcare.

•

Topics Covered:
– Introduction to HL7: who, what, and why
– Introduction to HL7 v3: what and why
– History of the HL7 Reference Information Model
– HL7 RIM Subjects, Core Classes, and Structural Attributes
– State Machines of RIM Core Classes

– HL7 v3 Datatypes
– HL7 v3 Vocabulary

• This tutorial will assist in preparation for the HL7 v3
Certification exam.

Slide Number: 5

© 2014 All Rights Reserved
Health Level Seven
Who, What, and Why

Slide Number: 6

© 2014 All Rights Reserved
Health Level Seven: Who

• Health Level Seven (HL7) is a Standards Developing Organization
accredited by the American National Standards Institute (ANSI).
• The mission of HL7 is to provide a comprehensive framework and
related standards for the exchange, integration, storage, and retrieval of
health information that support clinical practices and the
management, delivery and evaluation of health services.
Slide Number: 7

© 2014 All Rights Reserved
What does the name “HL7” stand for?
“Level Seven” refers to the highest level of the International
Standards Organization’s communication model for Open
Systems Interconnection - the application level.

Function

Communication

7
6
5
4
3
2
1

Application
Presentation
Session
Transport
Network
Data Link
Physical

ISO-OSI Communication Architecture Model
Slide Number: 8

© 2014 All Rights Reserved
HL7 International Affiliates
Austria

Colombia
Chile

Croatia

Argentina

Australia

Spain

Sweden
Switzerland

South
Korea

New
Zealand
Netherlands

Brazil

Romania

Taiwan

Mexico
Canada

Turkey

Singapore

United
Kingdom
United States

China

Japan
Uruguay

Czech Republic
Denmark

Slide Number: 9

Italy
Ireland

Finland

France

Germany

Greece

India

© 2014 All Rights Reserved
HL7 Workgroups
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.

Affiliates Council
Anatomic Pathology
Architectural Review Board
Arden Syntax
Attachments
Child Health
Clinical Context Object Workgroup
Clinical Decision Support
Clinical Genomics
Clinical Interoperability Council
Clinical Statement
Common Message Element Types
Community Based Collaborative Care
Domain Experts Steering Division
Dynamic Model
Education
Electronic Health Records
Electronic Services
Emergency Care
Financial Management
Foundation and Technology Steering Division
Generation of Anesthesia Standards
Governance and Operations Government Projects
Health Care Devices
Imaging Integration
Implementable Technology Specifications
Implementation / Conformance

Slide Number: 10

28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.

Infrastructure and Messaging
International Mentoring Committee
Marketing Modeling and Methodology
Orders and Observations
Outreach Committee for Clinical Research
Patient Administration
Patient Care
Patient Safety
Pharmacy
Process Improvement
Project Services
Public Health and Emergency Response
Publishing
Regulated Clinical Research Information Management
RIMBAA
Scheduling and Logistics
Security
Services Oriented Architecture
Structure and Semantic Design Steering Division
Structured Documents
Technical and Support Services Steering Division
Technical Steering Committee
Templates
Terminfo Project
Tooling
Vocabulary

© 2014 All Rights Reserved
Data Exchange Scenario: Why
Order Entry
Application
System

Program
Module

Dataset

User Interface

Slide Number: 11

Message
Parsing

A to B
Transformation

Laboratory
Application
System

Message
Creation

B to A
Transformation

Message
Parsing

User Interface

Order Entry
Application
System

Laboratory
Application
System

Message
Creation

Program
Module

Dataset

© 2014 All Rights Reserved
Reaching the Limits of Application Interfaces
Decision
Support

Electronic
Health Record

Lab

Radiology

Pharmacy

?
External
Systems

?
Order Entry

?

ADT

Administrative
Systems

Enterprise
Systems
Slide Number: 12

© 2014 All Rights Reserved
Health Level Seven: Why

• The number of interfaces between N systems is given by the formula
I = (N2-N)/2.

2
3
• Linking 4 systems needs ?? Interfaces:

(2 2)
1
(3 3)
3
(42 - 4) / 2 = 6

• Linking 6 systems needs as many as 15 interfaces, (62 – 6) / 2 = 15
• The benefits of using the HL7 standard increase rapidly with the
number of systems involved. I = N
Slide Number: 13

© 2014 All Rights Reserved
Health Level Seven: Why
Interfaces Required
120

100

Interfaces

80

60

40

20

0

2

3

4

5

6

7

8

9

10

11

12

13

14

15

W/O HL7

1

3

6

10

15

21

28

36

45

55

66

78

91

105

With HL7

2

3

4

5

6

7

8

9

10

11

12

13

14

15

System s

Tolerable
Slide Number: 14

Painful

Intolerable
© 2014 All Rights Reserved
Divide and Conquer / Component Reuse
Patient Visit
Patient
(PV1)
Demographics
(PID)
Next of Kin
(NK1)

NK1

PV1
PID

IN1
OBX

Guarantor
Insurance (GT1)

GT1

(IN1)

OBR

Patient
Demographics
(PID)
Patient Visit
(PV1)

DATA
Next of KIN
(NK1)

Slide Number: 15

© 2014 All Rights Reserved
Health Level Seven Version 3.0
What and Why

Slide Number: 16

© 2014 All Rights Reserved
Standards in Ever-Increasing Circles
International
National
Inter-Enterprise

Enterprise
Institution
Source: Gartner

Slide Number: 17

© 2014 All Rights Reserved
HL7 Version 3.0: What and Why
• Version 3.0 is a fundamental shift in the methodology HL7 uses to
develop its standards specifications.
• Version 3.0 is a model-driven methodology based upon the Object
Management Group’s Unified Modeling Language (UML).
• Version 3.0 uses datatype specifications, vocabulary
specifications, and a Reference Information Model (RIM), to derive
the information component of V3 message specifications.
• Version 3.0 reduces optionality, maximizes reuse, and increases
consistency in HL7 message specifications.
• Version 3.0 improves the quality of HL7 message specifications and
includes support for conformance validation.
• Version 3.0 enables HL7 implementers to leverage emerging web
services standards, conventions, and technologies.

Slide Number: 18

© 2014 All Rights Reserved
Health Level Seven
Version 3 Reference Models
The HL7 reference models are the foundational artifacts of
HL7 version 3.0.

Slide Number: 19

© 2014 All Rights Reserved
HL7 v3.0 Foundational Artifacts
Reference
Information
Model

The HL7 Reference Information Model is the
information model from which all other information
models and message specifications are derived.

Datatype
Specification

The HL7 Datatype Specification defines the structural
format of the data carried in an attribute and influences
the set of allowable values an attribute may assume.

Vocabulary
Specification

The HL7 Vocabulary Specification defines the set of all
concepts that can be taken as valid values in an instance
of a coded attribute or data type property.

Slide Number: 20

© 2014 All Rights Reserved
HL7 Version 3.0 Reference Models

Reference Information Model

Data Type
Specification
Slide Number: 21

Vocabulary
Specification
© 2014 All Rights Reserved
HL7 Version 3.0
Reference Information
Model
The HL7 Reference Information Model is the information
model from which all other information models and message
specifications are derived.

Slide Number: 22

© 2014 All Rights Reserved
HL7 Reference Information Model
• The HL7 Reference Information Model (RIM) is a static model of
health and health care information as viewed within the scope of HL7
standards development activities.
• It is the combined consensus view of information from the perspective
of the HL7 working group and the HL7 international affiliates.
• The RIM is the ultimate source from which the information-related
content of all HL7 version 3.0 protocol specification standards is
drawn.
• The RIM is modeled using the modeling syntax defined by the Object
Management Group’s Unified Modeling Language (UML).
• UML is a graphical language for
visualizing, specifying, constructing, and documenting the artifacts of
a software-intensive system.

Slide Number: 23

© 2014 All Rights Reserved
Reference Information Model History
•

Development of the HL7 Reference Information Model began in April 1996.

•

The first draft of the RIM was created by consolidating data models
developed by HL7 Technical Committees, contributed by HL7 Member
Organizations, and published by national and international standards
organizations and government bodies.

•

The first release of the RIM (v0.80) was adopted by the HL7 Technical
Steering Committee at the January 1997 working group meeting.

•

The next two working group meetings focused on gaining familiarity with the
draft RIM and implementing a process for obtaining and reconciling proposed
enhancements to the model.

•

The RIM maintenance process became known as "RIM harmonization.” The
first RIM harmonization meeting was held July 1997 in Indianapolis, Indiana.

Slide Number: 24

© 2014 All Rights Reserved
RIM Development Process
E

0..*

1

G

1

B

0..* 0..1

F

0..*

0..*

1

C
A

0..*

1

B

X

A
X

0..*

1

B

1

0..*

D
A

0..*

0..*

B

0..*

0..*

1

0..*

0..*

0..*

C

C
Model I

Slide Number: 25

D
Model II

Model III

© 2014 All Rights Reserved
Contributing Data Models
•

HL7 Technical Committees
–
–
–
–
–

•

Standards Development Organizations
–
–

•

Eli Lilly and Company
HBO and Company
Health Data Sciences
IBM Worldwide
Kaiser Permanente
Mayo Foundation
Hewlett Packard

National Health Programs
–
–

Slide Number: 26

CEN TC251
DICOM

HL7 Member Organizations
–
–
–
–
–
–
–

•

Admission/Discharge/Transfer
Finance
Medical Records
Orders/Results
Patient Care

United Kingdom
Australia

Abdul-Malik Shakir
Manager, Information Administration
Kaiser Foundation Health Plan, Inc.
One Kaiser Plaza, Oakland, CA 94612
v: (510) 271-6856 f: (510) 271-6859
Email: 74353.1431@Compuserve.com

© 2014 All Rights Reserved
Slide Number: 27

© 2014 All Rights Reserved
RIM Harmonization Process
Change Proposal Preparation
Review RIM
Change Proposal
w/ Stewards

Prepare RIM
Change Proposal

Document Rationale
for not supporting
RIM change proposal

Revise or Withdraw
RIM Proposal

Notify HL7 Members
of RIM Change
Proposal Posting

Provide Comment
on RIM Change
Proposals

Post RIM Change Proposals
Submit
RIM Change
Proposal

Post RIM
Change Proposal

Harmonization Meeting
Discuss the RIM
Change Proposal

Revise, withdraw,
or Table RIM
Change Proposal

Vote on RIM
Change Proposal

Apply Approved
Changes to RIM

Hold TSC and/or
Board Appeals

Apply Technical
Corrections

Finalize
Revised RIM

Post Harmonization Meeting Review
Present RIM
Harmonization Report
to TSC
Slide Number: 28

© 2014 All Rights Reserved
Major Early Harmonization Themes
•

Ensure coverage of HL7 version 2.x. This set of change proposals introduced
content to the draft model to ensure that it included all the information content of HL7
version 2.x.

•

Remove unsubstantiated content from the model. This set of change proposals
focused on removing content from the draft model that the steward technical
committee did not originate and could find no rationale for retaining.

•

Unified service action model. This set of change proposals introduced a
concise, well-defined set of structures and vocabularies that address the information
needs of a wide variety of clinical scenarios. This collection of proposals, known as
USAM, involved the combined effort of multiple technical committees.

•

Ensure quality. This set of change proposals addressed inconsistencies in the draft
model and conflicts between the model and the modeling style guide. It began the
practice of recording and tracking open issues in the model.

•

Address the "left hand side" of the model. This set of change proposals
introduced powerful structures and vocabularies for the non-clinical portions of the
model (patient administration, finance, scheduling). Like the unified service action
model, this proposal involved the combined effort of multiple technical committees.

Slide Number: 29

© 2014 All Rights Reserved
USAM

Slide Number: 30

© 2014 All Rights Reserved
The RIM Prior to USAM

Slide Number: 31

© 2014 All Rights Reserved
The Unified Service Action Model

Slide Number: 32

© 2014 All Rights Reserved
The RIM After USAM
Version 1.25 06/30/2003

LanguageCommunication
languageCode : CE
modeCode : CE
proficiencyLevelCode : CE
preferenceInd : BL

0..n

1

1..n

Entity
classCode : CS
determinerCode : CS
id : SET<II>
code : CE
quantity : SET<PQ>
name : BAG<EN>
desc : ED
statusCode : SET<CS>
existenceTime : IVL<TS>
telecom : BAG<TEL>
riskCode : CE
handlingCode : CE

player

playedRole

0..1
scoper

0..n
scopedRole

0..1

0..n

Role
classCode : CS
id : SET<II>
code : CE
negationInd : BL
addr : BAG<AD>
telecom : BAG<TEL>
statusCode : SET<CS>
effectiveTime : IVL<TS>
certificateText : ED
quantity : RTO
positionNumber : LIST<INT>

RoleLink
typeCode : CS
effectiveTime : IVL<TS>
0..n

1
1
target
source

inboundLink
outboundLink

0..n

1

Participation
typeCode : CS
functionCode : CD
contextControlCode : CS
sequenceNumber : INT
negationInd : BL
noteText : ED
time : IVL<TS>
modeCode : CE
awarenessCode : CE
signatureCode : CE
signatureText : ED
performInd : BL
substitutionConditionCode : CE

0..n

Participation

1

ManagedParticipation
id : SET<II>
statusCode : SET<CS>

LivingSubject
administrativeGenderCode : CE
birthTime : TS
deceasedInd : BL
deceasedTime : TS
multipleBirthInd : BL
multipleBirthOrderNumber : INT
organDonorInd : BL

Entity

Organization
addr : BAG<AD>
standardIndustryClassCode : CE

Place
mobileInd : BL
addr : AD
directionsText : ED
positionText : ED
gpsText : ST

Person
addr : BAG<AD>
maritalStatusCode : CE
educationLevelCode : CE
raceCode : SET<CE>
disabilityCode : SET<CE>
livingArrangementCode : CE
religiousAffiliationCode : CE
ethnicGroupCode : SET<CE>

NonPersonLivingSubject
strainText : ED
genderStatusCode : CE

ManufacturedMaterial
lotNumberText : ST
expirationTime : IVL<TS>
stabilityTime : IVL<TS>

Device
manufacturerModelName : SC
softwareName : SC
localRemoteControlStateCode : CE
alertLevelCode : CE
lastCalibrationTime : TS

Role

Employee
jobCode : CE
jobTitleName : SC
jobClassCode : CE
salaryTypeCode : CE
salaryQuantity : MO
hazardExposureText : ED
protectiveEquipmentText : ED

Material
formCode : CE

Act
classCode : CS
moodCode : CS
id : SET<II>
code : CD
negationInd : BL
derivationExpr : ST
text : ED
statusCode : SET<CS>
effectiveTime : GTS
activityTime : GTS
availabilityTime : TS
priorityCode : SET<CE>
confidentialityCode : SET<CE>
repeatNumber : IVL<INT>
interruptibleInd : BL
levelCode : CE
independentInd : BL
uncertaintyCode : CE
reasonCode : SET<CE>
languageCode : CE

target
source
1

1

ActRelationship
typeCode : CS
inversionInd : BL
contextControlCode : CS
contextConductionInd : BL
sequenceNumber : INT
priorityNumber : INT
outboundRelationship pauseQuantity : PQ
inboundRelationship
checkpointCode : CS
0..n splitCode : CS
joinCode : CS
negationInd : BL
conjunctionCode : CS
localVariableName : ST
seperatableInd : BL

Patient
confidentialityCode : CE
veryImportantPersonCode : CE

LicensedEntity
recertificationTime : TS

Container
capacityQuantity : PQ
heightQuantity : PQ
diameterQuantity : PQ
capTypeCode : CE
separatorTypeCode : CE
barrierDeltaQuantity : PQ
bottomDeltaQuantity : PQ

Procedure
methodCode : SET<CE>
approachSiteCode : SET<CD>
targetSiteCode : SET<CD>

Supply
quantity : PQ
expectedUseTime : IVL<TS>

PatientEncounter
preAdmitTestInd : BL
admissionReferralSourceCode : CE
lengthOfStayQuantity : PQ
dischargeDispositionCode : CE
specialCourtesiesCode : SET<CE>
specialAccommodationCode : SET<CE>
acuityLevelCode : CE

Access
approachSiteCode : CD
targetSiteCode : CD
gaugeQuantity : PQ

Observation
value : ANY
interpretationCode : SET<CE>
methodCode : SET<CE>
targetSiteCode : SET<CD>

Acts

WorkingList
ownershipLevelCode : CE

Diet
energyQuantity : PQ
carbohydrateQuantity : PQ

ControlAct

0..1

PublicHealthCase
detectionMethodCode : CE
transmissionModeCode : CE
diseaseImportedCode : CE

1

SubstanceAdministration
routeCode : CE
approachSiteCode : SET<CD>
doseQuantity : IVL<PQ>
rateQuantity : IVL<PQ>
doseCheckQuantity : SET<RTO>
maxDoseQuantity : SET<RTO>

Account
name : ST
balanceAmt : MO
currencyCode : CE
interestRateQuantity : RTO<MO,PQ>
allowedBalanceQuantity : IVL<MO>

InvoiceElement
modifierCode : SET<CE>
unitQuantity : RTO<PQ,PQ>
unitPriceAmt : RTO<MO,PQ>
netAmt : MO
factorNumber : REAL
pointsNumber : REAL

FinancialContract
paymentTermsCode : CE
FinancialTransaction
amt : MO
creditExchangeRateQuantity : REAL
debitExchangeRateQuantity : REAL

DeviceTask
parameterValue : LIST<ANY>
DiagnosticImage
subjectOrientationCode : CE

Message Control

0..*

CommunicationFunction
typeCode : CS
telecom : TEL

Infrastructure (Structured documents)
1..*
0..*
0..n

1

Transmission
id : II
creationTime : TS
securityText : ST

0..n

AttentionLine
keyWordText : SC
value : ST
QueryEvent
queryId : II
statusCode : CS

0..1

HEALTH LEVEL 7
REFERENCE INFORMATION MODEL
VERSION 1.25 (RIM_0125)
Reflects changes to RIM in RIM Harmonization Through 06/30/2003.

Batch
referenceControlId : II
name : SC
batchComment : SET<ST>
transmissionQuantity : INT
batchTotalNumber : SET<INT>

Message
versionCode : CS
interactionId : II
profileId : SET<II>
processingCode : CS
processingModeCode : CS
acceptAckCode : CS
attachmentText : SET<ED>
responseCode : CS
sequenceNumber : INT
1

conveyingMessage

Enitites

Infrastructure (Structured
documents)

Other

Infrastructure
(Communications)
Billboard produced by:
Rochester Outdoor Advertising

0..1

RoleHeir

SortControl
sequenceNumber : INT
elementName : SC
directionCode : CS

0..n
1

acknowledges

0..n

QuerySpec
modifyCode : CS
responseElementGroupId : SET<II>
responseModalityCode : CS
responsePriorityCode : CS
initialQuantity : INT
initialQuantityCode : CE
executionAndDeliveryTime : TS

QueryAck
queryResponseCode : CS
resultTotalQuantity : INT
resultCurrentQuantity : INT
resultRemainingQuantity : INT

Document
setId : II
versionNumber : INT
completionCode : CE
storageCode : CE
copyTime : TS

Infrastructure
ActHeir

TableStructure
char : ST
charoff : ST
halign : CS
valign : CS

QueryContinuation
startResultNumber : INT
continuationQuantity : INT

acknowledgedBy

Acknowledgement
typeCode : CS
messageWaitingNumber : INT
messageWaitingPriorityCode : CE
expectedSequenceNumber : INT
0..n

1

Parameter
id : II

1
0..n

QueryByParameter

SelectionExpression

QueryBySelection

0..1

0..n

userAsLeft

0..1

leftSide

0..1

ParameterList

ParameterItem
value : ANY
semanticsText : ST

RelationalExpression
elementName : SC
relationalOperatorCode : CS
value : ST

LinkHtml
href : ED
name : ST
rel : SET<CE>
rev : SET<CE>
title : ST

0..n
userAsRight

0..n

Table
summary : ST
width : ST
rules : CS
cellspacing : ST
cellpadding : ST
border : INT
frame : CS

LocalAttr
name : ST
value : ST

0..n

AcknowledgementDetail
typeCode : CS
code : CE
text : ED
location : SET<ST>

Slide Number: 33

EntityHeir

0..n
payload

Acts
conveyedAcknowledgem ent

Roles

1

ContextStructure
localId : ST

InfrastructureRoot
templateId : SET<OID>
realmCode : SET<CS>
typeID : SET<OID>
nullFlavor : CS

0..1

rightSide

0..1

TableCell
scope : CS
abbr : ST
axis : ST
colspan : INT
headers : SET<ED>
rowspan : INT

TableColumnStructure
span : INT
width : ST

LocalMarkup
descriptor : ST
render : ST
ignoreCode : CS

LogicalExpression
relationalConjunctionCode : CS

© 2014 All Rights Reserved
Normative R6 RIM Class Diagram
Version 2.44 11/22/2013

Slide Number: 34

© 2014 All Rights Reserved
Entity and Act
• Entity
a physical thing or an
organization/group of physical
things capable of participating in
Acts. This includes living subjects,
organizations, material, and
places.

Entity

Act

• Act
a discernible action of interest in
the healthcare domain. An
instance of Act is a record of that
action. Acts definitions (master
files), orders, plans, and
performance records (events)
are all represented by an
instance of Act.
RIM Core Classes
•
•

Entity - a physical thing or an organization/group of physical things
capable of participating in Acts. This includes living
subjects, organizations, material, and places.
Act – a discernible action of interest in the healthcare domain. An
instance of Act is a record of that action. Acts definitions (master
files), orders, plans, and performance records (events) are all represented by
an instance of Act.
Entity
classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

Slide Number: 36

Act
0..*

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
RIM Core Classes

Entity
classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

Slide Number: 37

Role

1 plays 0..*

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

Act

0..*

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
RIM Core Classes
•

Role – a classification/specialization of an Entity defined by the
relationship of the playing Entity to a scoping Entity. An example of Role
is “Employee”. An employee is a classification attributed to a person which
has an employment relationship with an organization (Employer).

Entity

Role
0..1

classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

plays
0..*

0..1

scopes
0..*

Slide Number: 38

Act

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

0..*

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
RIM Core Classes
•

Participation – an association between a Role and an Act representing
the function assumed by the Role within the context of the Act. A single
Role may participate in multiple Acts and a single Act may have multiple
participating Roles. A single Participation is always an association between a
particular Role and a particular Act.

Entity

Role
0..1

classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

scopes
0..*

Slide Number: 39

Act

plays
0..*

0..1

Participation

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

1

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
RIM Core Classes
Act Relationship

•

Act relationship – an association between two Acts.
This includes Act to Act associations such as
collector/component, predecessor/successor, and
cause/outcome. The semantics of the association is
captured by the Act Relationship attributes.

typeCode : CS

0..*

1

Entity

Role
0..1

classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

scopes
0..*

Slide Number: 40

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

1

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

1

Act

plays
0..*

0..1

Participation

0..*

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
•

Role Link – An association
between two Roles. It is used to
capture relationships that exists
between Entities other than the
scoping relationships. A
single Role may
Role Link
have a Role Link
with multiple other
Roles. A single Role typeCode : CS
effectiveTime : IVL<TS>
Link is always
between two distinct
instances of Role.
0..*

1

Entity

typeCode : CS

0..*

0..*

1

1

0..*

0..1

Participation

scopes

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

1

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

0..*

1

Act

plays

0..*

Slide Number: 41

Act Relationship

Role
0..1

classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

RIM Core Classes

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
Definition of RIM Core Classes
•

Act – a discernible action of interest in the healthcare domain. An instance of Act is a record of
that action. Acts definitions (master files), orders, plans, and performance records (events) are all
represented by an instance of Act.

•

Act relationship – an association between two Acts. This includes Act to Act associations
such as collector/component, predecessor/successor, and cause/outcome. The semantics of the
association is captured by the Act Relationship attributes.

•

Entity - a physical thing or an organization/group of physical things capable of participating
in Acts. This includes living subjects, organizations, material, and places.

•

Participation – an association between a Role and an Act representing the function
assumed by the Role within the context of the Act. A single Role may participate in multiple Acts
and a single Act may have multiple participating Roles. A single Participation is always an
association between a particular Role and a particular Act.

•

Role – a classification/specialization of an Entity defined by the relationship of the playing
Entity to a scoping Entity. An example of Role is “Employee”. An employee is a classification
attributed to a person which has an employment relationship with an organization (Employer).

•

Role Link – An association between two Roles. It is used to capture relationships that exists
between Entities other than the scoping relationships. A single Role may have a Role Link
with multiple other Roles. A single Role Link is always between two distinct instances of Role.

Slide Number: 42

© 2014 All Rights Reserved
RIM Backbone Classes
Role Link

Act Relationship

typeCode : CS
effectiveTime : IVL<TS>

typeCode : CS

0..*

1

Entity

0..*

0..1

Participation

scopes

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

1

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

0..*

1

Act

plays

0..*

Slide Number: 43

1

1

Role
0..1

classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

0..*

0..*

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
RIM Backbone Classes

Entity
classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

Role

Act

0..1 plays
0..*

0..1

scopes
0..*

Slide Number: 44

Participation

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

1

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

© 2014 All Rights Reserved
RIM Backbone Classes
Entity
classCode : CS
determinerCode: CS
code: CE
statusCode : CS
id : II

Role
1

Act

plays
0..*

1

Participation

scopes

classCode : CS
code: CE
effectiveTime : IVL<TS>
statusCode : CS
id : II

1

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

0..*

0..*

classCode : CS
moodCode: CS
code: CD
statusCode : CS
effectiveTime : GTS
id : II

Observation

Supply
Patient Encounter
Procedure

Living Subject

Licensed Entity

Place

Patient

Organization

Access

Material

Employee

Device Task
Managed Participation

Substance Administration
Financial Transaction
Invoice Element
Financial Contract
Account
Working List
Control Act

Slide Number: 45

© 2014 All Rights Reserved
HL7 RIM Class Diagram

Entity

Role

Participation

Act

0..1

plays
0..*
1
classCode : CC
classCode : CS
determinerCode : CS
effectiveTime : IVL<TS>
statusCode : CS
code: CE
0..1
code: CE
scopes
0..*

Slide Number: 46

typeCode : CS
0..* time : IVL<TS>
statusCode : CS

1

classCode : CC
moodCode : CS
0..*
statusCode : CS
code: CD
effectiveTime : GTS

© 2014 All Rights Reserved
RIM Core Attribute Value Sets
Entity
Class Code

• Living Subject
• Person
• Organization
• Material
• Place
• ...

Entity

Participation
Type Code

Role
0..1

classCode : CC
determinerCode : CS
statusCode : CS
code: CE

• Performer
• Author
• Witness
• Subject
• Destination
• ...

Participation

Act
Class Code

Act

plays
0..*

0..1

• Observation
• Procedure
• Supply
• Substance
Admin
• Financial
• ...

1

classCode : CS
effectiveTime : IVL<TS>
code: CE

1
0..*

typeCode : CS
time : IVL<TS>
statusCode : CS

scopes

0..*

classCode : CC
moodCode : CS
statusCode : CS
code: CD
effectiveTime : GTS

0..*

Entity
Determiner
Code
Slide Number: 47

• Kind
• Instance
• Quantified
Group

Role
Class Code

• Patient
• Provider
• Employee
• Specimen
• Certified
Practitioner
• ...

• Definition
• Intent
• Order
• Event
• Criterion
• ...

Act
Mood Code

© 2014 All Rights Reserved
Coded Structural Attributes
•

RIM coded attributes with a data type of Coded Simple (CS) are
referred to as “structural”

•

A CS data type is assigned to an attribute when the only allowable code
values for the attribute are determined by HL7

•

There are 18 such attributes in the RIM. Each of them is bound to a
vocabulary value set defined by HL7.

•

These attributes are referred to as “structural” because their presence
in the model eliminates the need to include other structural model
components such as classes, generalizations, and associations.

•

Vocabulary value sets bound to coded structural attributes are
normative.

Slide Number: 48

© 2014 All Rights Reserved
Coded “Structural” Attributes
• Act.classCode

• Entity.classCode

• Act.moodCode

• Entity.determinerCode

• Act.statusCode

• Entity.statusCode

• ActRelationship.checkpointCode

• ManagedParticipation.statusCode

• ActRelationship.conjunctionCode

• Participation.contextControlCode

• ActRelationship.joinCode

• Participation.typeCode

• ActRelationship.splitCode

• Role.classCode

• ActRelationship.Type

• Role.statusCode

• ActRelationship.contextControlCode • RoleLink.typeCode
Slide Number: 49

© 2014 All Rights Reserved
Act.classCode
Name

Value Domain Coding Strength
Datatype Usage
Cardinality

3.1.1.1 Act.classCode :: CS (1..1) Mandatory
Vocabulary domain: ActClass (CNE)

Attribute description:
A code specifying the major type of Act that this Act-instance represents.
Constraints:
The classCode domain is a tightly controlled vocabulary, not an external or
user-defined vocabulary.

Every Act-instance must have a classCode. If the act class is not further
specified, the most general Act.classCode (ACT) is used.
The Act.classCode must be a generalization of the specific Act concept
(e.g., as expressed in Act.code), in other words, the Act concepts conveyed in
an Act must be specializations of the Act.classCode. Especially, the classCode
is not a "modifier" or the Act.code that can alter the meaning of a class code.
(See Act.code for contrast.)

Slide Number: 50

© 2014 All Rights Reserved
Act.moodCode
3.1.1.2 Act.moodCode :: CS (1..1) Mandatory
Vocabulary domain: ActMood (CNE)
Attribute description:
A code distinguishing whether an Act is conceived of as a factual statement or in some
other manner as a command, possibility, goal, etc.
Constraints:
An Act-instance must have one and only one moodCode value. The moodCode of a single
Act-instance never changes. Mood is not state. To describe the progression of a business
activity from defined to planned to executed, etc. one must instantiate different Actinstances in the different moods and link them using ActRelationship of general type
"sequel". (See ActRelationship.typeCode.)
Discussion:
The Act.moodCode includes the following notions: (1) event, i.e., factual description of an
actions that occurred; (2) definition of possible actions and action plans (the master file
layer); (3) intent, i.e., an action plan instantiated for a patient as a care plan or order; (4)
goal, i.e., an desired outcome attached to patient problems and plans; and (5)
criterion, i.e., a predicate used to evaluate a logical expression

Slide Number: 51

© 2014 All Rights Reserved
Act.code
3.1.1.4 Act.code :: CD (0..1)
Vocabulary domain: ActCode (CWE)

Attribute description:
A code specifying the particular kind of Act that the Act-instance represents
within its class.
Constraints:
The kind of Act (e.g. physical examination, serum potassium, inpatient
encounter, charge financial transaction, etc.) is specified with a code from one
of several, typically external, coding systems. The coding system will depend
on the class of Act, such as LOINC for observations, etc. Conceptually, the
Act.code must be a specialization of the Act.classCode. This is why the
structure of ActClass domain should be reflected in the superstructure of the
ActCode domain and then individual codes or externally referenced
vocabularies subordinated under these domains that reflect the ActClass
structure.

Slide Number: 52

© 2014 All Rights Reserved
ActRelationship.typeCode
3.1.2.1 ActRelationship.typeCode :: CS (1..1) Mandatory
Vocabulary domain: ActRelationshipType (CNE)
Attribute description:
A code specifying the meaning and purpose of every ActRelationship instance. Each of its
values implies specific constraints to what kinds of Act objects can be related and in which
way.
Discussion:
The types of act relationships fall under one of 5 categories:
1.) (De)-composition, with composite (source) and component (target).
2.)
Sequel
which
includes
followup, fulfillment, instantiation, replacement, transformation, etc. that all have in common that
source and target are Acts of essentially the same kind but with variances in mood and
other attributes, and where the target exists before the source and the source refers to the
target that it links back to.
3.) Pre-condition, trigger, reason, contraindication, with the conditioned Act at the source
and the condition or reason at the target.
4.) Post-condition, outcome, goal and risk, with the Act at the source having the outcome
or goal at the target.
5.) A host of functional relationships including support, cause, derivation, etc. generalized
under the notion of "pertinence".
Slide Number: 53

© 2014 All Rights Reserved
Participation.typeCode
3.1.3.1 Participation.typeCode :: CS (1..1) Mandatory
Vocabulary domain: ParticipationType (CNE)
Attribute description:
A code specifying the kind of Participation or involvement the Entity
playing the Role associated with the Participation has with regard to
the associated Act.
Constraints:
The Participant.typeCode contains only categories that have crisp
semantic relevance in the scope of HL7. It is a coded attribute without
exceptions and no alternative coding systems allowed.

Slide Number: 54

© 2014 All Rights Reserved
Entity.classCode
3.2.1.1 Entity.classCode :: CS (1..1) Mandatory
Vocabulary domain: EntityClass (CNE)
Attribute description:
An HL7 defined value representing the class or category that the Entity
instance represents.
Examples:
Person, Animal, Chemical Substance, Group, Organization
Rationale:
Due to the extremely large number of potential values for a code set
representing all physical things in the universe, the class code indicates both
the subtype branch of the Entity hierarchy used as well as a high level
classifier to represent the instance of Entity. This can be used to constrain the
eligible value domains for the Entity.code attribute.

Slide Number: 55

© 2014 All Rights Reserved
Entity.determinerCode
3.2.1.2 Entity.determinerCode :: CS (1..1) Mandatory
Vocabulary domain: EntityDeterminer (CNE)

Attribute description:
An HL7 defined value representing whether the Entity represents a kind-of or a
specific instance.
Examples:
1 human being (an instance), 3 syringes (quantified kind) or the population of
Indianapolis (kind of group)
Rationale:
An Entity may at times represent information concerning a specific instance
(the most common), a quantifiable group with common characteristics or a
general type of Entity. This code distinguishes these different representations.

Slide Number: 56

© 2014 All Rights Reserved
Entity.code
3.2.1.4 Entity.code :: CE (0..1)
Vocabulary domain: EntityCode (CWE)
Attribute description:
A value representing the specific kind of Entity the instance represents.

Examples:
A medical building, a Doberman Pinscher, a blood collection tube, a tissue
biopsy.
Rationale:
For each Entity, the value for this attribute is drawn from one of several coding
systems depending on the Entity.classCode, such as living subjects (animal and
plant
taxonomies),
chemical
substance
(e.g.,
IUPAC
code),
organizations,
insurance
company,
government
agency, hospital, park, lake, syringe, etc. It is possible that Entity.code may be
so fine grained that it represents a single instance. An example is the CDC
vaccine manufacturer code, modeled as a concept vocabulary, when in fact each
concept refers to a single instance.
Slide Number: 57

© 2014 All Rights Reserved
Role.classCode
3.3.1.1 Role.classCode :: CS (1..1) Mandatory
Vocabulary domain: RoleClass (CNE)
Attribute description:
A code specifying the major category of a Role as defined by HL7 vocabulary.

Slide Number: 58

© 2014 All Rights Reserved
Role.code
3.3.1.3 Role.code :: CE (0..1)
Vocabulary domain: RoleCode (CWE)
Attribute description:
A code further specifying the kind of Role.
Discussion:
The Role.code must conceptually be a proper specialization of Role.classCode.
Role.code does not modify Role.classCode. Rather, each is a complete concept
or a Role-like relationship between two Entities, but Role.code may be more
specific than Role.classCode.
The Role.code may not be coded if only an un-coded name for the type of role
is commonly used.

Slide Number: 59

© 2014 All Rights Reserved
RoleLink.typeCode
3.3.2.1 RoleLink.typeCode :: CS (1..1) Mandatory
Vocabulary domain: RoleLinkType (CNE)

Attribute description:
A code specifying the kind of
RoleLink, e.g., has-part, has-authority.

Slide Number: 60

connection

represented

by

this

© 2014 All Rights Reserved
Accessing the RIM

http://www.hl7.org/participate/toolsandresources.cfm?ref=nav
Slide Number: 61

© 2014 All Rights Reserved
RoseTree

Slide Number: 62

© 2014 All Rights Reserved
Model Browsing Tree - Attributes
Packages (AKA Subject Areas)

Classes

Attributes

Datatype

Datatype Components
(AKA Properties)

Descriptive
Text

Slide Number: 63

© 2014 All Rights Reserved
Model Browsing Tree - Relationships
Source Class (AKA Focal Class)

Relationships

Distal Class

Descriptive
Text

Slide Number: 64

© 2014 All Rights Reserved
Model Browsing Tree - States

States

Transitions
Descriptive
Text

Slide Number: 65

© 2014 All Rights Reserved
State Machine

•

The HL7 Reference Information Model
includes state machines for the
Entity, Role, ManagedParticipation, and
Act classes.

•

A state machine specifies the allowable
states and valid state transitions for a
given class.

•

When a class transitions from one state
to another sometimes triggers an
interactions.

Slide Number: 66

© 2014 All Rights Reserved
Entity State Machine
normal
revise

revise

inactivate
create
null

active

inactive
reactivate
nullify

nullified

Slide Number: 67

© 2014 All Rights Reserved
Role State Machine

Slide Number: 68

© 2014 All Rights Reserved
Managed Participation State Machine
normal
cancelled

cancel
revise
pending

create

revise
activate

create

revise
complete

active

completed
reactivate

create

null
nullify
nullified

Slide Number: 69

© 2014 All Rights Reserved
Act State Machine

Slide Number: 70

© 2014 All Rights Reserved
HL7 RIM Class Diagram

Slide Number: 71

© 2014 All Rights Reserved
RIM From Draft to Normative
• Apr 96– Dec 96: Initial development
• Jan 97 – Jan 00: Pre-USAM Harmonization

• Jan 00 – Jul 03: Post-USAM and Pre-Normative
• Normative Releases:
– V1.25 Release 1.0: Jul 2003
– V2.29 Release 2.0: Oct 2009
– V2.33 Release 3.0: Nov 2010
Slide Number: 72

– V2.36 Release 4.0: Jul 2011
– V2.40 Release 5.0: Jul 2012
– V2.46 Release 6.0: Dec 2013
© 2014 All Rights Reserved
RIM is First ISO/HL7 Standard
•

On August 3, 2006 the HL7
Reference Information Model
was published as an ISO
standard (21731:2006).

•

The RIM was accepted and
approved through the ISO
Technical Committee 215 –
Health Informatics.

•

The RIM is the first publication
of an ISO/HL7 standard.

•

Other ISO/HL7 collaborations
include:
–
–
–
–
–
–

Slide Number: 73

HL7 V2.5 Messaging Standard
Clinical Data Architecture –
Common Terminology Server
Structured Product Labeling
Annotated Electrocardiogram
Individual Case Safety Report

© 2014 All Rights Reserved
HL7 Version 3.0
Data Type Specification
The HL7 v3 Abstract Datatype Specification defines the
structural format of the data carried in an attribute and
influences the set of allowable values an attribute may assume.

Slide Number: 74

© 2014 All Rights Reserved
HL7 Version 3.0 Data Types
• HL7 data types define the structure and constrain the allowable
values of attributes in the RIM.
• The HL7 v3 abstract data type specification declares the set of
data types, identifies components of complex types, and defines
relationships between data types.
• The HL7 data type implementation technology specification
defines constraints and operations for data types and describes
how data types are to be represented in XML.
• Data types are reusable atomic building blocks used to create all
HL7 V3 information structures.
• Each RIM attribute is assigned one data type; each data type is
assigned to zero, one, or more RIM attribute.

Slide Number: 75

© 2014 All Rights Reserved
HL7 Version 3.0 Data Types (R1)
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•

Slide Number: 76

AD: Postal Address
ANY: DataValue
BAG: Bag
BL: Boolean
CD: Concept Descriptor
CE: Coded With Equivalents
CS: Coded Simple Value
ED: Encapsulated Data
EN: Entity Name
GTS: General Timing Specification
HIST: History
II: Instance Identifier
INT: Integer Number
IVL: Interval
LIST: Sequence

•
•
•
•
•
•
•
•
•
•
•
•
•
•

MO: Monetary Amount
ON: Organization Name
PN: Person Name
PPD: Parametric Probability Distribution
PQ: Physical Quantity
REAL: Real Number
RTO: Ratio
SC: Character String with Code
SET: Set
ST: Character String
TEL: Telecommunication Address
TN: Trivial Name
TS: Point in Time
UVP: Uncertain Value - Probabilistic

© 2014 All Rights Reserved
Datatype Class Diagram
<<extends>>
T
DataValue : ANY
Sequence : LIST

<<extends>>

Quantity : QTY
<<extends>>

<<restricts>>
List_of_Boolean : LIST<BL>

<<extends>>

<<extends>>
<<extends>>

IntegerNumber<<extends>>
: INT

ISO_object_identifier : OID
<<extends>>

<<extends>>

RealNumber : REAL
<<extends>>

<<extends>>

Bag : BAG

Set : SET

<<extends>>
<<extends>>

ConceptDescriptor : CD

T

T

<<extends>>

<<extends>>

<<extends>>

<<extends>>

<<extends>>

<<extends>>

Boolean : BL

BinaryData : BIN
ConceptRole : CR

T
T<<extends>>

InstanceIdentifier : II

PeriodicIntervalOfTime : PIVL

Interval : IVL

Ratio : RTO

<<restricts>>

<<extends>>

PhysicalQuantity : PQ

UniversalResourceLocator : URL
EncapsulatedData : ED
<<restricts>>
MonetaryAmount : MO

PointInTime : TS
<<restricts>>

CodedValue : CV

T
EventRelatedPeriodicIntervalOfTime : EIVL

<<extends>>

<<restricts>>

T:T

TelecommunicationAddress : TEL

Set_of_TS : SET<TS>
CharacterString : ST

CodedWithEquivalents : CE

<<extends>>

<<extends>>

<<extends>>

GeneralTimingSpecification : GTS
<<extends>>

<<extends>>
<<extends>>

T
T

CodedSimpleValue : CS

UncertainValueProbabilistic : UVP

Annotated : ANT
T

AddressPart : ADXP

Set_UVP : SET<UVP<T>>
<<extends>>

History_item : HXIT

EntityNamePart : ENXP

<<extends>>
<<extends>>

T
Set_of_HXIT : SET<HXIT<T>>
List_ADXP : LIST<ADXP>

List_ENXP : LIST<ENXP>

NonParametricProbabilityDistribution : NPPD

OrganizationName : ON
<<extends>>

T

<<extends>>

PostalAndResidentialAddress : AD

Slide Number: 77

PersonNameType : PN

History : HIST

T
UncertainValueNarrative : UVN

T
ParametricProbabilityDistribution : PPD

© 2014 All Rights Reserved
HL7 Data Type Packages
AnyDataType
+ DataValue : ANY

ConceptDescriptorDataTypes
+ CodedSimpleValue : CS
+ CodedValue : CV
+ CodedWithEquivalents : CE
+ ConceptDescriptor : CD
+ ConceptRole : CR

AddressDataTypes
+ AddressPart : ADXP
+ PostalAndResidentialAddress : AD
+ TelecommunicationAddress : TEL
+ UniversalResourceLocator : URL

IdentifierDataTypes
+ ISOObjectIdentifier : OID
+ InstanceIdentifier : II

ParameterizedDataTypes
+ Bag : BAG
+ Interval : IVL
+ Sequence : LIST
+ Set : SET

QuantityDataTypes
+ BinaryData : BIN
+ Boolean : BL
+ IntegerNumber : INT
+ MonetaryAmount : MO
+ PhysicalQuantity : PQ
+ Quantity : QTY
+ Ratio : RTO
+ RealNumber : REAL

EntityNameDataTypes
+ EntityName : EN
+ EntityNamePart : ENXP
+ OrganizationName : ON
+ PersonNameType : PN
+ TrivialName : TN

TimingExpressionDatatypes
+ GeneralTimingSpecification : GTS
+ GeneralTimingSpecificationTerm
+ PointInTime : TS

CharacterStringDatatypes
+ CharacterString : ST
+ EncapsulatedData : ED
+ StringWithCode : SC

Slide Number: 78

© 2014 All Rights Reserved
Basic Datatype Descriptions
Name

Symbol

Description

Boolean

BL

The Boolean type stands for the values of two-valued logic. A Boolean value can be either
true or false.

Encapsulated Data

ED

Data that is primarily intended for human interpretation or for further machine processing
outside the scope of this specification. This includes unformatted or formatted written
language, multimedia data, or structured information in as defined by a different standard
(e.g., XML-signatures.) Instead of the data itself, an ED may contain only a reference (see
TEL.) Note that the ST data type is a specialization of the ED data type when the ED
media type is text/plain.

Character String

ST

Text data, primarily intended for machine processing (e.g., sorting, querying, indexing,
etc.) Used for names, symbols, and formal expressions.) Note that the ST data type is a
specialization of the ED data type when the ED media type is text/plain.

Coded Simple Value

CS

Coded data, consists of a code and display name. The code system and code system
version is fixed by the context in which the CS value occurs. CS is used for coded
attributes that have a single HL7-defined value set.

Coded Value

CV

Coded data, consists of a code, display name, code system, and original text. Used when
a single code value must be sent.

Coded With Equivalents

CE

Coded data, consists of a coded value (CV) and, optionally, coded value(s) from other
coding systems that identify the same concept. Used when alternative codes may exist.

Concept Descriptor

CD

Coded data, is like a CE with the extension of modifiers. Modifiers for codes have an
optional role name and a value. Modifiers allow one to express, e.g., "FOOT, LEFT" as a
postcoordinated term built from the primary code "FOOT" and the modifier "LEFT".

Slide Number: 79

© 2014 All Rights Reserved
Basic Datatype Descriptions
Name

Symbol

Description

Instance Identifier

II

An identifier to uniquely identify an individual instance. Examples are medical record
number, order number, service catalog item number, etc. Based on the ISO Object
Identifier (OID)

Telecommunication Address

TEL

A telephone number or e-mail address specified as a URL. In addition, this type
contains a time specification when that address is to be used, plus a code describing
the kind of situations and requirements that would suggest that address to be used
(e.g., work, home, pager, answering machine, etc.)

Postal Address

AD

For example, a mailing address. Typically includes street or post office Box, city,
postal code, country, etc.

Entity Name

EN

A name of a person, organization, place, or thing. Can be a simple character string or
may consist of several name parts that can be classified as given name, family name,
nickname, suffix, etc.

Person Name

PN

A name of a person. Person names usually consist of several name parts that can be
classified as given, family, nickname etc. PN is a restriction of EN.

Organization Name

ON

A name of an organization. ON name parts are typically not distinguished, but may
distinguish the suffix for the legal standing of an organization (e.g. "Inc.", "Co.", "B.V.",
"GmbH", etc.) from the name itself. ON is a restriction of EN.

Trivial Name

TN

A restriction of EN that is equivalent with a plain character string (ST). Typically used
for the names of things, where name parts are not distinguished.

Integer Number

INT

Positive and negative whole numbers typically the results of counting and
enumerating. The standard imposes no bounds on the size of integer numbers.

Slide Number: 80

© 2014 All Rights Reserved
Basic Datatype Descriptions
Name

Symbol

Description

Decimal number

REAL

Fractional numbers. Typically used whenever quantities are measured, estimated, or
computed from other real numbers. The typical representation is decimal, where the
number of significant decimal digits is known as the precision.

Physical Quantity

PQ

A dimensioned quantity expressing the result of measurement. It consists of a real
number value and a physical unit. Physical quantities are often constrained to a certain
dimension by specifying a unit representing the dimension (e.g. m, kg, s, kcal/d, etc.)
However, physical quantities should not be constrained to any particular unit (e.g.,
should not be constrained to centimeter instead of meter or inch.)

Monetary Amount

MO

The amount of money in some currency. Consists of a value and a currency
denomination (e.g., U.S.$, Pound sterling, Euro, Indian Rupee.)

Ratio

RTO

A quantity explicitly including both a numerator and a denominator (e.g. 1:128.) Only in
the rare cases when the numerator and denominator must stand separate should the
Ratio data type should be used. Normally, the REAL, PQ, or MO data types are more
appropriate.

Point in Time

TS

A time stamp.

General Timing Specification

GTS

One or more time intervals used to specify the timing of events. Every event spans one
time interval (occurrence interval). A repeating event is timed through a sequence of
such occurrence intervals. Such timings are often specified not directly as a sequence of
intervals but as a rule, e.g., "every other day (Mon - Fri) between 08:00 and 17:00 for 10
minutes."

Slide Number: 81

© 2014 All Rights Reserved
ED: Encapsulated Data
Name

Type

Status

Definition

BIN

BIN

mandatory

The binary data.

type

CS

mandatory

Identifies the encoding of the data and a method to interpret the data.

charset

CS

optional

Where applicable, specifies the character set and character encoding
used. The charset may be implied or fixed by the ITS.

language

CS

optional

Where applicable, specifies the language of text data.

compression

CS

optional

Indicates whether the raw byte data is compressed, and what
compression algorithm was used.

reference

TEL

optional

A telecommunication address that resolves to the binary data.

integrityCheck

BIN

optional

A short binary value representing a cryptographically strong checksum
over the binary data.

integrityCheckAlgorithm

CS

optional

Specifies the algorithm used to compute the integrityCheck value.

thumbnail

ED

optional

An abbreviated rendition of the full data.

Slide Number: 82

© 2014 All Rights Reserved
ST: Character String
Name

Type

Status

Definition

data

BIN

mandatory

The binary data of the character string.

charset

CS

optional

Specifies the character set and character encoding used.

language

CS

optional

Specifies the language of text data.

Slide Number: 83

© 2014 All Rights Reserved
CD: Concept Descriptor
Name

Description

code

A string containing the value of the code (e.g., "F150")

displayName

A string containing a short, human-readable description of the code. ("Ford F150 Full-size Pickup Truck")

codeSystem

An Object Identifier (OID) that uniquely identifies the code system to which the code belongs (e.g.,
"106.75.314.67.89.24," where this uniquely identifies Ford Motor Company's set of model numbers).

codeSystemName

A string containing a short, human-readable description of the code system (e.g., "Ford Car and Truck Models ").

codeSystemVersion

A string qualifying the version of the code system (e.g., "Model Year 2001").

originalText

This is the text, phrase, etc., that is the basis for the coding. (e.g., "The new truck purchased for hospital facility
maintenance was a Ford model F150 ...").

modifier

Some code systems permit modifiers, additional codes that refine the meaning represented by the primary code.
HL7 Version 3 accommodates a list of modifiers. Continuing with our truck example, the list of modifiers "BodyECAB, Eng-V8, EM-CE" modify "F150" to designate that the truck has an extended cab, V8 engine, and California
Emissions package. "Body-," "Eng-," and "EM" designate the roles (body, engine, emissions) represented by the
codes "ECAB," "V8," and "CE."

translation

Quite often in an interfaced environment, codes need to be translated into one or more other coding systems. In our
example, the California DMV may have their own code

Slide Number: 84

© 2014 All Rights Reserved
Concept Descriptor Datatypes
CS: Coded Simple
Name

Type

Status

code

ST

mandatory

displayName

ST

optional

CV: Coded Value
Name

Type

Status

code

ST

mandatory

displayName

ST

optional

codeSystem

OID

mandatory

codeSystemName

ST

optional

codeSystemVersion

ST

optional

originalText

ST

optional

CE: Coded With Equivalents
Name

Type

Status

code

ST

mandatory

displayName

ST

optional

codeSystem

OID

mandatory

codeSystemName

ST

optional

codeSystemVersion

ST

optional

originalText

ST

optional

translation

SET<CV>

optional

Slide Number: 85

© 2014 All Rights Reserved
II: Instance Identifier
Name

Type

Status

Definition

extension

ST

optional

The value of the identifier, unique within its assigning authority's namespace.

root

OID

mandatory

A unique identifier that guarantees the global uniqueness of the instance identifier.
The root alone may be the entire instance identifier, an extension value is not
needed.

assigningAuthorityName

ST

optional

A human readable name or mnemonic for the assigning authority. This name is
provided solely for the convenience of unaided humans interpreting an II value.
Note: no automated processing must depend on the assigning authority name to be
present in any form.

validTime

IVL<TS>

optional

If applicable, specifies during what time the identifier is valid. By default, the
identifier is valid indefinitely. Any specific interval may be undefined on either side
indicating unknown effective or expiry time.
Note: identifiers for information objects in computer systems should not have
restricted valid times, but should be globally unique at all times. The identifier valid
time is provided mainly for real-world identifiers, whose maintenance policy may
include expiry (e.g., credit card numbers.)

Slide Number: 86

© 2014 All Rights Reserved
Tel: Telecommunication Address
Name

Type

Status

Definition

URL

URL

mandatory

The essence of a telecommunication address is a Universal Resource Locator.

use

SET<CS>

optional

A code advising a system or user which telecommunication address in a set of like
addresses to select for a given telecommunication need.

optional

Identifies the periods of time during which the telecommunication address can be
used. For a telephone number, this can indicate the time of day in which the party
can be reached on that telephone. For a web address, it may specify a time range in
which the web content is promised to be available under the given address.

validTime

Slide Number: 87

GTS

© 2014 All Rights Reserved
AD: Postal Address
Name

Type

Status

Definition

LIST<ADXP>

mandatory

The address data

use

SET<CS>

optional

A code advising a system or user which address in a set of like addresses to
select for a given purpose

validTime

GTS

optional

Identifies the periods of time during which the address can be used. Typically
used to refer to different addresses for different times of the year or to refer to
historical addresses.

ADXP: Postal Address Part
Name

Type

Status

Definition

ST

ST

mandatory

The address part data

type

CS

optional

Indicates whether an address part is the street, city, country, postal code, post
box, etc.

Slide Number: 88

© 2014 All Rights Reserved
EN: Entity Name
Name

Type

Status

Default

LIST<ENXP>

mandatory

NULL

use

SET<CS>

optional

NULL

validTime

IVL<TS>

optional

Constraint

NULL

Definition
The name data

NamePurpose

A code advising a system or user
which name in a set of names to select
for a given purpose
Identifies the interval of time during
which the name was used. Typically
used to record historical names.

ENXP: Entity Name Part
Name

Type

Status

Default

Constraint

Definition

ST

mandatory

NULL

The entity name part data

type

CS

optional

NULL

EntityNamePartType

Indicates whether the name part is a
given name, family name, prefix,
suffix, etc.

qualifier

SET<CS>

optional

NULL

EntityNameQualifier

A set of codes each of which specifies
a certain subcategory of the name part
in addition to the main name part type

Entity Name Specializations:
TN: Trivial Name
PN: Person Name
ON: Organization Name
Slide Number: 89

© 2014 All Rights Reserved
RTO: Ratio
Name

Type

Status

Definition

numerator

QTY

mandatory

The numerator of the ratio.

denominator

QTY

mandatory

The denominator of the ratio
The QTY data type is an abstract generalization that stands for INT, REAL, PQ,
and MO.

Slide Number: 90

© 2014 All Rights Reserved
PQ: Physical Quantity
Name

Type

Status

value

REAL

mandatory

The magnitude of the quantity measured in terms of the unit

unit

CS

mandatory

The unit of measure

original value

REAL

optional

The magnitude of the quantity measured in terms of the original unit.

original unit

CV

optional

The original unit of measure.

Slide Number: 91

Definition

© 2014 All Rights Reserved
MO: Monetary Amount
Name

Type

Status

value

REAL

mandatory

NULL

currency

CS

mandatory

NULL

Slide Number: 92

Default

Constraint

Definition
The magnitude of the monetary amount in terms of
the currency unit.

ISO 4217

The currency unit

© 2014 All Rights Reserved
Additional Datatypes and Aggregates
• BL: Boolean

• INT: Integer
• Real: Real

• SET
• LIST
• BAG

– Precision :: Int

• TS: Point in Time
– Offset :: PQ
– Calendar :: CS

– Precision :: INT
– Timezone :: PQ
Slide Number: 93

• IVL
–
–
–
–

Low
Center
Width
High

© 2014 All Rights Reserved
HL7 Version 3.0
Vocabulary Specification
The HL7 Vocabulary Specification defines the set of all
concepts that can be taken as valid values in an instance
of a coded attribute or message element.

Slide Number: 94

© 2014 All Rights Reserved
HL7 V3 Vocabulary Specification
• The HL7 V3 Vocabulary Specification defines vocabulary domains
used in RIM coded Attributes and coded data type properties.
• A vocabulary domain is an abstract collection of interrelated
concepts. It describes the purpose or intent of a coded attribute.
• A value set is a collection of coded concepts drawn from one or
more code systems. A vocabulary domain may be associated with
many value sets (e.g. for use in different countries).
• A context expression provides a means of designating which value
set for a given domain are applicable for a given usage context.
• A coded concept has a concept code assigned by the coding
system and a concept designation which names the referenced
concept.
• A coded concept may be a parent concept for a collection of
additional concepts within the same code system.
Slide Number: 95

© 2014 All Rights Reserved
HL7 V3 Vocabulary Specification
Metamodel

VocabularyDomain
name : String
description : String

0..*

ValueSet
0..* name : String
description : String
definingExpression : String
0..*
based on
0..1

ValueSetContext
contextExpression : String

Slide Number: 96

CodeSystem
identifier : OID
name : String
description : String

includes
0..*

0..*
CodedConcept
conceptCode : String
conceptDesignation : String

0..*

0..*

ParentConcept

© 2014 All Rights Reserved
ActCode

Slide Number: 97

© 2014 All Rights Reserved
EntityCode

Slide Number: 98

© 2014 All Rights Reserved
RoleCode

Slide Number: 99

© 2014 All Rights Reserved
ParticipationType

Slide Number: 100

© 2014 All Rights Reserved
Vocabulary Binding
Information Model

Vocabulary Binding

Vocabulary Terms

Class

Vocabulary
Domain

Code
System

0..1
1

0..*

Attribute

Slide Number: 101

0..1

0..*

0..*

0..*

0..*

0..1

Value Set

0..*

1

0..*

0..*

0..*

Coded
Concept

© 2014 All Rights Reserved
CodeSystemVersion
-

0..*

CodeSystem

versionId: II
effectiveDate: TS
1..*
isComplete: boolean
versionOrder: int
releaseDate: TS
releaseFormats: SET[ST]
releaseLocation: ST
supportedLanguages: SET[CS]
status: CS
statusDate: TS

-

0..*

id: II
fullName: ST
localName: ST
description: ST
copyright: ST
status: CS
statusDate: TS

1

ConceptValueSetMembership
0..*

-

effectiveDate[0..1]: TS

0..*

1

ValueSetVersion
-

ValueSet

versionID: II
effectiveDate: TS
releaseDate: TS
versionOrder: int
isComplete: boolean
rulesSetVersionID: ST
supportedLanguages: SET[CS]
status: CS
statusDate: TS

-

1..*

0..*

1

1..*

used in

1
1..*

CodeSystemConcept

-

1

1..*

/isConceptInitiator: boolean

0..*

+sourceConcept
code: ST
codeSynonyms: SET[ST] 1
id[0..1]: II
status: CS
+targetConcept
statusDate: TS
1

-

ConceptCodeSystemVersionMembership

UsageContext
0..*

-

id: II
name: ST
description: ST
status: CS
statusDate: TS

These identify the defined or
"allowable" properties and associations
that may be applied to a concept.
0..*

0..*
0..1

0..1
JurisdictionalDomain

0..1 -

1
1..*

id: II
name: ST
description: ST

-

id: II
associationKind: enum
forwardName: ST
reverseName: ST
isDirected: boolean
ruleSetID: ST
description: ST
status: CS
statusDate: TS

value: ST
status: CS
statusDate: TS
0..*

This covers the Concept of "supplemental"
(per MIF) or realm/local specifc variations,
with restriction (per HL7 principles) that they
cannot actually add additional "codes".
1..*

1..*

DesignationValueSetVersionMembership
-

isDefault: boolean
effectiveDate[0..1]: TS
0..*

Includes both assocations within a
ocde set (hierarchic) and associations
between concpets in different code
sets. Type may indicate: map, rules
based, lexical etc. May need
specializations if different properties
needed.

CodeSystemVersionConceptAssociation
isSourceOf

versionId: II
effectiveDate: TS
versionOrder: int
status: CS
statusDate: TS

0..*

isTargetOf

-

1

associationKind: CS
status: CS
statusDate: TS

Designation

0..*

Controlled Terminology Service Conceptual Data Model
Slide Number: 102

0..*

0..*

CodeSystemConceptVersion
-

id: II
name: ST
description: ST

1

ConceptPropertyVersion
-

0..*

DefinedConceptAssociation

0..*
DefinedConceptProperty

id: II
name: ST
description: ST
ruleSetID: ST
status: CS
statusDate: TS

1..*

-

id: II
name: ST
description: ST
isPreferred: boolean
language: CS
format: ST
status: CS
statusDate: TS

© 2014 All Rights Reserved
HL7 Version 3.0 Reference Models

Reference Information Model

Data Type
Specification
Slide Number: 103

Vocabulary
Specification
© 2014 All Rights Reserved
HL7 Version 3.0 Reference Models

<<extends>>
T
DataValue : ANY
Sequence : LIST

<<extends>>

Quantity : QTY
<<extends>>

<<restricts>>
List_of_Boolean : LIST<BL>

<<extends>>

<<extends>>

<<extends>>

IntegerNumber<<extends>>
: INT

Bag : BAG

Set : SET

<<extends>>
<<extends>>

ConceptDescriptor : CD

T

T

<<extends>>

<<extends>>

<<extends>>
<<extends>>

<<extends>>

<<extends>>

<<extends>>

Boolean : BL

ISO_object_identifier : OID
<<extends>>

<<extends>>

RealNumber : REAL
<<extends>>
BinaryData : BIN

T
T<<extends>>

InstanceIdentifier : II

ConceptRole : CR

PeriodicIntervalOfTime : PIVL

Interval : IVL

Ratio : RTO

<<restricts>>

<<extends>>

PhysicalQuantity : PQ

UniversalResourceLocator : URL
EncapsulatedData : ED
<<restricts>>
MonetaryAmount : MO

PointInTime : TS
<<restricts>>

CodedValue : CV

0..*

ValueSet
0..* name : String
description : String
definingExpression : String
0..*

T
EventRelatedPeriodicIntervalOfTime : EIVL

<<extends>>

<<restricts>>

VocabularyDomain
name : String
description : String

based on

T:T

TelecommunicationAddress : TEL

0..1

Set_of_TS : SET<TS>
CharacterString : ST

CodedWithEquivalents : CE

<<extends>>

<<extends>>

<<extends>>

GeneralTimingSpecification : GTS
<<extends>>

<<extends>>
<<extends>>

T
T

CodedSimpleValue : CS

AddressPart : ADXP

Set_UVP : SET<UVP<T>>
<<extends>>

History_item : HXIT

EntityNamePart : ENXP

ValueSetContext
contextExpression : String

UncertainValueProbabilistic : UVP

Annotated : ANT
T

<<extends>>

CodeSystem
identifier : OID
name : String
description : String

includes
0..*

0..*
CodedConcept
conceptCode : String
conceptDesignation : String

0..*

0..*

ParentConcept

<<extends>>

T
Set_of_HXIT : SET<HXIT<T>>
List_ADXP : LIST<ADXP>

List_ENXP : LIST<ENXP>

NonParametricProbabilityDistribution : NPPD

OrganizationName : ON
<<extends>>

T

<<extends>>

PostalAndResidentialAddress : AD

Slide Number: 104

PersonNameType : PN

History : HIST

T
UncertainValueNarrative : UVN

T
ParametricProbabilityDistribution : PPD

© 2014 All Rights Reserved
Questions

Slide Number: 105

© 2014 All Rights Reserved
References
•

Health Level Seven
– http://www.hl7.org/index.cfm

•

HL7 Reference Information Model
– http://www.hl7.org/implement/standards/rim.cf
m?ref=common

•

HL7 V3 Normative Edition
– http://www.hl7.org/memonly/downloads/v3edit
ion.cfm#V32011

•

HL7 Controlled Terminology Service
– http://www.hl7.org/documentcenter/private/sta
ndards/CTS/R1/HL7_CTS_R1_FINAL.zip

Slide Number: 106

© 2014 All Rights Reserved
Thank You

AbdulMalik Shakir
President and Chief Informatics Scientist
Hi3 Solutions | your healthcare standards conformance partner
3500 West Olive Ave, Suite # 300, Burbank, CA 91505.
Direct: +1 626 644 4491 | Toll Free: +1 800 918 6520
www.hi3solutions.com

Slide Number: 107

| abdulmalik.shakir@hi3Solutions.com

© 2014 All Rights Reserved

Weitere ähnliche Inhalte

Was ist angesagt?

Hl7 v2 certification test preparation
Hl7 v2 certification test preparationHl7 v2 certification test preparation
Hl7 v2 certification test preparationAbdul-Malik Shakir
 
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIRFhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIRKumar Satyam
 
FHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam BaltusFHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam BaltusFHIR Developer Days
 
FHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Developer Days
 
Hl7 vs fhir
Hl7 vs fhirHl7 vs fhir
Hl7 vs fhirThiyagu2
 
Hl7 standard
Hl7 standardHl7 standard
Hl7 standardMarina462
 
Terminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieTerminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieFHIR Developer Days
 
Data foundations for digital health.pptx
Data foundations for digital health.pptxData foundations for digital health.pptx
Data foundations for digital health.pptxHeatherLeslie14
 
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 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersHL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersDavid Hay
 
FHIR - more than the basics
FHIR - more than the basicsFHIR - more than the basics
FHIR - more than the basicsEwout Kramer
 
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...FHIR Developer Days
 
HL7 Version 3 Overview
HL7 Version 3 Overview HL7 Version 3 Overview
HL7 Version 3 Overview WardTechTalent
 
Getting started with FHIR by Ewout Kramer
Getting started with FHIR by Ewout KramerGetting started with FHIR by Ewout Kramer
Getting started with FHIR by Ewout KramerFHIR Developer Days
 

Was ist angesagt? (20)

Health Level 7
Health Level 7Health Level 7
Health Level 7
 
An Introduction to HL7 FHIR
An Introduction to HL7 FHIRAn Introduction to HL7 FHIR
An Introduction to HL7 FHIR
 
Introduction to hl7
Introduction to hl7Introduction to hl7
Introduction to hl7
 
Hl7 v2 certification test preparation
Hl7 v2 certification test preparationHl7 v2 certification test preparation
Hl7 v2 certification test preparation
 
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIRFhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
Fhir basics session 1 Introduction to Interoperabilty & Principles of FHIR
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
HL7 101
HL7 101 HL7 101
HL7 101
 
FHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam BaltusFHIR API for .Net programmers by Mirjam Baltus
FHIR API for .Net programmers by Mirjam Baltus
 
FHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzieFHIR Documents by Lloyd McKenzie
FHIR Documents by Lloyd McKenzie
 
Hl7 vs fhir
Hl7 vs fhirHl7 vs fhir
Hl7 vs fhir
 
Hl7 standard
Hl7 standardHl7 standard
Hl7 standard
 
Terminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieTerminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzie
 
Data foundations for digital health.pptx
Data foundations for digital health.pptxData foundations for digital health.pptx
Data foundations for digital health.pptx
 
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 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developersHL7 New Zealand: FHIR for developers
HL7 New Zealand: FHIR for developers
 
FHIR - more than the basics
FHIR - more than the basicsFHIR - more than the basics
FHIR - more than the basics
 
Introduction to hl7 v2
Introduction to hl7 v2Introduction to hl7 v2
Introduction to hl7 v2
 
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
 
HL7 Version 3 Overview
HL7 Version 3 Overview HL7 Version 3 Overview
HL7 Version 3 Overview
 
Getting started with FHIR by Ewout Kramer
Getting started with FHIR by Ewout KramerGetting started with FHIR by Ewout Kramer
Getting started with FHIR by Ewout Kramer
 

Ähnlich wie Hl7 reference information model

Rim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsRim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsAbdul-Malik Shakir
 
HL7 for TMI November 2009
HL7 for TMI November 2009HL7 for TMI November 2009
HL7 for TMI November 2009Artit Ungkanont
 
Singapore National EHR -- Adaptive Architecture for Transformation and Innova...
Singapore National EHR -- Adaptive Architecture for Transformation and Innova...Singapore National EHR -- Adaptive Architecture for Transformation and Innova...
Singapore National EHR -- Adaptive Architecture for Transformation and Innova...Peter Tan
 
eHealth - Mark Yendt
eHealth - Mark YendteHealth - Mark Yendt
eHealth - Mark YendtGHBN
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenAbdul-Malik Shakir
 
Edifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs Inc
 
Hl7 interface development
Hl7 interface developmentHl7 interface development
Hl7 interface developmentzionallen
 
HIT Fridsma NHIN Direct Project
HIT Fridsma NHIN Direct ProjectHIT Fridsma NHIN Direct Project
HIT Fridsma NHIN Direct ProjectBrian Ahier
 
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
 
Chapter 16 Identifying and Selecting an Information System Sol.docx
Chapter 16 Identifying and Selecting an Information System Sol.docxChapter 16 Identifying and Selecting an Information System Sol.docx
Chapter 16 Identifying and Selecting an Information System Sol.docxketurahhazelhurst
 
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
 
How do HL7 standards help secure data exchange for Digital Healthcare.pptx
How do HL7 standards help secure data exchange for Digital Healthcare.pptxHow do HL7 standards help secure data exchange for Digital Healthcare.pptx
How do HL7 standards help secure data exchange for Digital Healthcare.pptxMocDoc
 
Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)Abdul-Malik Shakir
 

Ähnlich wie Hl7 reference information model (20)

Rim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsRim derived and influenced hl7 standards
Rim derived and influenced hl7 standards
 
HL7 for TMI November 2009
HL7 for TMI November 2009HL7 for TMI November 2009
HL7 for TMI November 2009
 
Singapore National EHR -- Adaptive Architecture for Transformation and Innova...
Singapore National EHR -- Adaptive Architecture for Transformation and Innova...Singapore National EHR -- Adaptive Architecture for Transformation and Innova...
Singapore National EHR -- Adaptive Architecture for Transformation and Innova...
 
Thesis_IR(Aptsource)
Thesis_IR(Aptsource)Thesis_IR(Aptsource)
Thesis_IR(Aptsource)
 
eHealth - Mark Yendt
eHealth - Mark YendteHealth - Mark Yendt
eHealth - Mark Yendt
 
Hl7 & FHIR
Hl7 & FHIRHl7 & FHIR
Hl7 & FHIR
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level seven
 
Edifecs- warming up to fhir
Edifecs- warming up to fhirEdifecs- warming up to fhir
Edifecs- warming up to fhir
 
Kareo Case study
Kareo Case studyKareo Case study
Kareo Case study
 
HIE technical infrastructure
HIE technical infrastructureHIE technical infrastructure
HIE technical infrastructure
 
Hl7 interface development
Hl7 interface developmentHl7 interface development
Hl7 interface development
 
HIT Fridsma NHIN Direct Project
HIT Fridsma NHIN Direct ProjectHIT Fridsma NHIN Direct Project
HIT Fridsma NHIN Direct Project
 
Standards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureStandards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration Infrastructure
 
Amia now! session two
Amia now! session twoAmia now! session two
Amia now! session two
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
Chapter 16 Identifying and Selecting an Information System Sol.docx
Chapter 16 Identifying and Selecting an Information System Sol.docxChapter 16 Identifying and Selecting an Information System Sol.docx
Chapter 16 Identifying and Selecting an Information System Sol.docx
 
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...
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
How do HL7 standards help secure data exchange for Digital Healthcare.pptx
How do HL7 standards help secure data exchange for Digital Healthcare.pptxHow do HL7 standards help secure data exchange for Digital Healthcare.pptx
How do HL7 standards help secure data exchange for Digital Healthcare.pptx
 
Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)
 

Mehr von Abdul-Malik Shakir

Shakir consulting 20 yr Anniversary
Shakir consulting 20 yr AnniversaryShakir consulting 20 yr Anniversary
Shakir consulting 20 yr AnniversaryAbdul-Malik Shakir
 
Hl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinarHl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinarAbdul-Malik Shakir
 
Introduction to cda may 2019 webinar
Introduction to cda may 2019 webinarIntroduction to cda may 2019 webinar
Introduction to cda may 2019 webinarAbdul-Malik Shakir
 
Introduction to cda may 2019 montreal
Introduction to cda may 2019 montrealIntroduction to cda may 2019 montreal
Introduction to cda may 2019 montrealAbdul-Malik Shakir
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenAbdul-Malik Shakir
 
City of hope research informatics common data elements
City of hope research informatics common data elementsCity of hope research informatics common data elements
City of hope research informatics common data elementsAbdul-Malik Shakir
 
Hi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformanceHi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformanceAbdul-Malik Shakir
 
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
 
Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123Abdul-Malik Shakir
 
Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Abdul-Malik Shakir
 
Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008Abdul-Malik Shakir
 
Domain Analysis Modeling Jan 2009 Wgm
Domain Analysis Modeling Jan 2009 WgmDomain Analysis Modeling Jan 2009 Wgm
Domain Analysis Modeling Jan 2009 WgmAbdul-Malik Shakir
 

Mehr von Abdul-Malik Shakir (16)

Shakir consulting 20 yr Anniversary
Shakir consulting 20 yr AnniversaryShakir consulting 20 yr Anniversary
Shakir consulting 20 yr Anniversary
 
The hitchhiker's guide to hl7
The hitchhiker's guide to hl7The hitchhiker's guide to hl7
The hitchhiker's guide to hl7
 
Hl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinarHl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinar
 
Introduction to cda may 2019 webinar
Introduction to cda may 2019 webinarIntroduction to cda may 2019 webinar
Introduction to cda may 2019 webinar
 
Introduction to cda may 2019 montreal
Introduction to cda may 2019 montrealIntroduction to cda may 2019 montreal
Introduction to cda may 2019 montreal
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level seven
 
City of hope research informatics common data elements
City of hope research informatics common data elementsCity of hope research informatics common data elements
City of hope research informatics common data elements
 
Hi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformanceHi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformance
 
Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011Hl7 v2 messaging conformance jan 2011
Hl7 v2 messaging conformance jan 2011
 
Amia now! session one
Amia now! session oneAmia now! session one
Amia now! session one
 
Amia now! session one
Amia now! session oneAmia now! session one
Amia now! session one
 
Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123
 
TBI Data Integration
TBI Data IntegrationTBI Data Integration
TBI Data Integration
 
Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325
 
Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008
 
Domain Analysis Modeling Jan 2009 Wgm
Domain Analysis Modeling Jan 2009 WgmDomain Analysis Modeling Jan 2009 Wgm
Domain Analysis Modeling Jan 2009 Wgm
 

Kürzlich hochgeladen

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 

Kürzlich hochgeladen (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 

Hl7 reference information model

  • 1. Your Healthcare Standards Conformance Partner Health Level Seven Reference Information Model AbdulMalik Shakir President and Chief Informatics Scientist
  • 2. Health Information Integration Infrastructure Solutions Hi3 Solutions is a privately owned Health Information Technology vendor headquartered in Los Angeles, California. We provide health information technology products, education, and consulting services that enable our clients to engage effectively in health information exchange, health data integration, and health care quality measurement . Our mission is to accelerate the adoption and application of standards-based health information exchange as a mean’s of improving healthcare outcomes and facilitating compliance with evidence-based best practices in healthcare. Slide Number: 2 © 2014 All Rights Reserved
  • 3. Electronic Health Information Exchange Claims/Prescriptions Referral Process Eligibility Claim Status Referral Process Eligibility Claim/Status Payors Pharmacies Physicians Public Health Medical Records Medical Society Patient Data Family Planning Lab results Mental Health Hospitals County/Community Entities Enrollment Orders Insurance Updates Health Information Results Images Testing Organizations Lab/Images Slide Number: 3 Employers Government Medicare/Medicaid Patients/Consumers © 2014 All Rights Reserved
  • 4. Instructor • AbdulMalik Shakir, President and Chief Informatics Scientist for Hi3 Solutions. • I have been an active HL7 member since 1991 and I’ve made significant contributions to the development and adoption of the HL7 standard. • I am co-chair of the HL7 Modeling and Methodology work group, former member of the HL7 Board of Directors, and an active participant in many HL7 foundation and domain expert work groups. • I am the author of the original RIM and provided oversight for its maintenance from inception through its first publication as an ANSI and then ISO standard. Slide Number: 4 © 2014 All Rights Reserved
  • 5. Session Overview • In this tutorial participants will learn the history of the RIM, the method by which the RIM is maintained, and key characteristics of the RIM that make it the premier information model in healthcare. • Topics Covered: – Introduction to HL7: who, what, and why – Introduction to HL7 v3: what and why – History of the HL7 Reference Information Model – HL7 RIM Subjects, Core Classes, and Structural Attributes – State Machines of RIM Core Classes – HL7 v3 Datatypes – HL7 v3 Vocabulary • This tutorial will assist in preparation for the HL7 v3 Certification exam. Slide Number: 5 © 2014 All Rights Reserved
  • 6. Health Level Seven Who, What, and Why Slide Number: 6 © 2014 All Rights Reserved
  • 7. Health Level Seven: Who • Health Level Seven (HL7) is a Standards Developing Organization accredited by the American National Standards Institute (ANSI). • The mission of HL7 is to provide a comprehensive framework and related standards for the exchange, integration, storage, and retrieval of health information that support clinical practices and the management, delivery and evaluation of health services. Slide Number: 7 © 2014 All Rights Reserved
  • 8. What does the name “HL7” stand for? “Level Seven” refers to the highest level of the International Standards Organization’s communication model for Open Systems Interconnection - the application level. Function Communication 7 6 5 4 3 2 1 Application Presentation Session Transport Network Data Link Physical ISO-OSI Communication Architecture Model Slide Number: 8 © 2014 All Rights Reserved
  • 9. HL7 International Affiliates Austria Colombia Chile Croatia Argentina Australia Spain Sweden Switzerland South Korea New Zealand Netherlands Brazil Romania Taiwan Mexico Canada Turkey Singapore United Kingdom United States China Japan Uruguay Czech Republic Denmark Slide Number: 9 Italy Ireland Finland France Germany Greece India © 2014 All Rights Reserved
  • 10. HL7 Workgroups 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. Affiliates Council Anatomic Pathology Architectural Review Board Arden Syntax Attachments Child Health Clinical Context Object Workgroup Clinical Decision Support Clinical Genomics Clinical Interoperability Council Clinical Statement Common Message Element Types Community Based Collaborative Care Domain Experts Steering Division Dynamic Model Education Electronic Health Records Electronic Services Emergency Care Financial Management Foundation and Technology Steering Division Generation of Anesthesia Standards Governance and Operations Government Projects Health Care Devices Imaging Integration Implementable Technology Specifications Implementation / Conformance Slide Number: 10 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. Infrastructure and Messaging International Mentoring Committee Marketing Modeling and Methodology Orders and Observations Outreach Committee for Clinical Research Patient Administration Patient Care Patient Safety Pharmacy Process Improvement Project Services Public Health and Emergency Response Publishing Regulated Clinical Research Information Management RIMBAA Scheduling and Logistics Security Services Oriented Architecture Structure and Semantic Design Steering Division Structured Documents Technical and Support Services Steering Division Technical Steering Committee Templates Terminfo Project Tooling Vocabulary © 2014 All Rights Reserved
  • 11. Data Exchange Scenario: Why Order Entry Application System Program Module Dataset User Interface Slide Number: 11 Message Parsing A to B Transformation Laboratory Application System Message Creation B to A Transformation Message Parsing User Interface Order Entry Application System Laboratory Application System Message Creation Program Module Dataset © 2014 All Rights Reserved
  • 12. Reaching the Limits of Application Interfaces Decision Support Electronic Health Record Lab Radiology Pharmacy ? External Systems ? Order Entry ? ADT Administrative Systems Enterprise Systems Slide Number: 12 © 2014 All Rights Reserved
  • 13. Health Level Seven: Why • The number of interfaces between N systems is given by the formula I = (N2-N)/2. 2 3 • Linking 4 systems needs ?? Interfaces: (2 2) 1 (3 3) 3 (42 - 4) / 2 = 6 • Linking 6 systems needs as many as 15 interfaces, (62 – 6) / 2 = 15 • The benefits of using the HL7 standard increase rapidly with the number of systems involved. I = N Slide Number: 13 © 2014 All Rights Reserved
  • 14. Health Level Seven: Why Interfaces Required 120 100 Interfaces 80 60 40 20 0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 W/O HL7 1 3 6 10 15 21 28 36 45 55 66 78 91 105 With HL7 2 3 4 5 6 7 8 9 10 11 12 13 14 15 System s Tolerable Slide Number: 14 Painful Intolerable © 2014 All Rights Reserved
  • 15. Divide and Conquer / Component Reuse Patient Visit Patient (PV1) Demographics (PID) Next of Kin (NK1) NK1 PV1 PID IN1 OBX Guarantor Insurance (GT1) GT1 (IN1) OBR Patient Demographics (PID) Patient Visit (PV1) DATA Next of KIN (NK1) Slide Number: 15 © 2014 All Rights Reserved
  • 16. Health Level Seven Version 3.0 What and Why Slide Number: 16 © 2014 All Rights Reserved
  • 17. Standards in Ever-Increasing Circles International National Inter-Enterprise Enterprise Institution Source: Gartner Slide Number: 17 © 2014 All Rights Reserved
  • 18. HL7 Version 3.0: What and Why • Version 3.0 is a fundamental shift in the methodology HL7 uses to develop its standards specifications. • Version 3.0 is a model-driven methodology based upon the Object Management Group’s Unified Modeling Language (UML). • Version 3.0 uses datatype specifications, vocabulary specifications, and a Reference Information Model (RIM), to derive the information component of V3 message specifications. • Version 3.0 reduces optionality, maximizes reuse, and increases consistency in HL7 message specifications. • Version 3.0 improves the quality of HL7 message specifications and includes support for conformance validation. • Version 3.0 enables HL7 implementers to leverage emerging web services standards, conventions, and technologies. Slide Number: 18 © 2014 All Rights Reserved
  • 19. Health Level Seven Version 3 Reference Models The HL7 reference models are the foundational artifacts of HL7 version 3.0. Slide Number: 19 © 2014 All Rights Reserved
  • 20. HL7 v3.0 Foundational Artifacts Reference Information Model The HL7 Reference Information Model is the information model from which all other information models and message specifications are derived. Datatype Specification The HL7 Datatype Specification defines the structural format of the data carried in an attribute and influences the set of allowable values an attribute may assume. Vocabulary Specification The HL7 Vocabulary Specification defines the set of all concepts that can be taken as valid values in an instance of a coded attribute or data type property. Slide Number: 20 © 2014 All Rights Reserved
  • 21. HL7 Version 3.0 Reference Models Reference Information Model Data Type Specification Slide Number: 21 Vocabulary Specification © 2014 All Rights Reserved
  • 22. HL7 Version 3.0 Reference Information Model The HL7 Reference Information Model is the information model from which all other information models and message specifications are derived. Slide Number: 22 © 2014 All Rights Reserved
  • 23. HL7 Reference Information Model • The HL7 Reference Information Model (RIM) is a static model of health and health care information as viewed within the scope of HL7 standards development activities. • It is the combined consensus view of information from the perspective of the HL7 working group and the HL7 international affiliates. • The RIM is the ultimate source from which the information-related content of all HL7 version 3.0 protocol specification standards is drawn. • The RIM is modeled using the modeling syntax defined by the Object Management Group’s Unified Modeling Language (UML). • UML is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of a software-intensive system. Slide Number: 23 © 2014 All Rights Reserved
  • 24. Reference Information Model History • Development of the HL7 Reference Information Model began in April 1996. • The first draft of the RIM was created by consolidating data models developed by HL7 Technical Committees, contributed by HL7 Member Organizations, and published by national and international standards organizations and government bodies. • The first release of the RIM (v0.80) was adopted by the HL7 Technical Steering Committee at the January 1997 working group meeting. • The next two working group meetings focused on gaining familiarity with the draft RIM and implementing a process for obtaining and reconciling proposed enhancements to the model. • The RIM maintenance process became known as "RIM harmonization.” The first RIM harmonization meeting was held July 1997 in Indianapolis, Indiana. Slide Number: 24 © 2014 All Rights Reserved
  • 25. RIM Development Process E 0..* 1 G 1 B 0..* 0..1 F 0..* 0..* 1 C A 0..* 1 B X A X 0..* 1 B 1 0..* D A 0..* 0..* B 0..* 0..* 1 0..* 0..* 0..* C C Model I Slide Number: 25 D Model II Model III © 2014 All Rights Reserved
  • 26. Contributing Data Models • HL7 Technical Committees – – – – – • Standards Development Organizations – – • Eli Lilly and Company HBO and Company Health Data Sciences IBM Worldwide Kaiser Permanente Mayo Foundation Hewlett Packard National Health Programs – – Slide Number: 26 CEN TC251 DICOM HL7 Member Organizations – – – – – – – • Admission/Discharge/Transfer Finance Medical Records Orders/Results Patient Care United Kingdom Australia Abdul-Malik Shakir Manager, Information Administration Kaiser Foundation Health Plan, Inc. One Kaiser Plaza, Oakland, CA 94612 v: (510) 271-6856 f: (510) 271-6859 Email: 74353.1431@Compuserve.com © 2014 All Rights Reserved
  • 27. Slide Number: 27 © 2014 All Rights Reserved
  • 28. RIM Harmonization Process Change Proposal Preparation Review RIM Change Proposal w/ Stewards Prepare RIM Change Proposal Document Rationale for not supporting RIM change proposal Revise or Withdraw RIM Proposal Notify HL7 Members of RIM Change Proposal Posting Provide Comment on RIM Change Proposals Post RIM Change Proposals Submit RIM Change Proposal Post RIM Change Proposal Harmonization Meeting Discuss the RIM Change Proposal Revise, withdraw, or Table RIM Change Proposal Vote on RIM Change Proposal Apply Approved Changes to RIM Hold TSC and/or Board Appeals Apply Technical Corrections Finalize Revised RIM Post Harmonization Meeting Review Present RIM Harmonization Report to TSC Slide Number: 28 © 2014 All Rights Reserved
  • 29. Major Early Harmonization Themes • Ensure coverage of HL7 version 2.x. This set of change proposals introduced content to the draft model to ensure that it included all the information content of HL7 version 2.x. • Remove unsubstantiated content from the model. This set of change proposals focused on removing content from the draft model that the steward technical committee did not originate and could find no rationale for retaining. • Unified service action model. This set of change proposals introduced a concise, well-defined set of structures and vocabularies that address the information needs of a wide variety of clinical scenarios. This collection of proposals, known as USAM, involved the combined effort of multiple technical committees. • Ensure quality. This set of change proposals addressed inconsistencies in the draft model and conflicts between the model and the modeling style guide. It began the practice of recording and tracking open issues in the model. • Address the "left hand side" of the model. This set of change proposals introduced powerful structures and vocabularies for the non-clinical portions of the model (patient administration, finance, scheduling). Like the unified service action model, this proposal involved the combined effort of multiple technical committees. Slide Number: 29 © 2014 All Rights Reserved
  • 30. USAM Slide Number: 30 © 2014 All Rights Reserved
  • 31. The RIM Prior to USAM Slide Number: 31 © 2014 All Rights Reserved
  • 32. The Unified Service Action Model Slide Number: 32 © 2014 All Rights Reserved
  • 33. The RIM After USAM Version 1.25 06/30/2003 LanguageCommunication languageCode : CE modeCode : CE proficiencyLevelCode : CE preferenceInd : BL 0..n 1 1..n Entity classCode : CS determinerCode : CS id : SET<II> code : CE quantity : SET<PQ> name : BAG<EN> desc : ED statusCode : SET<CS> existenceTime : IVL<TS> telecom : BAG<TEL> riskCode : CE handlingCode : CE player playedRole 0..1 scoper 0..n scopedRole 0..1 0..n Role classCode : CS id : SET<II> code : CE negationInd : BL addr : BAG<AD> telecom : BAG<TEL> statusCode : SET<CS> effectiveTime : IVL<TS> certificateText : ED quantity : RTO positionNumber : LIST<INT> RoleLink typeCode : CS effectiveTime : IVL<TS> 0..n 1 1 target source inboundLink outboundLink 0..n 1 Participation typeCode : CS functionCode : CD contextControlCode : CS sequenceNumber : INT negationInd : BL noteText : ED time : IVL<TS> modeCode : CE awarenessCode : CE signatureCode : CE signatureText : ED performInd : BL substitutionConditionCode : CE 0..n Participation 1 ManagedParticipation id : SET<II> statusCode : SET<CS> LivingSubject administrativeGenderCode : CE birthTime : TS deceasedInd : BL deceasedTime : TS multipleBirthInd : BL multipleBirthOrderNumber : INT organDonorInd : BL Entity Organization addr : BAG<AD> standardIndustryClassCode : CE Place mobileInd : BL addr : AD directionsText : ED positionText : ED gpsText : ST Person addr : BAG<AD> maritalStatusCode : CE educationLevelCode : CE raceCode : SET<CE> disabilityCode : SET<CE> livingArrangementCode : CE religiousAffiliationCode : CE ethnicGroupCode : SET<CE> NonPersonLivingSubject strainText : ED genderStatusCode : CE ManufacturedMaterial lotNumberText : ST expirationTime : IVL<TS> stabilityTime : IVL<TS> Device manufacturerModelName : SC softwareName : SC localRemoteControlStateCode : CE alertLevelCode : CE lastCalibrationTime : TS Role Employee jobCode : CE jobTitleName : SC jobClassCode : CE salaryTypeCode : CE salaryQuantity : MO hazardExposureText : ED protectiveEquipmentText : ED Material formCode : CE Act classCode : CS moodCode : CS id : SET<II> code : CD negationInd : BL derivationExpr : ST text : ED statusCode : SET<CS> effectiveTime : GTS activityTime : GTS availabilityTime : TS priorityCode : SET<CE> confidentialityCode : SET<CE> repeatNumber : IVL<INT> interruptibleInd : BL levelCode : CE independentInd : BL uncertaintyCode : CE reasonCode : SET<CE> languageCode : CE target source 1 1 ActRelationship typeCode : CS inversionInd : BL contextControlCode : CS contextConductionInd : BL sequenceNumber : INT priorityNumber : INT outboundRelationship pauseQuantity : PQ inboundRelationship checkpointCode : CS 0..n splitCode : CS joinCode : CS negationInd : BL conjunctionCode : CS localVariableName : ST seperatableInd : BL Patient confidentialityCode : CE veryImportantPersonCode : CE LicensedEntity recertificationTime : TS Container capacityQuantity : PQ heightQuantity : PQ diameterQuantity : PQ capTypeCode : CE separatorTypeCode : CE barrierDeltaQuantity : PQ bottomDeltaQuantity : PQ Procedure methodCode : SET<CE> approachSiteCode : SET<CD> targetSiteCode : SET<CD> Supply quantity : PQ expectedUseTime : IVL<TS> PatientEncounter preAdmitTestInd : BL admissionReferralSourceCode : CE lengthOfStayQuantity : PQ dischargeDispositionCode : CE specialCourtesiesCode : SET<CE> specialAccommodationCode : SET<CE> acuityLevelCode : CE Access approachSiteCode : CD targetSiteCode : CD gaugeQuantity : PQ Observation value : ANY interpretationCode : SET<CE> methodCode : SET<CE> targetSiteCode : SET<CD> Acts WorkingList ownershipLevelCode : CE Diet energyQuantity : PQ carbohydrateQuantity : PQ ControlAct 0..1 PublicHealthCase detectionMethodCode : CE transmissionModeCode : CE diseaseImportedCode : CE 1 SubstanceAdministration routeCode : CE approachSiteCode : SET<CD> doseQuantity : IVL<PQ> rateQuantity : IVL<PQ> doseCheckQuantity : SET<RTO> maxDoseQuantity : SET<RTO> Account name : ST balanceAmt : MO currencyCode : CE interestRateQuantity : RTO<MO,PQ> allowedBalanceQuantity : IVL<MO> InvoiceElement modifierCode : SET<CE> unitQuantity : RTO<PQ,PQ> unitPriceAmt : RTO<MO,PQ> netAmt : MO factorNumber : REAL pointsNumber : REAL FinancialContract paymentTermsCode : CE FinancialTransaction amt : MO creditExchangeRateQuantity : REAL debitExchangeRateQuantity : REAL DeviceTask parameterValue : LIST<ANY> DiagnosticImage subjectOrientationCode : CE Message Control 0..* CommunicationFunction typeCode : CS telecom : TEL Infrastructure (Structured documents) 1..* 0..* 0..n 1 Transmission id : II creationTime : TS securityText : ST 0..n AttentionLine keyWordText : SC value : ST QueryEvent queryId : II statusCode : CS 0..1 HEALTH LEVEL 7 REFERENCE INFORMATION MODEL VERSION 1.25 (RIM_0125) Reflects changes to RIM in RIM Harmonization Through 06/30/2003. Batch referenceControlId : II name : SC batchComment : SET<ST> transmissionQuantity : INT batchTotalNumber : SET<INT> Message versionCode : CS interactionId : II profileId : SET<II> processingCode : CS processingModeCode : CS acceptAckCode : CS attachmentText : SET<ED> responseCode : CS sequenceNumber : INT 1 conveyingMessage Enitites Infrastructure (Structured documents) Other Infrastructure (Communications) Billboard produced by: Rochester Outdoor Advertising 0..1 RoleHeir SortControl sequenceNumber : INT elementName : SC directionCode : CS 0..n 1 acknowledges 0..n QuerySpec modifyCode : CS responseElementGroupId : SET<II> responseModalityCode : CS responsePriorityCode : CS initialQuantity : INT initialQuantityCode : CE executionAndDeliveryTime : TS QueryAck queryResponseCode : CS resultTotalQuantity : INT resultCurrentQuantity : INT resultRemainingQuantity : INT Document setId : II versionNumber : INT completionCode : CE storageCode : CE copyTime : TS Infrastructure ActHeir TableStructure char : ST charoff : ST halign : CS valign : CS QueryContinuation startResultNumber : INT continuationQuantity : INT acknowledgedBy Acknowledgement typeCode : CS messageWaitingNumber : INT messageWaitingPriorityCode : CE expectedSequenceNumber : INT 0..n 1 Parameter id : II 1 0..n QueryByParameter SelectionExpression QueryBySelection 0..1 0..n userAsLeft 0..1 leftSide 0..1 ParameterList ParameterItem value : ANY semanticsText : ST RelationalExpression elementName : SC relationalOperatorCode : CS value : ST LinkHtml href : ED name : ST rel : SET<CE> rev : SET<CE> title : ST 0..n userAsRight 0..n Table summary : ST width : ST rules : CS cellspacing : ST cellpadding : ST border : INT frame : CS LocalAttr name : ST value : ST 0..n AcknowledgementDetail typeCode : CS code : CE text : ED location : SET<ST> Slide Number: 33 EntityHeir 0..n payload Acts conveyedAcknowledgem ent Roles 1 ContextStructure localId : ST InfrastructureRoot templateId : SET<OID> realmCode : SET<CS> typeID : SET<OID> nullFlavor : CS 0..1 rightSide 0..1 TableCell scope : CS abbr : ST axis : ST colspan : INT headers : SET<ED> rowspan : INT TableColumnStructure span : INT width : ST LocalMarkup descriptor : ST render : ST ignoreCode : CS LogicalExpression relationalConjunctionCode : CS © 2014 All Rights Reserved
  • 34. Normative R6 RIM Class Diagram Version 2.44 11/22/2013 Slide Number: 34 © 2014 All Rights Reserved
  • 35. Entity and Act • Entity a physical thing or an organization/group of physical things capable of participating in Acts. This includes living subjects, organizations, material, and places. Entity Act • Act a discernible action of interest in the healthcare domain. An instance of Act is a record of that action. Acts definitions (master files), orders, plans, and performance records (events) are all represented by an instance of Act.
  • 36. RIM Core Classes • • Entity - a physical thing or an organization/group of physical things capable of participating in Acts. This includes living subjects, organizations, material, and places. Act – a discernible action of interest in the healthcare domain. An instance of Act is a record of that action. Acts definitions (master files), orders, plans, and performance records (events) are all represented by an instance of Act. Entity classCode : CS determinerCode: CS code: CE statusCode : CS id : II Slide Number: 36 Act 0..* 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 37. RIM Core Classes Entity classCode : CS determinerCode: CS code: CE statusCode : CS id : II Slide Number: 37 Role 1 plays 0..* classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II Act 0..* 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 38. RIM Core Classes • Role – a classification/specialization of an Entity defined by the relationship of the playing Entity to a scoping Entity. An example of Role is “Employee”. An employee is a classification attributed to a person which has an employment relationship with an organization (Employer). Entity Role 0..1 classCode : CS determinerCode: CS code: CE statusCode : CS id : II plays 0..* 0..1 scopes 0..* Slide Number: 38 Act classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 0..* 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 39. RIM Core Classes • Participation – an association between a Role and an Act representing the function assumed by the Role within the context of the Act. A single Role may participate in multiple Acts and a single Act may have multiple participating Roles. A single Participation is always an association between a particular Role and a particular Act. Entity Role 0..1 classCode : CS determinerCode: CS code: CE statusCode : CS id : II scopes 0..* Slide Number: 39 Act plays 0..* 0..1 Participation classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 1 1 0..* typeCode : CS time : IVL<TS> statusCode : CS 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 40. RIM Core Classes Act Relationship • Act relationship – an association between two Acts. This includes Act to Act associations such as collector/component, predecessor/successor, and cause/outcome. The semantics of the association is captured by the Act Relationship attributes. typeCode : CS 0..* 1 Entity Role 0..1 classCode : CS determinerCode: CS code: CE statusCode : CS id : II scopes 0..* Slide Number: 40 classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 1 1 0..* typeCode : CS time : IVL<TS> statusCode : CS 1 Act plays 0..* 0..1 Participation 0..* 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 41. • Role Link – An association between two Roles. It is used to capture relationships that exists between Entities other than the scoping relationships. A single Role may Role Link have a Role Link with multiple other Roles. A single Role typeCode : CS effectiveTime : IVL<TS> Link is always between two distinct instances of Role. 0..* 1 Entity typeCode : CS 0..* 0..* 1 1 0..* 0..1 Participation scopes classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 1 1 0..* typeCode : CS time : IVL<TS> statusCode : CS 0..* 1 Act plays 0..* Slide Number: 41 Act Relationship Role 0..1 classCode : CS determinerCode: CS code: CE statusCode : CS id : II RIM Core Classes 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 42. Definition of RIM Core Classes • Act – a discernible action of interest in the healthcare domain. An instance of Act is a record of that action. Acts definitions (master files), orders, plans, and performance records (events) are all represented by an instance of Act. • Act relationship – an association between two Acts. This includes Act to Act associations such as collector/component, predecessor/successor, and cause/outcome. The semantics of the association is captured by the Act Relationship attributes. • Entity - a physical thing or an organization/group of physical things capable of participating in Acts. This includes living subjects, organizations, material, and places. • Participation – an association between a Role and an Act representing the function assumed by the Role within the context of the Act. A single Role may participate in multiple Acts and a single Act may have multiple participating Roles. A single Participation is always an association between a particular Role and a particular Act. • Role – a classification/specialization of an Entity defined by the relationship of the playing Entity to a scoping Entity. An example of Role is “Employee”. An employee is a classification attributed to a person which has an employment relationship with an organization (Employer). • Role Link – An association between two Roles. It is used to capture relationships that exists between Entities other than the scoping relationships. A single Role may have a Role Link with multiple other Roles. A single Role Link is always between two distinct instances of Role. Slide Number: 42 © 2014 All Rights Reserved
  • 43. RIM Backbone Classes Role Link Act Relationship typeCode : CS effectiveTime : IVL<TS> typeCode : CS 0..* 1 Entity 0..* 0..1 Participation scopes classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 1 1 0..* typeCode : CS time : IVL<TS> statusCode : CS 0..* 1 Act plays 0..* Slide Number: 43 1 1 Role 0..1 classCode : CS determinerCode: CS code: CE statusCode : CS id : II 0..* 0..* 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 44. RIM Backbone Classes Entity classCode : CS determinerCode: CS code: CE statusCode : CS id : II Role Act 0..1 plays 0..* 0..1 scopes 0..* Slide Number: 44 Participation classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 1 1 0..* typeCode : CS time : IVL<TS> statusCode : CS 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II © 2014 All Rights Reserved
  • 45. RIM Backbone Classes Entity classCode : CS determinerCode: CS code: CE statusCode : CS id : II Role 1 Act plays 0..* 1 Participation scopes classCode : CS code: CE effectiveTime : IVL<TS> statusCode : CS id : II 1 1 0..* typeCode : CS time : IVL<TS> statusCode : CS 0..* 0..* classCode : CS moodCode: CS code: CD statusCode : CS effectiveTime : GTS id : II Observation Supply Patient Encounter Procedure Living Subject Licensed Entity Place Patient Organization Access Material Employee Device Task Managed Participation Substance Administration Financial Transaction Invoice Element Financial Contract Account Working List Control Act Slide Number: 45 © 2014 All Rights Reserved
  • 46. HL7 RIM Class Diagram Entity Role Participation Act 0..1 plays 0..* 1 classCode : CC classCode : CS determinerCode : CS effectiveTime : IVL<TS> statusCode : CS code: CE 0..1 code: CE scopes 0..* Slide Number: 46 typeCode : CS 0..* time : IVL<TS> statusCode : CS 1 classCode : CC moodCode : CS 0..* statusCode : CS code: CD effectiveTime : GTS © 2014 All Rights Reserved
  • 47. RIM Core Attribute Value Sets Entity Class Code • Living Subject • Person • Organization • Material • Place • ... Entity Participation Type Code Role 0..1 classCode : CC determinerCode : CS statusCode : CS code: CE • Performer • Author • Witness • Subject • Destination • ... Participation Act Class Code Act plays 0..* 0..1 • Observation • Procedure • Supply • Substance Admin • Financial • ... 1 classCode : CS effectiveTime : IVL<TS> code: CE 1 0..* typeCode : CS time : IVL<TS> statusCode : CS scopes 0..* classCode : CC moodCode : CS statusCode : CS code: CD effectiveTime : GTS 0..* Entity Determiner Code Slide Number: 47 • Kind • Instance • Quantified Group Role Class Code • Patient • Provider • Employee • Specimen • Certified Practitioner • ... • Definition • Intent • Order • Event • Criterion • ... Act Mood Code © 2014 All Rights Reserved
  • 48. Coded Structural Attributes • RIM coded attributes with a data type of Coded Simple (CS) are referred to as “structural” • A CS data type is assigned to an attribute when the only allowable code values for the attribute are determined by HL7 • There are 18 such attributes in the RIM. Each of them is bound to a vocabulary value set defined by HL7. • These attributes are referred to as “structural” because their presence in the model eliminates the need to include other structural model components such as classes, generalizations, and associations. • Vocabulary value sets bound to coded structural attributes are normative. Slide Number: 48 © 2014 All Rights Reserved
  • 49. Coded “Structural” Attributes • Act.classCode • Entity.classCode • Act.moodCode • Entity.determinerCode • Act.statusCode • Entity.statusCode • ActRelationship.checkpointCode • ManagedParticipation.statusCode • ActRelationship.conjunctionCode • Participation.contextControlCode • ActRelationship.joinCode • Participation.typeCode • ActRelationship.splitCode • Role.classCode • ActRelationship.Type • Role.statusCode • ActRelationship.contextControlCode • RoleLink.typeCode Slide Number: 49 © 2014 All Rights Reserved
  • 50. Act.classCode Name Value Domain Coding Strength Datatype Usage Cardinality 3.1.1.1 Act.classCode :: CS (1..1) Mandatory Vocabulary domain: ActClass (CNE) Attribute description: A code specifying the major type of Act that this Act-instance represents. Constraints: The classCode domain is a tightly controlled vocabulary, not an external or user-defined vocabulary. Every Act-instance must have a classCode. If the act class is not further specified, the most general Act.classCode (ACT) is used. The Act.classCode must be a generalization of the specific Act concept (e.g., as expressed in Act.code), in other words, the Act concepts conveyed in an Act must be specializations of the Act.classCode. Especially, the classCode is not a "modifier" or the Act.code that can alter the meaning of a class code. (See Act.code for contrast.) Slide Number: 50 © 2014 All Rights Reserved
  • 51. Act.moodCode 3.1.1.2 Act.moodCode :: CS (1..1) Mandatory Vocabulary domain: ActMood (CNE) Attribute description: A code distinguishing whether an Act is conceived of as a factual statement or in some other manner as a command, possibility, goal, etc. Constraints: An Act-instance must have one and only one moodCode value. The moodCode of a single Act-instance never changes. Mood is not state. To describe the progression of a business activity from defined to planned to executed, etc. one must instantiate different Actinstances in the different moods and link them using ActRelationship of general type "sequel". (See ActRelationship.typeCode.) Discussion: The Act.moodCode includes the following notions: (1) event, i.e., factual description of an actions that occurred; (2) definition of possible actions and action plans (the master file layer); (3) intent, i.e., an action plan instantiated for a patient as a care plan or order; (4) goal, i.e., an desired outcome attached to patient problems and plans; and (5) criterion, i.e., a predicate used to evaluate a logical expression Slide Number: 51 © 2014 All Rights Reserved
  • 52. Act.code 3.1.1.4 Act.code :: CD (0..1) Vocabulary domain: ActCode (CWE) Attribute description: A code specifying the particular kind of Act that the Act-instance represents within its class. Constraints: The kind of Act (e.g. physical examination, serum potassium, inpatient encounter, charge financial transaction, etc.) is specified with a code from one of several, typically external, coding systems. The coding system will depend on the class of Act, such as LOINC for observations, etc. Conceptually, the Act.code must be a specialization of the Act.classCode. This is why the structure of ActClass domain should be reflected in the superstructure of the ActCode domain and then individual codes or externally referenced vocabularies subordinated under these domains that reflect the ActClass structure. Slide Number: 52 © 2014 All Rights Reserved
  • 53. ActRelationship.typeCode 3.1.2.1 ActRelationship.typeCode :: CS (1..1) Mandatory Vocabulary domain: ActRelationshipType (CNE) Attribute description: A code specifying the meaning and purpose of every ActRelationship instance. Each of its values implies specific constraints to what kinds of Act objects can be related and in which way. Discussion: The types of act relationships fall under one of 5 categories: 1.) (De)-composition, with composite (source) and component (target). 2.) Sequel which includes followup, fulfillment, instantiation, replacement, transformation, etc. that all have in common that source and target are Acts of essentially the same kind but with variances in mood and other attributes, and where the target exists before the source and the source refers to the target that it links back to. 3.) Pre-condition, trigger, reason, contraindication, with the conditioned Act at the source and the condition or reason at the target. 4.) Post-condition, outcome, goal and risk, with the Act at the source having the outcome or goal at the target. 5.) A host of functional relationships including support, cause, derivation, etc. generalized under the notion of "pertinence". Slide Number: 53 © 2014 All Rights Reserved
  • 54. Participation.typeCode 3.1.3.1 Participation.typeCode :: CS (1..1) Mandatory Vocabulary domain: ParticipationType (CNE) Attribute description: A code specifying the kind of Participation or involvement the Entity playing the Role associated with the Participation has with regard to the associated Act. Constraints: The Participant.typeCode contains only categories that have crisp semantic relevance in the scope of HL7. It is a coded attribute without exceptions and no alternative coding systems allowed. Slide Number: 54 © 2014 All Rights Reserved
  • 55. Entity.classCode 3.2.1.1 Entity.classCode :: CS (1..1) Mandatory Vocabulary domain: EntityClass (CNE) Attribute description: An HL7 defined value representing the class or category that the Entity instance represents. Examples: Person, Animal, Chemical Substance, Group, Organization Rationale: Due to the extremely large number of potential values for a code set representing all physical things in the universe, the class code indicates both the subtype branch of the Entity hierarchy used as well as a high level classifier to represent the instance of Entity. This can be used to constrain the eligible value domains for the Entity.code attribute. Slide Number: 55 © 2014 All Rights Reserved
  • 56. Entity.determinerCode 3.2.1.2 Entity.determinerCode :: CS (1..1) Mandatory Vocabulary domain: EntityDeterminer (CNE) Attribute description: An HL7 defined value representing whether the Entity represents a kind-of or a specific instance. Examples: 1 human being (an instance), 3 syringes (quantified kind) or the population of Indianapolis (kind of group) Rationale: An Entity may at times represent information concerning a specific instance (the most common), a quantifiable group with common characteristics or a general type of Entity. This code distinguishes these different representations. Slide Number: 56 © 2014 All Rights Reserved
  • 57. Entity.code 3.2.1.4 Entity.code :: CE (0..1) Vocabulary domain: EntityCode (CWE) Attribute description: A value representing the specific kind of Entity the instance represents. Examples: A medical building, a Doberman Pinscher, a blood collection tube, a tissue biopsy. Rationale: For each Entity, the value for this attribute is drawn from one of several coding systems depending on the Entity.classCode, such as living subjects (animal and plant taxonomies), chemical substance (e.g., IUPAC code), organizations, insurance company, government agency, hospital, park, lake, syringe, etc. It is possible that Entity.code may be so fine grained that it represents a single instance. An example is the CDC vaccine manufacturer code, modeled as a concept vocabulary, when in fact each concept refers to a single instance. Slide Number: 57 © 2014 All Rights Reserved
  • 58. Role.classCode 3.3.1.1 Role.classCode :: CS (1..1) Mandatory Vocabulary domain: RoleClass (CNE) Attribute description: A code specifying the major category of a Role as defined by HL7 vocabulary. Slide Number: 58 © 2014 All Rights Reserved
  • 59. Role.code 3.3.1.3 Role.code :: CE (0..1) Vocabulary domain: RoleCode (CWE) Attribute description: A code further specifying the kind of Role. Discussion: The Role.code must conceptually be a proper specialization of Role.classCode. Role.code does not modify Role.classCode. Rather, each is a complete concept or a Role-like relationship between two Entities, but Role.code may be more specific than Role.classCode. The Role.code may not be coded if only an un-coded name for the type of role is commonly used. Slide Number: 59 © 2014 All Rights Reserved
  • 60. RoleLink.typeCode 3.3.2.1 RoleLink.typeCode :: CS (1..1) Mandatory Vocabulary domain: RoleLinkType (CNE) Attribute description: A code specifying the kind of RoleLink, e.g., has-part, has-authority. Slide Number: 60 connection represented by this © 2014 All Rights Reserved
  • 62. RoseTree Slide Number: 62 © 2014 All Rights Reserved
  • 63. Model Browsing Tree - Attributes Packages (AKA Subject Areas) Classes Attributes Datatype Datatype Components (AKA Properties) Descriptive Text Slide Number: 63 © 2014 All Rights Reserved
  • 64. Model Browsing Tree - Relationships Source Class (AKA Focal Class) Relationships Distal Class Descriptive Text Slide Number: 64 © 2014 All Rights Reserved
  • 65. Model Browsing Tree - States States Transitions Descriptive Text Slide Number: 65 © 2014 All Rights Reserved
  • 66. State Machine • The HL7 Reference Information Model includes state machines for the Entity, Role, ManagedParticipation, and Act classes. • A state machine specifies the allowable states and valid state transitions for a given class. • When a class transitions from one state to another sometimes triggers an interactions. Slide Number: 66 © 2014 All Rights Reserved
  • 68. Role State Machine Slide Number: 68 © 2014 All Rights Reserved
  • 69. Managed Participation State Machine normal cancelled cancel revise pending create revise activate create revise complete active completed reactivate create null nullify nullified Slide Number: 69 © 2014 All Rights Reserved
  • 70. Act State Machine Slide Number: 70 © 2014 All Rights Reserved
  • 71. HL7 RIM Class Diagram Slide Number: 71 © 2014 All Rights Reserved
  • 72. RIM From Draft to Normative • Apr 96– Dec 96: Initial development • Jan 97 – Jan 00: Pre-USAM Harmonization • Jan 00 – Jul 03: Post-USAM and Pre-Normative • Normative Releases: – V1.25 Release 1.0: Jul 2003 – V2.29 Release 2.0: Oct 2009 – V2.33 Release 3.0: Nov 2010 Slide Number: 72 – V2.36 Release 4.0: Jul 2011 – V2.40 Release 5.0: Jul 2012 – V2.46 Release 6.0: Dec 2013 © 2014 All Rights Reserved
  • 73. RIM is First ISO/HL7 Standard • On August 3, 2006 the HL7 Reference Information Model was published as an ISO standard (21731:2006). • The RIM was accepted and approved through the ISO Technical Committee 215 – Health Informatics. • The RIM is the first publication of an ISO/HL7 standard. • Other ISO/HL7 collaborations include: – – – – – – Slide Number: 73 HL7 V2.5 Messaging Standard Clinical Data Architecture – Common Terminology Server Structured Product Labeling Annotated Electrocardiogram Individual Case Safety Report © 2014 All Rights Reserved
  • 74. HL7 Version 3.0 Data Type Specification The HL7 v3 Abstract Datatype Specification defines the structural format of the data carried in an attribute and influences the set of allowable values an attribute may assume. Slide Number: 74 © 2014 All Rights Reserved
  • 75. HL7 Version 3.0 Data Types • HL7 data types define the structure and constrain the allowable values of attributes in the RIM. • The HL7 v3 abstract data type specification declares the set of data types, identifies components of complex types, and defines relationships between data types. • The HL7 data type implementation technology specification defines constraints and operations for data types and describes how data types are to be represented in XML. • Data types are reusable atomic building blocks used to create all HL7 V3 information structures. • Each RIM attribute is assigned one data type; each data type is assigned to zero, one, or more RIM attribute. Slide Number: 75 © 2014 All Rights Reserved
  • 76. HL7 Version 3.0 Data Types (R1) • • • • • • • • • • • • • • • Slide Number: 76 AD: Postal Address ANY: DataValue BAG: Bag BL: Boolean CD: Concept Descriptor CE: Coded With Equivalents CS: Coded Simple Value ED: Encapsulated Data EN: Entity Name GTS: General Timing Specification HIST: History II: Instance Identifier INT: Integer Number IVL: Interval LIST: Sequence • • • • • • • • • • • • • • MO: Monetary Amount ON: Organization Name PN: Person Name PPD: Parametric Probability Distribution PQ: Physical Quantity REAL: Real Number RTO: Ratio SC: Character String with Code SET: Set ST: Character String TEL: Telecommunication Address TN: Trivial Name TS: Point in Time UVP: Uncertain Value - Probabilistic © 2014 All Rights Reserved
  • 77. Datatype Class Diagram <<extends>> T DataValue : ANY Sequence : LIST <<extends>> Quantity : QTY <<extends>> <<restricts>> List_of_Boolean : LIST<BL> <<extends>> <<extends>> <<extends>> IntegerNumber<<extends>> : INT ISO_object_identifier : OID <<extends>> <<extends>> RealNumber : REAL <<extends>> <<extends>> Bag : BAG Set : SET <<extends>> <<extends>> ConceptDescriptor : CD T T <<extends>> <<extends>> <<extends>> <<extends>> <<extends>> <<extends>> Boolean : BL BinaryData : BIN ConceptRole : CR T T<<extends>> InstanceIdentifier : II PeriodicIntervalOfTime : PIVL Interval : IVL Ratio : RTO <<restricts>> <<extends>> PhysicalQuantity : PQ UniversalResourceLocator : URL EncapsulatedData : ED <<restricts>> MonetaryAmount : MO PointInTime : TS <<restricts>> CodedValue : CV T EventRelatedPeriodicIntervalOfTime : EIVL <<extends>> <<restricts>> T:T TelecommunicationAddress : TEL Set_of_TS : SET<TS> CharacterString : ST CodedWithEquivalents : CE <<extends>> <<extends>> <<extends>> GeneralTimingSpecification : GTS <<extends>> <<extends>> <<extends>> T T CodedSimpleValue : CS UncertainValueProbabilistic : UVP Annotated : ANT T AddressPart : ADXP Set_UVP : SET<UVP<T>> <<extends>> History_item : HXIT EntityNamePart : ENXP <<extends>> <<extends>> T Set_of_HXIT : SET<HXIT<T>> List_ADXP : LIST<ADXP> List_ENXP : LIST<ENXP> NonParametricProbabilityDistribution : NPPD OrganizationName : ON <<extends>> T <<extends>> PostalAndResidentialAddress : AD Slide Number: 77 PersonNameType : PN History : HIST T UncertainValueNarrative : UVN T ParametricProbabilityDistribution : PPD © 2014 All Rights Reserved
  • 78. HL7 Data Type Packages AnyDataType + DataValue : ANY ConceptDescriptorDataTypes + CodedSimpleValue : CS + CodedValue : CV + CodedWithEquivalents : CE + ConceptDescriptor : CD + ConceptRole : CR AddressDataTypes + AddressPart : ADXP + PostalAndResidentialAddress : AD + TelecommunicationAddress : TEL + UniversalResourceLocator : URL IdentifierDataTypes + ISOObjectIdentifier : OID + InstanceIdentifier : II ParameterizedDataTypes + Bag : BAG + Interval : IVL + Sequence : LIST + Set : SET QuantityDataTypes + BinaryData : BIN + Boolean : BL + IntegerNumber : INT + MonetaryAmount : MO + PhysicalQuantity : PQ + Quantity : QTY + Ratio : RTO + RealNumber : REAL EntityNameDataTypes + EntityName : EN + EntityNamePart : ENXP + OrganizationName : ON + PersonNameType : PN + TrivialName : TN TimingExpressionDatatypes + GeneralTimingSpecification : GTS + GeneralTimingSpecificationTerm + PointInTime : TS CharacterStringDatatypes + CharacterString : ST + EncapsulatedData : ED + StringWithCode : SC Slide Number: 78 © 2014 All Rights Reserved
  • 79. Basic Datatype Descriptions Name Symbol Description Boolean BL The Boolean type stands for the values of two-valued logic. A Boolean value can be either true or false. Encapsulated Data ED Data that is primarily intended for human interpretation or for further machine processing outside the scope of this specification. This includes unformatted or formatted written language, multimedia data, or structured information in as defined by a different standard (e.g., XML-signatures.) Instead of the data itself, an ED may contain only a reference (see TEL.) Note that the ST data type is a specialization of the ED data type when the ED media type is text/plain. Character String ST Text data, primarily intended for machine processing (e.g., sorting, querying, indexing, etc.) Used for names, symbols, and formal expressions.) Note that the ST data type is a specialization of the ED data type when the ED media type is text/plain. Coded Simple Value CS Coded data, consists of a code and display name. The code system and code system version is fixed by the context in which the CS value occurs. CS is used for coded attributes that have a single HL7-defined value set. Coded Value CV Coded data, consists of a code, display name, code system, and original text. Used when a single code value must be sent. Coded With Equivalents CE Coded data, consists of a coded value (CV) and, optionally, coded value(s) from other coding systems that identify the same concept. Used when alternative codes may exist. Concept Descriptor CD Coded data, is like a CE with the extension of modifiers. Modifiers for codes have an optional role name and a value. Modifiers allow one to express, e.g., "FOOT, LEFT" as a postcoordinated term built from the primary code "FOOT" and the modifier "LEFT". Slide Number: 79 © 2014 All Rights Reserved
  • 80. Basic Datatype Descriptions Name Symbol Description Instance Identifier II An identifier to uniquely identify an individual instance. Examples are medical record number, order number, service catalog item number, etc. Based on the ISO Object Identifier (OID) Telecommunication Address TEL A telephone number or e-mail address specified as a URL. In addition, this type contains a time specification when that address is to be used, plus a code describing the kind of situations and requirements that would suggest that address to be used (e.g., work, home, pager, answering machine, etc.) Postal Address AD For example, a mailing address. Typically includes street or post office Box, city, postal code, country, etc. Entity Name EN A name of a person, organization, place, or thing. Can be a simple character string or may consist of several name parts that can be classified as given name, family name, nickname, suffix, etc. Person Name PN A name of a person. Person names usually consist of several name parts that can be classified as given, family, nickname etc. PN is a restriction of EN. Organization Name ON A name of an organization. ON name parts are typically not distinguished, but may distinguish the suffix for the legal standing of an organization (e.g. "Inc.", "Co.", "B.V.", "GmbH", etc.) from the name itself. ON is a restriction of EN. Trivial Name TN A restriction of EN that is equivalent with a plain character string (ST). Typically used for the names of things, where name parts are not distinguished. Integer Number INT Positive and negative whole numbers typically the results of counting and enumerating. The standard imposes no bounds on the size of integer numbers. Slide Number: 80 © 2014 All Rights Reserved
  • 81. Basic Datatype Descriptions Name Symbol Description Decimal number REAL Fractional numbers. Typically used whenever quantities are measured, estimated, or computed from other real numbers. The typical representation is decimal, where the number of significant decimal digits is known as the precision. Physical Quantity PQ A dimensioned quantity expressing the result of measurement. It consists of a real number value and a physical unit. Physical quantities are often constrained to a certain dimension by specifying a unit representing the dimension (e.g. m, kg, s, kcal/d, etc.) However, physical quantities should not be constrained to any particular unit (e.g., should not be constrained to centimeter instead of meter or inch.) Monetary Amount MO The amount of money in some currency. Consists of a value and a currency denomination (e.g., U.S.$, Pound sterling, Euro, Indian Rupee.) Ratio RTO A quantity explicitly including both a numerator and a denominator (e.g. 1:128.) Only in the rare cases when the numerator and denominator must stand separate should the Ratio data type should be used. Normally, the REAL, PQ, or MO data types are more appropriate. Point in Time TS A time stamp. General Timing Specification GTS One or more time intervals used to specify the timing of events. Every event spans one time interval (occurrence interval). A repeating event is timed through a sequence of such occurrence intervals. Such timings are often specified not directly as a sequence of intervals but as a rule, e.g., "every other day (Mon - Fri) between 08:00 and 17:00 for 10 minutes." Slide Number: 81 © 2014 All Rights Reserved
  • 82. ED: Encapsulated Data Name Type Status Definition BIN BIN mandatory The binary data. type CS mandatory Identifies the encoding of the data and a method to interpret the data. charset CS optional Where applicable, specifies the character set and character encoding used. The charset may be implied or fixed by the ITS. language CS optional Where applicable, specifies the language of text data. compression CS optional Indicates whether the raw byte data is compressed, and what compression algorithm was used. reference TEL optional A telecommunication address that resolves to the binary data. integrityCheck BIN optional A short binary value representing a cryptographically strong checksum over the binary data. integrityCheckAlgorithm CS optional Specifies the algorithm used to compute the integrityCheck value. thumbnail ED optional An abbreviated rendition of the full data. Slide Number: 82 © 2014 All Rights Reserved
  • 83. ST: Character String Name Type Status Definition data BIN mandatory The binary data of the character string. charset CS optional Specifies the character set and character encoding used. language CS optional Specifies the language of text data. Slide Number: 83 © 2014 All Rights Reserved
  • 84. CD: Concept Descriptor Name Description code A string containing the value of the code (e.g., "F150") displayName A string containing a short, human-readable description of the code. ("Ford F150 Full-size Pickup Truck") codeSystem An Object Identifier (OID) that uniquely identifies the code system to which the code belongs (e.g., "106.75.314.67.89.24," where this uniquely identifies Ford Motor Company's set of model numbers). codeSystemName A string containing a short, human-readable description of the code system (e.g., "Ford Car and Truck Models "). codeSystemVersion A string qualifying the version of the code system (e.g., "Model Year 2001"). originalText This is the text, phrase, etc., that is the basis for the coding. (e.g., "The new truck purchased for hospital facility maintenance was a Ford model F150 ..."). modifier Some code systems permit modifiers, additional codes that refine the meaning represented by the primary code. HL7 Version 3 accommodates a list of modifiers. Continuing with our truck example, the list of modifiers "BodyECAB, Eng-V8, EM-CE" modify "F150" to designate that the truck has an extended cab, V8 engine, and California Emissions package. "Body-," "Eng-," and "EM" designate the roles (body, engine, emissions) represented by the codes "ECAB," "V8," and "CE." translation Quite often in an interfaced environment, codes need to be translated into one or more other coding systems. In our example, the California DMV may have their own code Slide Number: 84 © 2014 All Rights Reserved
  • 85. Concept Descriptor Datatypes CS: Coded Simple Name Type Status code ST mandatory displayName ST optional CV: Coded Value Name Type Status code ST mandatory displayName ST optional codeSystem OID mandatory codeSystemName ST optional codeSystemVersion ST optional originalText ST optional CE: Coded With Equivalents Name Type Status code ST mandatory displayName ST optional codeSystem OID mandatory codeSystemName ST optional codeSystemVersion ST optional originalText ST optional translation SET<CV> optional Slide Number: 85 © 2014 All Rights Reserved
  • 86. II: Instance Identifier Name Type Status Definition extension ST optional The value of the identifier, unique within its assigning authority's namespace. root OID mandatory A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier, an extension value is not needed. assigningAuthorityName ST optional A human readable name or mnemonic for the assigning authority. This name is provided solely for the convenience of unaided humans interpreting an II value. Note: no automated processing must depend on the assigning authority name to be present in any form. validTime IVL<TS> optional If applicable, specifies during what time the identifier is valid. By default, the identifier is valid indefinitely. Any specific interval may be undefined on either side indicating unknown effective or expiry time. Note: identifiers for information objects in computer systems should not have restricted valid times, but should be globally unique at all times. The identifier valid time is provided mainly for real-world identifiers, whose maintenance policy may include expiry (e.g., credit card numbers.) Slide Number: 86 © 2014 All Rights Reserved
  • 87. Tel: Telecommunication Address Name Type Status Definition URL URL mandatory The essence of a telecommunication address is a Universal Resource Locator. use SET<CS> optional A code advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need. optional Identifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address. validTime Slide Number: 87 GTS © 2014 All Rights Reserved
  • 88. AD: Postal Address Name Type Status Definition LIST<ADXP> mandatory The address data use SET<CS> optional A code advising a system or user which address in a set of like addresses to select for a given purpose validTime GTS optional Identifies the periods of time during which the address can be used. Typically used to refer to different addresses for different times of the year or to refer to historical addresses. ADXP: Postal Address Part Name Type Status Definition ST ST mandatory The address part data type CS optional Indicates whether an address part is the street, city, country, postal code, post box, etc. Slide Number: 88 © 2014 All Rights Reserved
  • 89. EN: Entity Name Name Type Status Default LIST<ENXP> mandatory NULL use SET<CS> optional NULL validTime IVL<TS> optional Constraint NULL Definition The name data NamePurpose A code advising a system or user which name in a set of names to select for a given purpose Identifies the interval of time during which the name was used. Typically used to record historical names. ENXP: Entity Name Part Name Type Status Default Constraint Definition ST mandatory NULL The entity name part data type CS optional NULL EntityNamePartType Indicates whether the name part is a given name, family name, prefix, suffix, etc. qualifier SET<CS> optional NULL EntityNameQualifier A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type Entity Name Specializations: TN: Trivial Name PN: Person Name ON: Organization Name Slide Number: 89 © 2014 All Rights Reserved
  • 90. RTO: Ratio Name Type Status Definition numerator QTY mandatory The numerator of the ratio. denominator QTY mandatory The denominator of the ratio The QTY data type is an abstract generalization that stands for INT, REAL, PQ, and MO. Slide Number: 90 © 2014 All Rights Reserved
  • 91. PQ: Physical Quantity Name Type Status value REAL mandatory The magnitude of the quantity measured in terms of the unit unit CS mandatory The unit of measure original value REAL optional The magnitude of the quantity measured in terms of the original unit. original unit CV optional The original unit of measure. Slide Number: 91 Definition © 2014 All Rights Reserved
  • 92. MO: Monetary Amount Name Type Status value REAL mandatory NULL currency CS mandatory NULL Slide Number: 92 Default Constraint Definition The magnitude of the monetary amount in terms of the currency unit. ISO 4217 The currency unit © 2014 All Rights Reserved
  • 93. Additional Datatypes and Aggregates • BL: Boolean • INT: Integer • Real: Real • SET • LIST • BAG – Precision :: Int • TS: Point in Time – Offset :: PQ – Calendar :: CS – Precision :: INT – Timezone :: PQ Slide Number: 93 • IVL – – – – Low Center Width High © 2014 All Rights Reserved
  • 94. HL7 Version 3.0 Vocabulary Specification The HL7 Vocabulary Specification defines the set of all concepts that can be taken as valid values in an instance of a coded attribute or message element. Slide Number: 94 © 2014 All Rights Reserved
  • 95. HL7 V3 Vocabulary Specification • The HL7 V3 Vocabulary Specification defines vocabulary domains used in RIM coded Attributes and coded data type properties. • A vocabulary domain is an abstract collection of interrelated concepts. It describes the purpose or intent of a coded attribute. • A value set is a collection of coded concepts drawn from one or more code systems. A vocabulary domain may be associated with many value sets (e.g. for use in different countries). • A context expression provides a means of designating which value set for a given domain are applicable for a given usage context. • A coded concept has a concept code assigned by the coding system and a concept designation which names the referenced concept. • A coded concept may be a parent concept for a collection of additional concepts within the same code system. Slide Number: 95 © 2014 All Rights Reserved
  • 96. HL7 V3 Vocabulary Specification Metamodel VocabularyDomain name : String description : String 0..* ValueSet 0..* name : String description : String definingExpression : String 0..* based on 0..1 ValueSetContext contextExpression : String Slide Number: 96 CodeSystem identifier : OID name : String description : String includes 0..* 0..* CodedConcept conceptCode : String conceptDesignation : String 0..* 0..* ParentConcept © 2014 All Rights Reserved
  • 97. ActCode Slide Number: 97 © 2014 All Rights Reserved
  • 98. EntityCode Slide Number: 98 © 2014 All Rights Reserved
  • 99. RoleCode Slide Number: 99 © 2014 All Rights Reserved
  • 100. ParticipationType Slide Number: 100 © 2014 All Rights Reserved
  • 101. Vocabulary Binding Information Model Vocabulary Binding Vocabulary Terms Class Vocabulary Domain Code System 0..1 1 0..* Attribute Slide Number: 101 0..1 0..* 0..* 0..* 0..* 0..1 Value Set 0..* 1 0..* 0..* 0..* Coded Concept © 2014 All Rights Reserved
  • 102. CodeSystemVersion - 0..* CodeSystem versionId: II effectiveDate: TS 1..* isComplete: boolean versionOrder: int releaseDate: TS releaseFormats: SET[ST] releaseLocation: ST supportedLanguages: SET[CS] status: CS statusDate: TS - 0..* id: II fullName: ST localName: ST description: ST copyright: ST status: CS statusDate: TS 1 ConceptValueSetMembership 0..* - effectiveDate[0..1]: TS 0..* 1 ValueSetVersion - ValueSet versionID: II effectiveDate: TS releaseDate: TS versionOrder: int isComplete: boolean rulesSetVersionID: ST supportedLanguages: SET[CS] status: CS statusDate: TS - 1..* 0..* 1 1..* used in 1 1..* CodeSystemConcept - 1 1..* /isConceptInitiator: boolean 0..* +sourceConcept code: ST codeSynonyms: SET[ST] 1 id[0..1]: II status: CS +targetConcept statusDate: TS 1 - ConceptCodeSystemVersionMembership UsageContext 0..* - id: II name: ST description: ST status: CS statusDate: TS These identify the defined or "allowable" properties and associations that may be applied to a concept. 0..* 0..* 0..1 0..1 JurisdictionalDomain 0..1 - 1 1..* id: II name: ST description: ST - id: II associationKind: enum forwardName: ST reverseName: ST isDirected: boolean ruleSetID: ST description: ST status: CS statusDate: TS value: ST status: CS statusDate: TS 0..* This covers the Concept of "supplemental" (per MIF) or realm/local specifc variations, with restriction (per HL7 principles) that they cannot actually add additional "codes". 1..* 1..* DesignationValueSetVersionMembership - isDefault: boolean effectiveDate[0..1]: TS 0..* Includes both assocations within a ocde set (hierarchic) and associations between concpets in different code sets. Type may indicate: map, rules based, lexical etc. May need specializations if different properties needed. CodeSystemVersionConceptAssociation isSourceOf versionId: II effectiveDate: TS versionOrder: int status: CS statusDate: TS 0..* isTargetOf - 1 associationKind: CS status: CS statusDate: TS Designation 0..* Controlled Terminology Service Conceptual Data Model Slide Number: 102 0..* 0..* CodeSystemConceptVersion - id: II name: ST description: ST 1 ConceptPropertyVersion - 0..* DefinedConceptAssociation 0..* DefinedConceptProperty id: II name: ST description: ST ruleSetID: ST status: CS statusDate: TS 1..* - id: II name: ST description: ST isPreferred: boolean language: CS format: ST status: CS statusDate: TS © 2014 All Rights Reserved
  • 103. HL7 Version 3.0 Reference Models Reference Information Model Data Type Specification Slide Number: 103 Vocabulary Specification © 2014 All Rights Reserved
  • 104. HL7 Version 3.0 Reference Models <<extends>> T DataValue : ANY Sequence : LIST <<extends>> Quantity : QTY <<extends>> <<restricts>> List_of_Boolean : LIST<BL> <<extends>> <<extends>> <<extends>> IntegerNumber<<extends>> : INT Bag : BAG Set : SET <<extends>> <<extends>> ConceptDescriptor : CD T T <<extends>> <<extends>> <<extends>> <<extends>> <<extends>> <<extends>> <<extends>> Boolean : BL ISO_object_identifier : OID <<extends>> <<extends>> RealNumber : REAL <<extends>> BinaryData : BIN T T<<extends>> InstanceIdentifier : II ConceptRole : CR PeriodicIntervalOfTime : PIVL Interval : IVL Ratio : RTO <<restricts>> <<extends>> PhysicalQuantity : PQ UniversalResourceLocator : URL EncapsulatedData : ED <<restricts>> MonetaryAmount : MO PointInTime : TS <<restricts>> CodedValue : CV 0..* ValueSet 0..* name : String description : String definingExpression : String 0..* T EventRelatedPeriodicIntervalOfTime : EIVL <<extends>> <<restricts>> VocabularyDomain name : String description : String based on T:T TelecommunicationAddress : TEL 0..1 Set_of_TS : SET<TS> CharacterString : ST CodedWithEquivalents : CE <<extends>> <<extends>> <<extends>> GeneralTimingSpecification : GTS <<extends>> <<extends>> <<extends>> T T CodedSimpleValue : CS AddressPart : ADXP Set_UVP : SET<UVP<T>> <<extends>> History_item : HXIT EntityNamePart : ENXP ValueSetContext contextExpression : String UncertainValueProbabilistic : UVP Annotated : ANT T <<extends>> CodeSystem identifier : OID name : String description : String includes 0..* 0..* CodedConcept conceptCode : String conceptDesignation : String 0..* 0..* ParentConcept <<extends>> T Set_of_HXIT : SET<HXIT<T>> List_ADXP : LIST<ADXP> List_ENXP : LIST<ENXP> NonParametricProbabilityDistribution : NPPD OrganizationName : ON <<extends>> T <<extends>> PostalAndResidentialAddress : AD Slide Number: 104 PersonNameType : PN History : HIST T UncertainValueNarrative : UVN T ParametricProbabilityDistribution : PPD © 2014 All Rights Reserved
  • 105. Questions Slide Number: 105 © 2014 All Rights Reserved
  • 106. References • Health Level Seven – http://www.hl7.org/index.cfm • HL7 Reference Information Model – http://www.hl7.org/implement/standards/rim.cf m?ref=common • HL7 V3 Normative Edition – http://www.hl7.org/memonly/downloads/v3edit ion.cfm#V32011 • HL7 Controlled Terminology Service – http://www.hl7.org/documentcenter/private/sta ndards/CTS/R1/HL7_CTS_R1_FINAL.zip Slide Number: 106 © 2014 All Rights Reserved
  • 107. Thank You AbdulMalik Shakir President and Chief Informatics Scientist Hi3 Solutions | your healthcare standards conformance partner 3500 West Olive Ave, Suite # 300, Burbank, CA 91505. Direct: +1 626 644 4491 | Toll Free: +1 800 918 6520 www.hi3solutions.com Slide Number: 107 | abdulmalik.shakir@hi3Solutions.com © 2014 All Rights Reserved