SMILE CDR Flashcards

1
Q

Data Silo

A

A data silo is a group of raw data that is accessible by one department but isolated from the rest of that organization. This results in a severe lack of transparency, efficiency, and trust within that organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MetaData

A

data describing other data. for example, Metadata of a book is the Author, published date and page count

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data Repository

A

is a large database infrastructure — several databases — that collect, manage, and store data sets for data analysis, sharing and reporting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Standard

A

is a set of specifications for hardware or software, agreed upon by academic and industry contributors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ETL Tool:

A

An ETL tool is used to execute an integration project, and it includes three steps: Extraction, Transformation, and Loading. Thus, an ETL tool extracts data from disparate sources, transforms it to make it compatible with the destination system, and then loads it into the destination system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CRUD

A

acronym for Create, Read, Update, Delete functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

EMPI

A

Enterprise Master Patient Index - An EMPI is an enterprise-wide solution that enables healthcare organizations to uniquely match records across disparate systems into a single, longitudinal view of patients for real-time data exchange, enhanced clinical decision-making and care collaboration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

US Core

A

implementation guide that defines the minimum conformance requirements for accessing patient data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ElasticSearch

A

Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that powers applications that have complex search features and requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

OWASP

A

the Open Web Application Security Project is an open project that focuses on Web Application vulnerabilities and everything related to them. They have testing guides, tools, references, explanations, how to mitigate them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CVE

A

CVE is the Common Vulnerabilities and Exposures, which is a system that allows everyone to keep track of publicly known vulnerabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

EOB

A

An explanation of benefits is a statement sent by a health insurance company to covered individuals explaining what medical treatments and/or services were paid for on their behalf. The EOB is commonly attached to a check or statement of electronic payment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Partitioned server

A

A partition is a logical division of a hard disk that is treated as a separate unit by operating systems (OSes) and file systems. The OSes and file systems can manage information on each partition as if it were a distinct hard drive. This allows the drive to operate as several smaller sections to improve efficiency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

YAML File

A

YAML is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

FHIR Gateway

A

module that allows someone to access data from multiple FHIR servers as if they were one server, and aggregate that data in their client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CDS / CDS Hooks

A

CDS Hooks is an open source specification focused on user-facing remote clinical decision support. CDS Hooks can use FHIR to represent patient information and recommendations, but is architecturally an independent specification. - gives recommendation to clinician about the next step in their workflow with the patient, depending on what data they’ve processed through the EHR so far in the interaction

17
Q

Mongo DB

A

MongoDB is a document-oriented database which stores data in JSON-like documents with dynamic schema. It means you can store your records without worrying about the data structure such as the number of fields or types of fields to store values.

18
Q

FHIRPath

A

FHIRPath is a specification that describes how to identify (and potentially extract) data from a resource using a path based syntax

19
Q

SQL

A

SQL stands for Structured Query Language. A query language is a kind of programming language that’s designed to facilitate retrieving specific information from databases, and that’s exactly what SQL does. To put it simply, SQL is the language of databases.

20
Q

changelogs

A

A changelog is a log or record of all notable changes made to a project. The project is often a website or software project, and the changelog usually includes records of changes such as bug fixes, new features, etc. Some open-source projects include a changelog as one of the top-level files in their distribution.

21
Q

IDN

A

Integrated delivery network - is a network of healthcare providers and facilities within a specific geographic region that offers a full range of healthcare services

22
Q

reference implementation

A

In the software development process, a reference implementation is a program that implements all requirements from a corresponding specification. The reference implementation often accompanies a technical standard, and demonstrates what should be considered the “correct” behavior of any other implementation of it.

23
Q

XML

A

a language that defines a set of rules for encoding documents in a format that it both human readable and machine readable

24
Q

CMS

A

Center for Medicare and Medicaid Services

25
Q

EMPI

A

Enterprise Master Patient Index (EMPI):
An EMPI is an enterprise-wide solution that enables healthcare organizations to uniquely match records across disparate systems into a single, longitudinal view of patients for real-time data exchange, enhanced clinical decision-making and care collaboration.

26
Q

CDA

A

CDA - Clinical Document Architecture - similar to a PDF for medical records

27
Q

REST

A

Representational State Transfer

28
Q

API

A

An application programming interface is a computing interface that defines interactions between multiple software or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc