electronic medical records and javascript object notation ... · javascript object notation a...

27
Electronic Medical Records and Javascript Object Notation(JSON) DR. EVREN ERYILMAZ CALIFORNIA STATE UNIVERSITY SACRAMENTO 10/24/2016

Upload: others

Post on 15-Jul-2020

13 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Electronic MedicalRecords and JavascriptObject Notation(JSON)DR. EVREN ERYILMAZ

CALIFORNIA STATE UNIVERSITY SACRAMENTO

10/24/2016

Page 2: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

ObjectivesElectronic Medical Record (EMR)◦Describe electronic medical record ◦Describe the purpose and uses of EMR◦Explain the mission of EMR in hospital value chain

◦Distinguish 5 benefits of an EMR◦Classify risks when implementing an EMR

Page 3: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

ObjectivesFast Healthcare Interoperability Resources (FHIR)◦Describe FHIR and Javascript Object Notation (JSON)◦Create JSON EMR◦Examine how to fetch data from JSON and parse it with PHP

◦Analyze EMR android app design

Page 4: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

What is an Electronic Medical Record (EMR)?

An electronic medical record (EMR) is a digital version of the traditional paper-based medical record for an individual.

The EMR represents a medical record within a single facility, such as a doctor's office or a clinic.

Page 5: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

The Purpose and Uses of EMRPrimary Purpose: To assist health professionals in providing the most effective patient care

Secondary Uses: Billing and reimbursement, legal issues, research, education…

Page 6: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

The Purpose and Uses of EMR

Office of the National Coordinator for Health Information Technology. (2016) 'U.S. Hospital Adoption of Patient Engagement Functionalities,' Health IT Quick-Stat #24.

Page 7: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

The Hospital “Value Chain”

Page 8: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

The Mission of EMR in the Hospital

Electronic Medical Record

Page 9: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Benefits of EMRAccurate, up-to-date, and complete information about patients at the point of care

Helping providers more effectively diagnose patients, reduce medical errors, and provide safer care

Improving patient and provider interaction and communication, as well as health care convenience

Reducing costs through decreased paperwork, improved safety, reduced duplication of testing, and improved health.

Enabling providers to improve efficiency and meet their business goals

Page 10: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Risks: Security

U.S. Department of Health and Human Services (HHS) Office for Civil Rights. Breaches Affecting 500 or More Individuals. Febrauary 1, 2016.

Page 11: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Largest Information Breaches

U.S. Department of Health and Human Services (HHS) Office for Civil Rights. Breaches Affecting 500 or More Individuals. Febrauary 1, 2016.

Page 12: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Risks: Data ExchangeWhile EMRs work well within a practice, they’re limited because they don’t easily travel outside the practice.

In fact, the patient’s medical record might even have to be printed out and mailed for another provider to see it.

Page 13: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Fast Healthcare Interoperability Resources

http://www.hl7.org/fhir

Pronounced “FIRE”

Build around the concept of “resources”

Resources represent granular clinical concepts

Page 14: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Javascript Object Notation

A resource in FIRE is modeled by JavascriptObject Notation(JSON)

JSON is a lightweight data-interchange format

It is in human readable format

It is easy for machines to parse and generate

Page 15: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Javascript Object Notation

JSON in built on two structures:

Object: A collection of name/value pairs

Array: An ordered list of values

Page 16: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Javascript Object Notation

Page 17: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Javascript Object Notation

Page 18: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Javascript Object Notation Example

Page 19: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Javascript Object Notation Example

Page 20: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Parse JSON with PHP

Page 21: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Parse JSON with PHP

Page 22: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Parse JSON with PHP

Page 23: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Android App Design

Electronic Medical Record

Database

{JSON}

Page 24: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Android Studio

Page 25: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Android Studio

Page 26: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Electronic Medical Record Android App

Patient App

View Laboratory Results

Doctor App

Search Patient ID

Retrieve Patient Details

Clinic Administrator App

Manage Appointments

Page 27: Electronic Medical Records and Javascript Object Notation ... · Javascript Object Notation A resource in FIRE is modeled by Javascript Object Notation(JSON) JSON is a lightweight

Thank you for your time and attention!

Questions?

Questions?

Questions?