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..."
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.
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)
{'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.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..
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>
2015-09-22 初稿