Conge 精进

Intro to Health Informatics 第六周笔记

2015-09-23
本文 3282 字,阅读全文约需 10 分钟

Lesson 5B: Interoperability Standards

Lesson 5B

In the last lesson, we learned about data standard and the evolution of standards. In clinical practice, data ( standard and nonstandard) need to be packaged into clinical documents and send via messaging standards. These are the focus of this lesson.

HL7

Health Level-7 or HL7 refers to a set of international standards for transfer of clinical and administrative data between software applications used by various healthcare providers. These standards focus on the application layer, which is “layer 7” in the OSI model. (Health Level 7 - Wikipedia, the free encyclopedia)

Reasons for HL7: to transfer information between departments within a hospital or providers

Data format that HL7 uses

HL7 message in EDI

HL7 message in xml

  • HDF

HL7 development framework

HL7 Reference Implementation Model (RIM)

  • RIM can be used to create HL7 ver 3 based XML formatted messages and XML based CCDA documents

RIM

RIM examples

RIM example

CCDA

  • Consolidated Clinical Document Architecture (CCDA)

CCDA example: patient demographics

same data in RIM role

Same info in XML

Quiz 1

Quiz 2

HL7 Document Standard

  • CCDA templates have three subparts: Document template, Section Template and Data Entry Template.
  • Templates are reusable XML components

CCDA Templates

Quiz 3: Section level templates

  • Hint: the website in the slides does not work, a google search will lead you to the correct answer.

Quiz 4: Section level templates

global unique identifier: not healthcare specific

Quiz 5: Entry level template

Quize 6: Entry level template

Case Study: the medication consolidate tool using HL7 standards.

Arden Syntax

Arden Syntax's Goal

Arden example

  • Each MLM supports one medical decision
  • MLM can interact with intermediate States and provide CDS

Example of Arden challenges

  • Here, {'dam'="PDQRES2"} must be interpreted by another EMR to get the creatinine level which often could not be performed because of the interoperability issue of EMR softwares.

CIMI

CIMI

  • numerate clinical ideas to achieve consensus among clinicians
  • can be used to constructed standard messages and structured documents as components of clinical rules
  • automate or facilitate constructing data entry and generating clinical reporting templates

CMS

  • CMS wants to integrate applications at the point of use.

CMS

Example of different system dealing with one particular patient

Smart on FHIR app platform

Example of Patient resource: in Json format

Example of Conditoin resource: the code of condition is using existing SNOMED-CT code

FHIR

FHIR Resources

FHIR is a platform for apps and it uses Java APIs and RESTful APIs to get data.

  • FHIR is still in development and testing and faces challenges: e.g. trade-off between functionality and complexity;
  • FHIR is in its second version and is expected to have 100-150 specifications in the final product.

Andrei Pop Interview about humanAPI

What does HumanAPI do?

It can get health data from multiple sources ( including EHRs, wearable devices), aggregates, normalizes and standardizes them (using HL7) and provided them to EHR, EMRs, etc with users authorization.

The data can be tracked, queried and visualized via API.

It essentially solves the interoperability issue of different vendors of health data generator/provider, etc..

Josh Mandel interview (Lead Architect of SMART platform of Harvard Child hospital)

Q1. Introduction to SMART platform.

A: SMART platform is a project to enable healthcare providers to use the apps they choose to access health data.

Q2. Why is the project important and what approach do you take to solve the problem.

A: Health data of a patient are usually sitting in databases of different health providers, bring the data together and allow apps to be build based on the data. Developers can create tools to better use the data and users can choose the tools they like.

The approach that SMART platform uses is that we build open sets of specifications based on open standards so any developer can use them to build their tools.

Q3. what’s new in the latest version of SMART platform?

A: Many venders, government, independent labs builded apps based on SMART.

Q4: Smart on FHIR.

A: FHIR provides important building block for SMART: 1. FHIR resources(detailed clinical data models); 2. FHIR API base on http and restful.

Demo at

Recap

  • Health standards initially were created within the industry and only recently adopted XML and web technology.
  • The industry is developing detailed standards and it might making the creation of HIT tools more complex.
2015-09-22 初稿
原文地址 https://conge.livingwithfcs.org/2015/09/23/Intro-to-Health-Informatics-di-liu-zhou-bi-ji/
Paypal
请我喝咖啡

Comments

Content