Domain
Technology
Systems, databases, interfaces and data standards
523 technology terms
The Health Insurance Portability and Accountability Act of 1996 (HIPAA) is the primary federal law governing the privacy, security, and electronic exchange of protected health information (PHI) in the United States. HIPAA established three main rules that directly shape healthcare data architecture: the Privacy Rule, which defines what constitutes PHI and restricts its use and disclosure; the Security Rule, which mandates administrative, physical, and technical safeguards for electronic PHI (ePHI); and the Transaction and Code Sets Rule, which standardizes the EDI formats for claims, eligibility, remittance, and other administrative transactions. Covered entities — health plans, healthcare clearinghouses, and most providers — and their business associates are subject to HIPAA enforcement by the HHS Office for Civil Rights (OCR). HIPAA compliance is not optional and is not just a legal requirement — it fundamentally shapes data architecture decisions. Every healthcare data warehouse, pipeline, and API must implement access controls, encryption at rest and in transit, audit logging, and breach detection procedures that satisfy the Security Rule. The Privacy Rule's minimum necessary standard requires that data systems only expose the PHI fields required for a specific purpose, which drives row-level security and column masking implementations in platforms like Snowflake, Databricks Unity Catalog, and BigQuery authorized views. Healthcare data engineers implement HIPAA compliance through several technical mechanisms: encryption of ePHI using AES-256 at rest and TLS 1.2+ in transit, role-based access control that limits PHI access to authorized personnel and applications, immutable audit log tables that capture every PHI access event with user, timestamp, and data element accessed, and de-identification pipelines that apply either Safe Harbor (removing all 18 PHI identifier categories) or Expert Determination methods before sharing data for analytics or research. HIPAA's 18 PHI identifier categories include names, geographic subdivisions smaller than state, dates directly related to an individual (birth date, admission date, discharge date), phone numbers, social security numbers, and NPI numbers. Violations carry civil penalties up to $1.9 million per violation category per year, with criminal penalties for willful neglect.
Health Level Seven International (HL7) is the global standards development organization responsible for the most widely used healthcare data exchange standards in the world. Founded in 1987, HL7 has produced multiple generations of healthcare interoperability standards: HL7 Version 2 (v2), the message-based standard still used in the vast majority of EHR-to-system interfaces; HL7 Version 3 and Clinical Document Architecture (CDA), the XML-based document exchange standards used for structured clinical documents like CCDs and discharge summaries; and FHIR (Fast Healthcare Interoperability Resources), the modern RESTful API-based standard now mandated by CMS and ONC regulations. HL7 v2 messaging remains the dominant clinical interface standard used in US hospitals despite being over 35 years old, primarily because the installed base of v2 interfaces across EHRs, lab systems, radiology systems, and clinical applications is enormous and the standard works reliably for event-driven point-to-point messaging. An HL7 v2 message is a pipe-delimited text file structured as a series of segments: the MSH segment contains message metadata (sending system, receiving system, message type, timestamp, message control ID); ADT messages (A01-A60) carry patient admission, discharge, and transfer events; ORM messages carry laboratory and radiology orders; ORU messages carry result observations; and DFT messages carry detailed financial transactions. Healthcare data engineers encounter HL7 v2 messages when building integration pipelines between clinical systems and analytical platforms. The primary engineering challenge is that HL7 v2 is highly configurable — different EHR implementations use non-standard segment structures, custom Z-segments, and local code systems that deviate from the base standard, making generic parsers unreliable without site-specific configuration. Engineers implement HL7 v2 parsers using libraries such as HAPI (Java), hl7apy (Python), or Mirth Connect integration engines, then transform parsed message data into structured staging tables. Key segments for analytical use include PID (patient demographics), PV1 (visit/encounter data), OBX (observation results with LOINC codes and values), DG1 (diagnosis codes), and IN1/IN2 (insurance information). HL7 FHIR represents the next-generation replacement for v2 in new implementations, though v2 will remain operational across legacy systems for decades.
A framework of policies, technologies, and processes used to control user authentication, authorization, and access to healthcare data systems including EHR platforms, data warehouses, and payer portals. IAM systems enforce role-based access controls, audit logging, and compliance with HIPAA security rules, and are critical components of healthcare data governance and breach prevention strategies.
A set of practices, tools, and cultural principles applying DevOps methodology to the full machine learning lifecycle — including data preparation, model training, evaluation, deployment, monitoring, and retraining — to enable reliable and efficient production machine learning systems. In healthcare data platforms, MLOps frameworks manage the deployment and monitoring of predictive models for readmission risk, sepsis detection, medication adherence, and population health risk stratification, with automated retraining pipelines triggered by data drift or model performance degradation.
A discipline and set of processes used in healthcare IT to ensure a single, authoritative source of truth for core entities such as members, providers, facilities, and plans across EHR, claims, PBM, and enrollment systems. MDM eliminates duplicate records and reconciles data conflicts across disparate platforms.
The NCPDP Telecommunication Standard Version D.0 is the electronic transaction format mandated for retail pharmacy claims adjudication between pharmacies and PBM or payer systems. It defines field-level specifications for claim submission, eligibility inquiry, and claim reversal transactions processed in real time.
A continuous stretch of codons in a DNA or RNA sequence that begins with a start codon and ends with a stop codon, representing a potential protein-coding region. In genomic data systems supporting oncology or precision medicine pipelines, ORF annotations are stored in variant databases and bioinformatics platforms to identify therapeutic targets and interpret somatic mutation data.
An integrated, subject-oriented database designed for near-real-time operational reporting, sitting architecturally between transactional source systems such as EHR and claims platforms and the enterprise data warehouse. The ODS consolidates current-state member, clinical, and claims data to support daily operational workflows and analytics without impacting source system performance.
Medical imaging technology used in EHR and radiology information systems to store, retrieve, manage, and transmit digital diagnostic images such as X-rays, MRIs, and CT scans. PACS integrates with HL7 and DICOM standards, enabling data engineers to pipeline imaging metadata into clinical analytics, claims, and care coordination platforms.
A pharmaceutical manufacturing framework used in pharmacy and drug supply chain data systems to monitor and control production quality in real time. PAT data is integrated into PBM and drug formulary pipelines to ensure dispensed products meet regulatory compliance and batch integrity standards tracked by NDC.
A set of open standards combining the SMART authorization framework with HL7 FHIR APIs to enable third-party healthcare applications to securely access patient data from EHR systems using OAuth 2.0 and OpenID Connect. SMART on FHIR is the technical foundation for the CMS Interoperability and Patient Access Rule app ecosystem, enabling patient-facing apps and provider tools to request specific FHIR resource scopes from compliant payer and provider systems.
A standardized regulatory document detailing chemical hazard, handling, and safety information required under OSHA and GHS standards. In healthcare data systems, SDS records are managed in occupational health and facility management platforms; data engineers integrate SDS data with incident reporting and employee health EHR modules.
A recombinant antibody construct consisting of fused heavy and light chain variable regions used in targeted biologic therapies. In healthcare data systems, scFv identifiers appear in specialty pharmacy, PBM formulary, and clinical trial datasets; data engineers must map these to NDC and biologic product reference tables accurately.
A data warehousing pattern that manages how reference data, such as member demographics, provider attributes, or plan details, changes over time in healthcare data systems. Data engineers implement SCD Type 1, 2, or 3 logic in EHR, enrollment, and claims EDW tables to preserve historical accuracy for longitudinal reporting.
A Snowflake capability enabling organizations to share live, read-only copies of data with other Snowflake accounts — including external payers, providers, or analytics partners — without copying or moving data, providing instant access to current data through the Snowflake Data Marketplace or direct account-to-account shares. Healthcare organizations use Snowflake data sharing for payer-provider data exchange, health system to ACO data feeds, and public health data reporting without the operational complexity of traditional file-based data transfers.
A Snowflake object that automatically and incrementally refreshes its contents based on changes to underlying source tables on a defined lag schedule, providing a declarative alternative to complex incremental dbt models or streaming pipelines for near-real-time materialized views. In healthcare data platforms, Snowflake dynamic tables simplify the maintenance of frequently refreshed eligibility summaries, daily claims aggregations, and quality measure numerator and denominator counts without manual pipeline scheduling.
A Snowflake data platform feature that allows querying historical versions of tables and schemas as they existed at any point within a configurable data retention period, typically up to 90 days for enterprise accounts. In healthcare data engineering, Snowflake time travel is used for point-in-time analytics comparing current member eligibility against historical enrollment, debugging data pipeline issues by inspecting table state before a failed load, and recovering accidentally deleted or overwritten data.
A relational data modeling pattern organizing healthcare data into a central fact table, such as claims or encounters, surrounded by dimension tables for members, providers, dates, and diagnoses. Widely used in healthcare EDW and analytics platforms; data engineers use star schema to optimize query performance for EHR and claims reporting.
The non-coding RNA sequence segments flanking the coding region of a gene transcript, critical for gene expression regulation. In healthcare genomics and precision medicine data systems, UTR annotations appear in variant databases and clinical genomics pipelines; data engineers must account for UTR regions when mapping genomic coordinates to clinical reference datasets.
Unique system-generated key assigned to a patient condition severity classification record. Links acuity scores across clinical systems to support staffing ratios, triage prioritization, and care intensity tracking in inpatient and emergency settings.