仓库源文站点原文


layout: post title: "Intro to Health Informatics 第六周笔记" date: "2015-09-23 12:19:03" categories: 计算机科学 excerpt: "Lesson 5B: Interoperability Standards In the last lesson, we learned abo..."

auth: conge

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

HL7 development framework

HL7 Reference Implementation Model (RIM)

RIM

RIM examples

RIM example

CCDA

CCDA example: patient demographics

same data in RIM role

Same info in XML

Quiz 1

Quiz 2

HL7 Document Standard

CCDA Templates

Quiz 3: Section level templates

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

Example of Arden challenges

CIMI

CIMI

CMS

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.

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 <FHIR.smartplatform.org>

Recap

2015-09-22 初稿