SlideShare une entreprise Scribd logo
1  sur  52
Télécharger pour lire hors ligne
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 1
Health Information Model Standards
Johns Hopkins School of Medicine
Division of Health Sciences Informatics
Course 600.708 - Health Information
Systems Standards and Interoperability
Information Model Standards Session
Jason Siegel, MD
Chief Medical Informaticist
Public Health Division
Atlas Development Corporation
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 2
Introduction
• Approach: Informal with Slides
– Problem of how to dissect an elephant
– Presentation is dynamic
– Teach how to learn on your own
• Instructor: Jason Siegel, MD
– Internist with Endocrinology training
• Programming since 1969
• Medical Informatics since 1980
– Atlas Development since 2000
• Chief Medical Informaticist
– HIPAA and PHIN Compliance officer
• Public Health Data Model Architect
– Deploying to 7 California counties (est. 18,000,000 people)
– Deploying to Wisconsin state (est. 6,000,00 people)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 3
Tutorial Topics
• Health Level Seven (HL7)
– History and Purpose
– Messaging Needs
– Version Evolution: v2 and v3
– Reference Information Model (RIM)
– Structure of Core classes
– Data Types: Simple and Complex
– Vocabulary: Basis of specialization
– Building Messages from the RIM
– How to Study the RIM
• CDC Public Health Information Network (PHIN)
– CDC PHIN adoption of RIM
– Public Health Conceptual Data Model
– PHIN Logical Data Model
– NEDSS and OMS Data Models
• Other Medical Data models
– Canadian Data Models
– Atlas Public Health Information Model
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 4
Health Level Seven
www.hl7.org
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 5
HL7 Purpose
• Standardize the structure and format of
the application layer of the Open System
Interconnections for Health data exchange
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 6
Need for Standard Messaging
6 nodes = 15 individual
connections
EMR EMR
PH PH
LAB LAB
EMR EMR
PH PH
LAB LAB
HL7
6 nodes = 6 standard
connections
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 7
HL7 Version 2.x Message
• Defined Message Structure
– Delimited fields
– Standardized term sets
• Adopted widely
– Laboratories and Hospital systems
– Basis of current CDC messages
• Limits
– Not based on general conceptual model
– Difficult to represent hierarchical concepts
MSH|^~&||QUEST DIAGNOSTICS-LOS ANGELES (METRO)^05D0642827^CLIA|NPHSS|54-LA
CNTY|200507081018||ORU^R01|200507041000|P|2.3|||||||
PID||8527292^^^^^L.A JAIL TWIN TOWERS_____|0002255^^^^^QUEST DIAGNOSTICS-LOS ANGELES
(METRO)&05D0642827&CLIA||SKYWALKER^ANAKIN||19650115|M||U|^^^^^^^^^||^^^^^^|||||||||U
OBR|1||WD223962R|^^^7500074554^CULTURE,
MYCOBACT^L|||20050530|||||||20050530|^^&&&&SPUTUM&L|^PILE^|^^^^^213^8935658||||||||F||||
ZLR||L.A JAIL TWIN TOWERS_____|450 BAUCHET ST FL 2,^^LOS ANGELES^CA^90012-
2907|^^^^^213^8935658|^40^Y|||||||||||||||
OBX|1|CE|^^^75407123^MYCOBACTERIUM CULTURE ID^L|1|^^^MTBC^MYCOBACTERIUM TUBERCULOSIS
COMPLEX^L||||||F|||200507010858|05D0642827^^CLIA
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 8
HL7 version 3 Message
• Message Derived from General Model (RIM)
– Standardized structure, data types, vocabularies
– Can be represented in XML format
• Leading Edge
– Infinitely extensible
– Can easily represent hierarchies
– Can build new messages/views from other components
• Limits
– Not widely accepted
– Greater difficulty generating messages
<observation classCode="OBS" moodCode="EVN">
<code code="121961000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"
displayName="Clostridium botulinum toxin assay"/>
<effectiveTime value="200504070930"/>
<value xsi:type="CE" code="385333003"
codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED CT"
displayName="Botulinum toxin type E">
<originalText><reference value="LAB1"/></originalText>
</value>
</observation>
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 9
HL7 version 3 Definition
Version 3 uses an object-oriented
development methodology and a Reference
Information Model (RIM) to create
messages. The RIM is an essential part of
the HL7 Version 3 development
methodology, as it provides an explicit
representation of the semantic and lexical
connections that exist between the
information carried in the fields of HL7
messages.
webstore.ansi.org/ansidocstore/product.asp?sku=ANSI%2FHL7+V3+2006
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 10
Reference Information Model (normative)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 11
RIM Architecture is a Paradigm Shift
• HL7 version 3 Reference Information Model
– Structure: Defines general classes and specializations
– Data Types: Defines structural format of attribute data
– Vocabulary: Controls possible values in coded attributes
Entity
People
Organizations
Materials
Role
Patient
Provider
Exposed
Participation
Subject
Author
Performer
Act
Observation
Public Health Case
Substance Admin
RoleLink
Authority
Has Part
Replaces
Act
Relationship
Component
Refers to
Sequel
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 12
Common RIM Data Types
Simpler Types
• BL: Boolean
• BN: Boolean non-null
• BIN: Binary
• ST: Character String
• SC: String with Code
• INT: Integer
• REAL: Real
• RTO: Ratio
• QTY: Quantity
Unit Based
• PQ: Physical Quantity
• MO: Monetary Amount
• TS: Point in Time
Identifiers
• OID: Object Identifier
• II: Instance Identifier
• URL: Universal Resource Locator
Coded Attributes
• CD: Concept Descriptor
• CE: Code with Equivalents
• CR: Concept Role
• CS: Coded Simple
• CV: Coded Value
• CO: Coded Ordinal
Collections & Complex
• BAG: Bag (unordered, non-unique)
• SET: Set (unordered, unique)
• LIST: Sequence (ordered, unique)
• ED: Encapsulated Data
• IVL: Interval
• GTS: General Timing Specification
• AD: Address
– ADX: Address Part
• EN: Entity Name
– ENXP: Entity Name Part
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 13
Coded Attributes are the Key to Expandability
Concept Descriptor (CD)
Code with Equivalents (CE)
Coded Value (CV)
Coded Simple (CS)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 14
Instance Identifiers give Specificity to the RIM
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 15
Object Identifiers are Essential to the RIM
• An Object Identifier is an Ordered List of Integers
– Used to unambiguously identify information instances
– Includes vocabularies, record identifiers
• HL7 OID Tree
– HL7: 2.16.840.1.113883
• iso/itu.country.usa.company.hl7
– Members: 2.16.840.1.113883.3
• Atlas Dev: 2.16.840.1.113883.3.33
– Identifiers: 2.16.840.1.113883.4
• SSN Admin: 2.16.840.1.113883.4.1
– Vocabulary
• Internal: 2.16.840.1.113883.5
– EntityClass: 2.16.840.1.113883.5.41
• External: 2.16.840.1.113883.6
– LOINC: 2.16.840.1.113883.6.1
– SNOMED-CT: 2.16.840.1.113883.6.96
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 16
Object Identifier Examples
• Person is a LivingSubject is an Entity
– administrativeGender attribute : CE data type
• code = M
• codeSystem = 2.16.840.1.113883.5.1
• codeSystemName = HL7
• codeSystemVersion = 2.11
• displayName = male
• originalText = man
– id attribute : II data type (Instance Identifier)
• root = 2.16.840.1.113883.4.1 {Social Security Admin}
• extension = 123-45-6780 {SSN}
• assigningAuthorityName = SS Administration
• displayable = True
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 17
Partial HL7 Vocabulary List
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 18
Class Codes Allow Specialization
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 19
Reference Information Model (billboard)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 20
Entity Subclasses
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 21
Role and Participation Subclasses
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 22
Act Clinical Subclasses
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 23
Act Relationship is Key to Flexibility
PH Case
Schedule
Visits
Lab
Test
Give
Meds
Triggers
Field
Visit-1
Disease
Dx
Support
Occur
Reason
Compon
Physical
Exam
System
Review
Pulse BP
Field
Visit-2
Occur
Com
pon
Com
pon
Com
pon
Com
pon
Allergy
Com
pon
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 24
RIM Model Download
www.hl7.org/library/data-model/RIM/modelpage_mem.htm
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 25
HL7 v3 is About Messages from the RIM
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 26
HL7 Visio Drawing Template
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 27
Class Instance Requires Linkage to RIM Source
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 28
Class Builder Dialog Defines Message Content
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 29
Common Message Elements are Building Blocks
R_CoveredParty universal (COCT_RM500000)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 30
Domain Information Model Defines Entire Scope
Public Health Reporting Domain Information Model (PORR_DM100001UV01)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 31
Refined Message Information Model is Specific
Notifiable Condition Report RMIM (PORR_RM100001UV01)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 32
How to Study the RIM
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 33
CDC PHIN
www.cdc.gov/phin/
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 34
CDC Adoption of HL7 v3 RIM
• Functional Specifications (2002)
– PHIN_Functions_Specifications_121802.pdf
• Data standards are derived from, and compatible with the Health Level 7
Reference Information Model (RIM).
– 2) The Use of Electronic Clinical Data for Event
Detection
• Data accumulated for this purpose need to be stored in a format compatible
with the NEDSS / HL7-compatible Logical Data Model so that general
analytic and reporting tools can be developed.
• PHIN Logical Data Model (2004)
– PHIN_LDM_User_Guide_v1.0.pdf
– Derived from HL7 v3 RIM
• Many RFPs still require PHIN LDM compatibility
– Even though newer CDC requirements do not
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 35
CDC Model Hierarchy Definitions
1. Subject Area Model (SAM)
A subject area model contains only subject areas and their connections, and usually serves as a
model for a large domain, such as the entire enterprise or a major functional area. It is used for
high-level planning and setting of project scope.
2. Class Relationship Model (CRM)
A class relationship model contains only subject areas, classes, and relationships, and generally
depicts a limited domain, such as a single project or enterprise business area. It is used for high-
level analysis and estimation of project size.
3. Conceptual Data Model (CDM)
A conceptual data model contains subject areas, classes, attributes, datatypes, and relationships,
and generally models a project-specific domain, such as public health, finance, or material
management. It results from a relatively detailed level of analysis and is often a primary project
deliverable.
4. Logical Data Model (LDM)
A logical data model contains subject areas, normalized classes, atomic attributes, relationships,
and candidate/primary keys, and usually serves as a model for an enterprise-specific
implementation of a project-specific domain. It signifies the completion of the most detailed level
of data analysis and the beginning of database design.
5. Database Design Model (DDM)
A database design model contains table spaces, tables, columns, datatypes, and primary/foreign
keys, and generally represents an existing or planned database of a computerized information
system. It indicates the completion of database design and the beginning of database
construction.
6. Physical Database Model (PDM)
A physical database model contains the data definition language (DDL) required to create tables
and indexes, as well as data base management system (DBMS)-enforced constraints. It is a
machine-processable specification of an existing or planned database of a computerized
information system, and corresponds to the final step of database design and construction.
www.cdc.gov/nedss/datamodels/phcdm.pdf
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 36
CDC Public Health Conceptual Data Model
www.cdc.gov/nedss/datamodels/phcdm.pdf
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 37
CDC PHIN Logical Data Model
www.cdc.gov/phin/library/documents/pdf/PHIN_LDM_User_Guide_v1.0.pdf
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 38
PHIN LDM Act Subschema
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 39
Public Health Case Class Differences from RIM
• RIM PH Case
– Includes OBS attributes
– Value can be Anything,
including all other data types
• CDC PH Case
– Adds extra
attributes
– Does not
support CE
– Value is
restricted
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 40
National Electronic Disease Surveillance System
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 41
NEDSS Logical Data Model (partial)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 42
Outbreak Management System
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 43
OMS Logical Data Model (partial)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 44
Other Health Data Models
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 45
Some Data Model Definitions
• ANSI (1975)
– Conceptual schema : entity classes and relationships
– Logical schema: descriptions of tables and columns
– Physical schema: physical means for data storage
• Zachman Framework
– Conceptual model: classes of significance
– Contextual model: assertions about associations
– Logical model: descriptions of tables and columns
– Physical model: physical means for data storage
– Data definition: actual coding of the database schema
– Data manipulation: operations applied to the data
en.wikipedia.org/wiki/data_modeling
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 46
Canadian Institute for Health Information
www.cihi.ca/cihiweb/en/downloads/infostand_chdm_e_CHDMv2_31.pdf
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 47
Canada Conceptual Health Data Model
www.cihi.ca/cihiweb/en/downloads/infostand_chdm_e_Visio-CHDMv2_3.pdf
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 48
Pan-Canadian Public Health Surveillance Solution Project
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 49
Atlas Public Health Information Model (APHIM)
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 50
APHIM Physical Data Model Section
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 51
APHIM Data Definition Language
9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 52
Questions and Answers
• Jason A. Siegel, MD
Chief Medical Informaticist
RIM Cartographer
Atlas Development Corporation
26679 West Agoura Road
Building C, Suite 200
Calabasas, CA 91307
• Cell : 562-243-7422
Res : 562-598-6997
Ofc : 818-340-7080
Fax : 818-340-7079
Eml : jsiegel@atlasdev.com
Web: www.atlasdev.com

Contenu connexe

En vedette

En vedette (14)

Hl7 Message Standard
Hl7 Message StandardHl7 Message Standard
Hl7 Message Standard
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
Amia now! session two
Amia now! session twoAmia now! session two
Amia now! session two
 
Introduction to hl7 v2
Introduction to hl7 v2Introduction to hl7 v2
Introduction to hl7 v2
 
Resource Guide to Informatics Standards
Resource Guide to Informatics StandardsResource Guide to Informatics Standards
Resource Guide to Informatics Standards
 
Authoring FHIR Profiles - extended version
Authoring FHIR Profiles - extended versionAuthoring FHIR Profiles - extended version
Authoring FHIR Profiles - extended version
 
HL7 101
HL7 101 HL7 101
HL7 101
 
HL7 Health level 7
HL7 Health level 7HL7 Health level 7
HL7 Health level 7
 
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
CMS BlueButton On FHIR for Researchers - Presentation to NIH and PCORI Resear...
 
Hl7 reference information model
Hl7 reference information modelHl7 reference information model
Hl7 reference information model
 
Hl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document ArchitectureHl7 Standards, Reference Information Model & Clinical Document Architecture
Hl7 Standards, Reference Information Model & Clinical Document Architecture
 
Introduction to hl7
Introduction to hl7Introduction to hl7
Introduction to hl7
 
Introduction to FHIR™
Introduction to FHIR™Introduction to FHIR™
Introduction to FHIR™
 
HL7 Interface
HL7 Interface HL7 Interface
HL7 Interface
 

Similaire à Public Health Information Model Standards

AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...
AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...
AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...
Timothy Cook
 
Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...
lucenerevolution
 

Similaire à Public Health Information Model Standards (20)

AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...
AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...
AeHIN 28 August, 2014 - Innovation in Healthcare IT Standards: The Path to Bi...
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH -IN A LARGE HEALTHCARE ORGANI...
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
 
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
THE 4 R’S – REASON, REDCAP, REVIEW AND RESEARCH - IN A LARGE HEALTHCARE ORGAN...
 
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
How Data Commons are Changing the Way that Large Datasets Are Analyzed and Sh...
 
Imaging evolution-himss-middle east09-v5.0
Imaging evolution-himss-middle east09-v5.0Imaging evolution-himss-middle east09-v5.0
Imaging evolution-himss-middle east09-v5.0
 
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
 
Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...Next generation electronic medical records and search a test implementation i...
Next generation electronic medical records and search a test implementation i...
 
Oracle Clinical Overview_Katalyst HLS
Oracle Clinical Overview_Katalyst HLSOracle Clinical Overview_Katalyst HLS
Oracle Clinical Overview_Katalyst HLS
 
Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325
 
Grid And Healthcare For IOM July 2009
Grid And Healthcare For IOM July 2009Grid And Healthcare For IOM July 2009
Grid And Healthcare For IOM July 2009
 
Gis2009 Hydrabad Osborn New
Gis2009 Hydrabad Osborn NewGis2009 Hydrabad Osborn New
Gis2009 Hydrabad Osborn New
 
Data systems web_integration_v0 1
Data systems web_integration_v0 1Data systems web_integration_v0 1
Data systems web_integration_v0 1
 
Data Harmonization for a Molecularly Driven Health System
Data Harmonization for a Molecularly Driven Health SystemData Harmonization for a Molecularly Driven Health System
Data Harmonization for a Molecularly Driven Health System
 
Registers-2012-Funding-Proposal-Form
Registers-2012-Funding-Proposal-FormRegisters-2012-Funding-Proposal-Form
Registers-2012-Funding-Proposal-Form
 
Approaches to data integration and bringing together
Approaches to data integration and bringing togetherApproaches to data integration and bringing together
Approaches to data integration and bringing together
 
Recognising data sharing
Recognising data sharingRecognising data sharing
Recognising data sharing
 
Open mHealth, FHIR and beyond
Open mHealth, FHIR and beyondOpen mHealth, FHIR and beyond
Open mHealth, FHIR and beyond
 
Late Binding: The New Standard For Data Warehousing
Late Binding: The New Standard For Data WarehousingLate Binding: The New Standard For Data Warehousing
Late Binding: The New Standard For Data Warehousing
 
ComRAD
ComRADComRAD
ComRAD
 

Dernier

👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
Sheetaleventcompany
 
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan CytotecJual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
jualobat34
 
Electrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdfElectrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdf
MedicoseAcademics
 
❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...
❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...
❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...
Sheetaleventcompany
 
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
Sheetaleventcompany
 
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Sheetaleventcompany
 
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Sheetaleventcompany
 
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
Sheetaleventcompany
 

Dernier (20)

👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
 
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan CytotecJual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi Di Dubai UAE Wa 0838-4800-7379 Obat Penggugur Kandungan Cytotec
 
Electrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdfElectrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdf
 
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
 
❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...
❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...
❤️Amritsar Escorts Service☎️9815674956☎️ Call Girl service in Amritsar☎️ Amri...
 
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
 
Chandigarh Call Girls Service ❤️🍑 9809698092 👄🫦Independent Escort Service Cha...
Chandigarh Call Girls Service ❤️🍑 9809698092 👄🫦Independent Escort Service Cha...Chandigarh Call Girls Service ❤️🍑 9809698092 👄🫦Independent Escort Service Cha...
Chandigarh Call Girls Service ❤️🍑 9809698092 👄🫦Independent Escort Service Cha...
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
 
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
 
Shazia Iqbal 2024 - Bioorganic Chemistry.pdf
Shazia Iqbal 2024 - Bioorganic Chemistry.pdfShazia Iqbal 2024 - Bioorganic Chemistry.pdf
Shazia Iqbal 2024 - Bioorganic Chemistry.pdf
 
❤️Chandigarh Escorts Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ ...
❤️Chandigarh Escorts Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ ...❤️Chandigarh Escorts Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ ...
❤️Chandigarh Escorts Service☎️9814379184☎️ Call Girl service in Chandigarh☎️ ...
 
Genuine Call Girls Hyderabad 9630942363 Book High Profile Call Girl in Hydera...
Genuine Call Girls Hyderabad 9630942363 Book High Profile Call Girl in Hydera...Genuine Call Girls Hyderabad 9630942363 Book High Profile Call Girl in Hydera...
Genuine Call Girls Hyderabad 9630942363 Book High Profile Call Girl in Hydera...
 
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
 
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
 
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
 
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
 
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
 
Most Beautiful Call Girl in Chennai 7427069034 Contact on WhatsApp
Most Beautiful Call Girl in Chennai 7427069034 Contact on WhatsAppMost Beautiful Call Girl in Chennai 7427069034 Contact on WhatsApp
Most Beautiful Call Girl in Chennai 7427069034 Contact on WhatsApp
 
Call 8250092165 Patna Call Girls ₹4.5k Cash Payment With Room Delivery
Call 8250092165 Patna Call Girls ₹4.5k Cash Payment With Room DeliveryCall 8250092165 Patna Call Girls ₹4.5k Cash Payment With Room Delivery
Call 8250092165 Patna Call Girls ₹4.5k Cash Payment With Room Delivery
 

Public Health Information Model Standards

  • 1. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 1 Health Information Model Standards Johns Hopkins School of Medicine Division of Health Sciences Informatics Course 600.708 - Health Information Systems Standards and Interoperability Information Model Standards Session Jason Siegel, MD Chief Medical Informaticist Public Health Division Atlas Development Corporation
  • 2. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 2 Introduction • Approach: Informal with Slides – Problem of how to dissect an elephant – Presentation is dynamic – Teach how to learn on your own • Instructor: Jason Siegel, MD – Internist with Endocrinology training • Programming since 1969 • Medical Informatics since 1980 – Atlas Development since 2000 • Chief Medical Informaticist – HIPAA and PHIN Compliance officer • Public Health Data Model Architect – Deploying to 7 California counties (est. 18,000,000 people) – Deploying to Wisconsin state (est. 6,000,00 people)
  • 3. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 3 Tutorial Topics • Health Level Seven (HL7) – History and Purpose – Messaging Needs – Version Evolution: v2 and v3 – Reference Information Model (RIM) – Structure of Core classes – Data Types: Simple and Complex – Vocabulary: Basis of specialization – Building Messages from the RIM – How to Study the RIM • CDC Public Health Information Network (PHIN) – CDC PHIN adoption of RIM – Public Health Conceptual Data Model – PHIN Logical Data Model – NEDSS and OMS Data Models • Other Medical Data models – Canadian Data Models – Atlas Public Health Information Model
  • 4. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 4 Health Level Seven www.hl7.org
  • 5. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 5 HL7 Purpose • Standardize the structure and format of the application layer of the Open System Interconnections for Health data exchange
  • 6. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 6 Need for Standard Messaging 6 nodes = 15 individual connections EMR EMR PH PH LAB LAB EMR EMR PH PH LAB LAB HL7 6 nodes = 6 standard connections
  • 7. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 7 HL7 Version 2.x Message • Defined Message Structure – Delimited fields – Standardized term sets • Adopted widely – Laboratories and Hospital systems – Basis of current CDC messages • Limits – Not based on general conceptual model – Difficult to represent hierarchical concepts MSH|^~&||QUEST DIAGNOSTICS-LOS ANGELES (METRO)^05D0642827^CLIA|NPHSS|54-LA CNTY|200507081018||ORU^R01|200507041000|P|2.3||||||| PID||8527292^^^^^L.A JAIL TWIN TOWERS_____|0002255^^^^^QUEST DIAGNOSTICS-LOS ANGELES (METRO)&05D0642827&CLIA||SKYWALKER^ANAKIN||19650115|M||U|^^^^^^^^^||^^^^^^|||||||||U OBR|1||WD223962R|^^^7500074554^CULTURE, MYCOBACT^L|||20050530|||||||20050530|^^&&&&SPUTUM&L|^PILE^|^^^^^213^8935658||||||||F|||| ZLR||L.A JAIL TWIN TOWERS_____|450 BAUCHET ST FL 2,^^LOS ANGELES^CA^90012- 2907|^^^^^213^8935658|^40^Y||||||||||||||| OBX|1|CE|^^^75407123^MYCOBACTERIUM CULTURE ID^L|1|^^^MTBC^MYCOBACTERIUM TUBERCULOSIS COMPLEX^L||||||F|||200507010858|05D0642827^^CLIA
  • 8. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 8 HL7 version 3 Message • Message Derived from General Model (RIM) – Standardized structure, data types, vocabularies – Can be represented in XML format • Leading Edge – Infinitely extensible – Can easily represent hierarchies – Can build new messages/views from other components • Limits – Not widely accepted – Greater difficulty generating messages <observation classCode="OBS" moodCode="EVN"> <code code="121961000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Clostridium botulinum toxin assay"/> <effectiveTime value="200504070930"/> <value xsi:type="CE" code="385333003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Botulinum toxin type E"> <originalText><reference value="LAB1"/></originalText> </value> </observation>
  • 9. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 9 HL7 version 3 Definition Version 3 uses an object-oriented development methodology and a Reference Information Model (RIM) to create messages. The RIM is an essential part of the HL7 Version 3 development methodology, as it provides an explicit representation of the semantic and lexical connections that exist between the information carried in the fields of HL7 messages. webstore.ansi.org/ansidocstore/product.asp?sku=ANSI%2FHL7+V3+2006
  • 10. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 10 Reference Information Model (normative)
  • 11. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 11 RIM Architecture is a Paradigm Shift • HL7 version 3 Reference Information Model – Structure: Defines general classes and specializations – Data Types: Defines structural format of attribute data – Vocabulary: Controls possible values in coded attributes Entity People Organizations Materials Role Patient Provider Exposed Participation Subject Author Performer Act Observation Public Health Case Substance Admin RoleLink Authority Has Part Replaces Act Relationship Component Refers to Sequel
  • 12. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 12 Common RIM Data Types Simpler Types • BL: Boolean • BN: Boolean non-null • BIN: Binary • ST: Character String • SC: String with Code • INT: Integer • REAL: Real • RTO: Ratio • QTY: Quantity Unit Based • PQ: Physical Quantity • MO: Monetary Amount • TS: Point in Time Identifiers • OID: Object Identifier • II: Instance Identifier • URL: Universal Resource Locator Coded Attributes • CD: Concept Descriptor • CE: Code with Equivalents • CR: Concept Role • CS: Coded Simple • CV: Coded Value • CO: Coded Ordinal Collections & Complex • BAG: Bag (unordered, non-unique) • SET: Set (unordered, unique) • LIST: Sequence (ordered, unique) • ED: Encapsulated Data • IVL: Interval • GTS: General Timing Specification • AD: Address – ADX: Address Part • EN: Entity Name – ENXP: Entity Name Part
  • 13. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 13 Coded Attributes are the Key to Expandability Concept Descriptor (CD) Code with Equivalents (CE) Coded Value (CV) Coded Simple (CS)
  • 14. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 14 Instance Identifiers give Specificity to the RIM
  • 15. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 15 Object Identifiers are Essential to the RIM • An Object Identifier is an Ordered List of Integers – Used to unambiguously identify information instances – Includes vocabularies, record identifiers • HL7 OID Tree – HL7: 2.16.840.1.113883 • iso/itu.country.usa.company.hl7 – Members: 2.16.840.1.113883.3 • Atlas Dev: 2.16.840.1.113883.3.33 – Identifiers: 2.16.840.1.113883.4 • SSN Admin: 2.16.840.1.113883.4.1 – Vocabulary • Internal: 2.16.840.1.113883.5 – EntityClass: 2.16.840.1.113883.5.41 • External: 2.16.840.1.113883.6 – LOINC: 2.16.840.1.113883.6.1 – SNOMED-CT: 2.16.840.1.113883.6.96
  • 16. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 16 Object Identifier Examples • Person is a LivingSubject is an Entity – administrativeGender attribute : CE data type • code = M • codeSystem = 2.16.840.1.113883.5.1 • codeSystemName = HL7 • codeSystemVersion = 2.11 • displayName = male • originalText = man – id attribute : II data type (Instance Identifier) • root = 2.16.840.1.113883.4.1 {Social Security Admin} • extension = 123-45-6780 {SSN} • assigningAuthorityName = SS Administration • displayable = True
  • 17. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 17 Partial HL7 Vocabulary List
  • 18. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 18 Class Codes Allow Specialization
  • 19. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 19 Reference Information Model (billboard)
  • 20. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 20 Entity Subclasses
  • 21. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 21 Role and Participation Subclasses
  • 22. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 22 Act Clinical Subclasses
  • 23. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 23 Act Relationship is Key to Flexibility PH Case Schedule Visits Lab Test Give Meds Triggers Field Visit-1 Disease Dx Support Occur Reason Compon Physical Exam System Review Pulse BP Field Visit-2 Occur Com pon Com pon Com pon Com pon Allergy Com pon
  • 24. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 24 RIM Model Download www.hl7.org/library/data-model/RIM/modelpage_mem.htm
  • 25. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 25 HL7 v3 is About Messages from the RIM
  • 26. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 26 HL7 Visio Drawing Template
  • 27. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 27 Class Instance Requires Linkage to RIM Source
  • 28. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 28 Class Builder Dialog Defines Message Content
  • 29. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 29 Common Message Elements are Building Blocks R_CoveredParty universal (COCT_RM500000)
  • 30. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 30 Domain Information Model Defines Entire Scope Public Health Reporting Domain Information Model (PORR_DM100001UV01)
  • 31. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 31 Refined Message Information Model is Specific Notifiable Condition Report RMIM (PORR_RM100001UV01)
  • 32. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 32 How to Study the RIM
  • 33. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 33 CDC PHIN www.cdc.gov/phin/
  • 34. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 34 CDC Adoption of HL7 v3 RIM • Functional Specifications (2002) – PHIN_Functions_Specifications_121802.pdf • Data standards are derived from, and compatible with the Health Level 7 Reference Information Model (RIM). – 2) The Use of Electronic Clinical Data for Event Detection • Data accumulated for this purpose need to be stored in a format compatible with the NEDSS / HL7-compatible Logical Data Model so that general analytic and reporting tools can be developed. • PHIN Logical Data Model (2004) – PHIN_LDM_User_Guide_v1.0.pdf – Derived from HL7 v3 RIM • Many RFPs still require PHIN LDM compatibility – Even though newer CDC requirements do not
  • 35. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 35 CDC Model Hierarchy Definitions 1. Subject Area Model (SAM) A subject area model contains only subject areas and their connections, and usually serves as a model for a large domain, such as the entire enterprise or a major functional area. It is used for high-level planning and setting of project scope. 2. Class Relationship Model (CRM) A class relationship model contains only subject areas, classes, and relationships, and generally depicts a limited domain, such as a single project or enterprise business area. It is used for high- level analysis and estimation of project size. 3. Conceptual Data Model (CDM) A conceptual data model contains subject areas, classes, attributes, datatypes, and relationships, and generally models a project-specific domain, such as public health, finance, or material management. It results from a relatively detailed level of analysis and is often a primary project deliverable. 4. Logical Data Model (LDM) A logical data model contains subject areas, normalized classes, atomic attributes, relationships, and candidate/primary keys, and usually serves as a model for an enterprise-specific implementation of a project-specific domain. It signifies the completion of the most detailed level of data analysis and the beginning of database design. 5. Database Design Model (DDM) A database design model contains table spaces, tables, columns, datatypes, and primary/foreign keys, and generally represents an existing or planned database of a computerized information system. It indicates the completion of database design and the beginning of database construction. 6. Physical Database Model (PDM) A physical database model contains the data definition language (DDL) required to create tables and indexes, as well as data base management system (DBMS)-enforced constraints. It is a machine-processable specification of an existing or planned database of a computerized information system, and corresponds to the final step of database design and construction. www.cdc.gov/nedss/datamodels/phcdm.pdf
  • 36. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 36 CDC Public Health Conceptual Data Model www.cdc.gov/nedss/datamodels/phcdm.pdf
  • 37. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 37 CDC PHIN Logical Data Model www.cdc.gov/phin/library/documents/pdf/PHIN_LDM_User_Guide_v1.0.pdf
  • 38. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 38 PHIN LDM Act Subschema
  • 39. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 39 Public Health Case Class Differences from RIM • RIM PH Case – Includes OBS attributes – Value can be Anything, including all other data types • CDC PH Case – Adds extra attributes – Does not support CE – Value is restricted
  • 40. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 40 National Electronic Disease Surveillance System
  • 41. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 41 NEDSS Logical Data Model (partial)
  • 42. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 42 Outbreak Management System
  • 43. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 43 OMS Logical Data Model (partial)
  • 44. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 44 Other Health Data Models
  • 45. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 45 Some Data Model Definitions • ANSI (1975) – Conceptual schema : entity classes and relationships – Logical schema: descriptions of tables and columns – Physical schema: physical means for data storage • Zachman Framework – Conceptual model: classes of significance – Contextual model: assertions about associations – Logical model: descriptions of tables and columns – Physical model: physical means for data storage – Data definition: actual coding of the database schema – Data manipulation: operations applied to the data en.wikipedia.org/wiki/data_modeling
  • 46. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 46 Canadian Institute for Health Information www.cihi.ca/cihiweb/en/downloads/infostand_chdm_e_CHDMv2_31.pdf
  • 47. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 47 Canada Conceptual Health Data Model www.cihi.ca/cihiweb/en/downloads/infostand_chdm_e_Visio-CHDMv2_3.pdf
  • 48. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 48 Pan-Canadian Public Health Surveillance Solution Project
  • 49. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 49 Atlas Public Health Information Model (APHIM)
  • 50. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 50 APHIM Physical Data Model Section
  • 51. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 51 APHIM Data Definition Language
  • 52. 9/17/2007 Health Information Model Standards - by Jason Siegel of Atlas Development Corp Page 52 Questions and Answers • Jason A. Siegel, MD Chief Medical Informaticist RIM Cartographer Atlas Development Corporation 26679 West Agoura Road Building C, Suite 200 Calabasas, CA 91307 • Cell : 562-243-7422 Res : 562-598-6997 Ofc : 818-340-7080 Fax : 818-340-7079 Eml : jsiegel@atlasdev.com Web: www.atlasdev.com