SMILE CDR Flashcards
Data Silo
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.
MetaData
data describing other data. for example, Metadata of a book is the Author, published date and page count
Data Repository
is a large database infrastructure — several databases — that collect, manage, and store data sets for data analysis, sharing and reporting.
Standard
is a set of specifications for hardware or software, agreed upon by academic and industry contributors.
ETL Tool:
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.
CRUD
acronym for Create, Read, Update, Delete functions
EMPI
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.
US Core
implementation guide that defines the minimum conformance requirements for accessing patient data.
ElasticSearch
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.
OWASP
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
CVE
CVE is the Common Vulnerabilities and Exposures, which is a system that allows everyone to keep track of publicly known vulnerabilities
EOB
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.
Partitioned server
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
YAML File
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.
FHIR Gateway
module that allows someone to access data from multiple FHIR servers as if they were one server, and aggregate that data in their client.