Glossary

BCMA

Barcode Medication Administration — an automated, independent check at the point of care that scans and cross-verifies a medication against the order before administration, closing the gap a human reading small print under time pressure can miss. See Failure-mode case studies.

ADR

Architecture Decision Record — a short, versioned document capturing one significant architectural decision: its context, the options considered, the choice made, and the consequences. SAs keep ADRs in docs/adr/ next to the code so future engineers know why, not just what. Ref: Documenting architecture decisions.

ADT

Admission/Discharge/Transfer — the class of HL7v2 messages describing patient-movement events in a hospital (ADT^A01 admit, ADT^A02 transfer, ADT^A03 discharge). ADT feeds are the operational backbone of real-time clinical integration. Ref: HL7 v2.

BAA

Business Associate Agreement — the HIPAA-required contract between a covered entity and any vendor (a "business associate") that creates, receives, maintains, or transmits PHI on its behalf. Cloud providers, Databricks, and Snowflake all sign BAAs; minimizing the number of vendors that touch PHI shrinks the "BAA surface." Ref: HHS — Business Associates.

BioNeMo

NVIDIA's generative-AI platform for drug discovery and computational biology — protein structure prediction, molecular generation, and other biopharma models. Ref: NVIDIA BioNeMo.

Bulk Data

The FHIR $export operation that asynchronously exports many resources as NDJSON to object storage, bypassing per-resource REST overhead. It is the standard way to feed analytics, lakehouses, and ML training from a FHIR server. Ref: FHIR Bulk Data Access.

C4 model

A hierarchical diagramming approach (Context → Container → Component → Code) for describing software architecture at increasing zoom. SAs work primarily at Level 1 (Context) and Level 2 (Container). Ref: c4model.com.

CA Baseline

The FHIR Canadian Baseline — the set of base FHIR profiles for Canada (the rough analogue of US Core), maintained by Canada Health Infoway to improve interoperability across provinces. Ref: CA Baseline IG.

CAQH

Council for Affordable Quality Healthcare — a non-profit that maintains shared provider-credentialing data and operating standards used by payers. Ref: caqh.org.

CCPA

California Consumer Privacy Act (as amended by the CPRA) — California's broad consumer-privacy law, which can apply to health data that falls outside HIPAA's scope. Ref: California Privacy Protection Agency.

CDS Hooks

A standard for embedding Clinical Decision Support into EHR workflows: the EHR fires a "hook" at a clinical event (e.g. patient-view) and a service returns cards (advice, links, or actions) shown to the clinician. Ref: cds-hooks.org.

Claims adjudication

The real-time process a payer/PBM runs on a submitted claim — checking eligibility, applying formulary and pricing rules, running drug-utilization review, and computing the patient and plan responsibility — typically completing in under two seconds for pharmacy claims. Ref: NCPDP.

Clara

NVIDIA's healthcare platform brand spanning its imaging, genomics (Parabricks), and medical-device (Holoscan) SDKs. Ref: NVIDIA Clara.

CMS

Centers for Medicare & Medicaid Services — the US federal agency administering Medicare and Medicaid whose Interoperability and Patient Access rules are a primary driver of FHIR adoption. Ref: cms.gov interoperability.

Covered entity

Under HIPAA, a health plan, healthcare clearinghouse, or healthcare provider that electronically transmits health information for covered transactions. Ref: HHS — Covered Entities.

Cures Act

The 21st Century Cures Act — US law that, among other things, prohibits "information blocking" and underpins ONC's API and interoperability requirements. Ref: ONC — Cures Act.

DICOM

Digital Imaging and Communications in Medicine — the standard for representing, storing, and transmitting medical images plus rich metadata (patient, study, acquisition). Ref: dicomstandard.org.

DICOMweb

DICOM's web-native RESTful transport (DICOM Part 18): STOW-RS (store), QIDO-RS (query metadata), WADO-RS (retrieve pixels). The right choice for cloud and browser-based imaging. Ref: DICOMweb.

DUR

Drug Utilization Review — the safety checks a PBM applies during pharmacy claims adjudication (drug interactions, duplicate therapy, dosing, allergies) before approving a claim. Ref: CMS — Drug Utilization Review.

De Novo

The FDA premarket pathway for a novel low-to-moderate-risk device that has no predicate; it creates a new device classification. Ref: FDA — De Novo.

EHDS

European Health Data Space — an EU regulation (entered into force March 2025; implementing acts due ~2027; first primary-use categories ~2029) creating a common framework for primary use (patient access/portability) and secondary use (research, policy) of health data, using FHIR-based exchange. Ref: EHDS.

FAVES

The ONCHTI-1principle that decision-support/AI tools in certified health IT should be Fair, Appropriate, Valid, Effective, and Safe — with "source attributes" disclosed so users can judge this. Ref: ONC HTI-1.

HTI-1

ONC's Health Data, Technology, and Interoperability "Algorithm Transparency" final rule (finalized 2023; certified-health-IT compliance from Jan 1, 2025) — introduces Predictive Decision Support Intervention transparency (source attributes, FAVES, risk management) and updates information blocking. Ref: ONC HTI-1.

Predictive DSI

Predictive Decision Support Intervention — under ONCHTI-1, a model in certified health IT that produces a prediction, classification, or recommendation; subject to transparency (source attributes), FAVES, and intervention risk-management requirements. Ref: ONC DSI criteria.

EHR

Electronic Health Record — the system of record clinicians use to manage patient records (Epic, Oracle Health/Cerner, MEDITECH). Modern EHRs expose FHIR APIs but still emit HL7v2. Ref: HealthIT.gov — EHR.

EMR

Electronic Medical Record — the records within a single practice; often used interchangeably with EHR, though EHR implies cross-provider sharing.

ePHI

Electronic Protected Health Information — PHI in electronic form; the specific focus of the HIPAA Security Rule. See PHI.

Expert Determination

One of two HIPAA de-identification methods: a qualified statistician documents that the re-identification risk is very small, allowing more useful detail to be retained than Safe Harbor. Ref: HHS — De-identification.

FHIR

Fast Healthcare Interoperability Resources — an HL7 standard for representing and exchanging health data as resources via a RESTful HTTP API. FHIR R4 (2019) is the current normative release and underpins modern interoperability mandates in the US and Canada. Ref: hl7.org/fhir.

FHIRPath

A path-based expression language for navigating and extracting values from FHIR resources; the basis for defining columns in SQL-on-FHIR ViewDefinitions. Ref: FHIRPath.

Formulary

A payer's or PBM's list of covered drugs, organized into tiers that determine coverage and patient cost-share; formulary rules are applied during claims adjudication. Ref: NCPDP Formulary & Benefit standard.

intended use statement

The document naming a clinical AI model's target population, intended user, output form, and explicit out-of-scope uses — the anchor that every other regulated-AI artifact (risk file, validation plan, PCCP) derives its scope from. See Regulated AI artifacts.

risk file

An ISO 14971-style hazard log (hazard, severity/probability, control measure, residual-risk acceptability) adapted for AI-specific failure modes like distribution shift, subgroup underperformance, and automation bias. Ref: ISO 14971. See Regulated AI artifacts.

DS4P

Data Segmentation for Privacy — an HL7 implementation guide providing standard metadata tags (confidentiality/sensitivity codes, obligation/refrain policies) attached to aC-CDAor FHIR resource, so segmented data can be consistently enforced across organizations instead of each inventing its own tagging scheme. Ref: HL7 DS4P. See Consent management architecture.

GAMP 5

Good Automated Manufacturing Practice (ISPE) — the risk-based framework for validating computerized systems in regulated life science; the Second Edition (2022) embraces Agile, cloud, and the FDA's CSA approach. Ref: ISPE GAMP 5.

GDPR

General Data Protection Regulation — the EU's economy-wide data-protection law. Health data is a "special category" under Article 9, requiring both an Article 6 lawful basis and an Article 9 condition to process. Ref: gdpr-info.eu.

NIST AI RMF

The NIST AI Risk Management Framework (AI 100-1) — organizes AI risk work into four functions: Govern, Map, Measure, Manage. Its Generative AI Profile (AI 600-1, July 2024) layers GenAI-specific risks (confabulation, information integrity, data privacy, harmful bias) on top. Ref: NIST AI RMF. See AI risk & mitigation.

proxy bias

Bias introduced through the choice of target variable rather than the algorithm — the model faithfully predicts a measurable stand-in that diverges from the thing actually cared about, differently across subgroups. The landmark case (Obermeyer et al., Science 2019) used health care cost as a proxy for health need, understating illness in Black patients. See AI risk & mitigation.

confabulation

The NIST AI 600-1 term for a generative model producing fluent, confident, fabricated content — more dangerous in clinical settings than an obviously broken output because it passes casual review. Mitigated structurally by grounding and provenance citation, not by prompt instructions.

automation bias

The failure mode where a clinician defers to a model's output even when it is wrong; mitigated by surfacing confidence and rationale, human-factors testing, and avoiding single-number outputs presented as verdicts.

calibration

Whether a model's predicted probabilities match observed event frequencies — distinct from discrimination (AUROC, the ability to rank). A clinical risk score can discriminate well and still be dangerously miscalibrated, since clinicians act on the number itself. See Machine learning on clinical data.

label leakage

A feature that encodes the outcome and would not be available (with that value) at actual prediction time — e.g. a discharge disposition or post-diagnosis medication order. Produces excellent development performance and useless deployment performance; the dominant silent failure in clinical ML.

TRIPOD+AI

The reporting guideline for clinical prediction models using regression or machine learning (BMJ, April 2024), superseding TRIPOD 2015 — useful as a completeness checklist even for internal models. Ref: TRIPOD+AI.

GMLP

Good Machine Learning Practice — guiding principles (FDA, Health Canada, UK MHRA) for developing safe, effective AI/ML medical devices; they map closely onto disciplined MLOps. Ref: FDA — GMLP.

GxP

The family of FDA/EMA "Good Practice" quality regulations (GMP, GLP, GCP, GDP) governing regulated pharma, lab, clinical, and distribution processes; the dominant compliance lens in pharma/biotech. Ref: FDA — Good Manufacturing Practices.

HAPI FHIR

An open-source Java FHIR server and client library widely used for development, testing, and self-hosted FHIR deployments; its public sandbox is handy for learning. Ref: hapifhir.io.

Health Canada

Canada's federal health regulator; among other roles it licenses medical devices (Class I–IV) and requires MDSAP certification for Class II–IV device licences. Ref: Health Canada — Medical Devices.

health lake

An ambiguous industry term meaning either (a) a managed, FHIR-normalizing PaaS service (AWS HealthLake, Azure Health Data Services, GCP Healthcare API) or (b) the broader general-purpose lakehouse that also absorbs imaging, genomics, and claims — in practice a real platform builds both, with (a) feeding (b) via Bulk $export. See Building a health data lake & lakehouse.

HealthLake

AWS's managed FHIR R4 data store — REST API, Bulk Data export, SMART on FHIR, and integrated analytics; HIPAA-eligible. Ref: AWS HealthLake.

HealthOmics

AWS's managed genomics service: purpose-built sequence/reference/variant/annotation stores plus a workflow engine (Nextflow/WDL/CWL) with built-in provenance. Ref: AWS HealthOmics.

RLS

Record Locator Service — the core component of a federated HIE: an index answering "which participants likely hold data on this patient" via patient matching, without the HIE storing any clinical data itself. See HIE architecture.

Carequality

A trust framework connecting many HIEs and networks under a common set of technical and legal requirements, predating and now participating in TEFCA. Ref: Carequality. See HIE architecture.

CommonWell Health Alliance

An EHR-vendor-driven health information network enabling patient lookup and record retrieval across participating vendors' installed bases. Ref: CommonWell. See HIE architecture.

DURSA

Data Use and Reciprocal Support Agreement — the pattern of legal agreement (used by networks like eHealth Exchange) that HIE participants sign, covering permitted purpose of use, minimum-necessary access, and liability.

HIE

Health Information Exchange — a network that enables sharing of patient records between healthcare organisations (e.g. CommonWell, Carequality). Ref: HealthIT.gov — HIE.

HIPAA

Health Insurance Portability and Accountability Act — the US federal law (1996) establishing the Privacy, Security, and Breach Notification Rules for protecting PHI. It sets a federal floor that state and sectoral laws can exceed. Ref: HHS — HIPAA.

HITECH

Health Information Technology for Economic and Clinical Health Act (2009) — strengthened HIPAA enforcement and breach-notification requirements and incentivized EHR adoption. Ref: HHS — HITECH.

inherited control

A HITRUST control satisfied by a cloud provider's own certification rather than independently re-evidenced — valid only if you can point to the provider's specific certification section and have actually configured (not merely enabled the option for) anything on your side of the shared-responsibility line. See HITRUST evidence pack lab.

HITRUST

A certifiable security framework (HITRUST CSF) that harmonises HIPAA, NIST, ISO 27001, and others into one auditable control set, with tiered assessments (e1, i1, r2). Often a precondition for selling to health systems. Ref: HITRUST.

HL7

Health Level Seven International — the standards-development organisation behind HL7v2, FHIR, andC-CDA. Ref: hl7.org.

HL7v2

HL7 Version 2 — the pipe-delimited, segment-based messaging standard (since 1987) still dominant for real-time clinical event feeds; transported over MLLP. Ref: HL7 v2.

Holoscan

NVIDIA's platform for real-time, low-latency edge AI on streaming medical-device data (surgical video, ultrasound, endoscopy). Ref: NVIDIA Holoscan.

IaC

Infrastructure as Code — provisioning infrastructure from declarative configuration (Terraform, AWS CDK, Pulumi) rather than manual console steps; the basis for provable, uniform compliance controls. Ref: Terraform.

ICD-10-CM

International Classification of Diseases, 10th Revision, Clinical Modification — the US diagnosis coding standard for billing and claims (the US has not yet adopted ICD-11). Ref: CDC — ICD-10-CM.

Implementation Guide

A FHIR specification (IG) that constrains base FHIR for a use case — required fields, code systems, must-support elements (e.g. US Core, CA Baseline, SMART on FHIR, Da Vinci). Ref: FHIR IG registry.

Information Blocking

A practice, prohibited under the 21st Century Cures Act, that is likely to interfere with the access, exchange, or use of electronic health information. Ref: ONC — Information Blocking.

IPS

International Patient Summary — an ISO/HL7 standardized minimal set of essential health data for unplanned/cross-border care; the basis for national summaries like Canada'sPS-CA. Ref: HL7 IPS.

AI governance committee

The body — increasingly standard at health systems — that reviews clinical AI before deployment, typically requiring an intended use statement, validation and subgroup evidence, and a monitoring plan. Distinct from the IRB (research) and the privacy office (regulatory compliance). See Ethics in health informatics & AI.

accountability gap

The problem that when a model contributes to a bad clinical outcome, responsibility is genuinely unclear between developer, deploying institution, and the clinician who accepted the recommendation — defaulting to nobody unless assigned deliberately during design. See Ethics in health informatics & AI.

IRB

Institutional Review Board — a committee that reviews research involving human subjects for ethics, informed consent, and privacy. Ref: FDA — IRBs.

LIMS

Laboratory Information Management System — the research/manufacturing counterpart to a LIS, used in pharma R&D, biotech, and QC labs; falls under GxP/21 CFR Part 11 rather than CLIA/CAP. See LIS architecture for the LIS-vs-LIMS distinction.

LIS

Laboratory Information System — the clinical-diagnostic-lab counterpart to a LIMS: manages order-to-result workflow for patient specimens (accessioning, instrument interfacing, result release) under CLIA/CAP regulation, with results flowing into the EHR. See LIS architecture.

CLIA

Clinical Laboratory Improvement Amendments — the US federal regulation setting quality, personnel, and proficiency-testing requirements for any lab testing human specimens; the compliance floor for a clinical LIS. Ref: CMS — CLIA.

CAP accreditation

College of American Pathologists accreditation — a voluntary but widely expected/required lab accreditation that audits beyond the CLIA minimum. Ref: CAP accreditation.

critical value

A lab result (e.g. dangerously abnormal potassium or glucose) requiring immediate, acknowledged notification to a clinician — designed as a positive-acknowledgment workflow, not a fire-and-forget message, to avoid becoming another source of alert fatigue.

ASTM/CLSI LIS2-A2

A common protocol standard at the instrument-to-LIS/middleware boundary in clinical labs, distinct from HL7v2 (which typically governs the LIS-to-EHR boundary); many analyzer vendors require a per-instrument protocol-translating driver rather than speaking HL7v2 natively.

LOINC

Logical Observation Identifiers Names and Codes — the standard vocabulary for lab tests, vital signs, and clinical observations; used in FHIR Observation.code. Ref: loinc.org.

MADR

Markdown Architectural Decision Records — a lightweight, structured Markdown format for ADRs stored in version control. Ref: adr.github.io/madr.

MDSAP

Medical Device Single Audit Program — one ISO 13485 quality-system audit recognized by Canada, the US, Australia, Brazil, and Japan; required for Health Canada Class II–IV device licences. Ref: FDA — MDSAP.

data lineage

The map of transformations a dataset or column goes through across systems — answers "how was this table derived" and "what breaks if I change something upstream." Distinct from provenance, which traces a single fact's origin. See Data lineage & provenance.

data provenance

The origin and chain of custody of one specific data value, back to its source. Distinct from lineage, which maps a dataset's transformation graph across systems. See Data lineage & provenance.

OpenLineage

An open standard for emitting lineage events from heterogeneous pipeline tools (Airflow, Spark, dbt, and others) to a common central store, avoiding bespoke pairwise lineage integrations. Ref: openlineage.io.

W3C PROV

A W3C data model for representing provenance — the origin, derivation, and attribution of data — in a tool-agnostic, general form. Ref: W3C PROV.

medallion

The bronze (raw, immutable) → silver (cleaned, conformed) → gold (analytics-ready, e.g. OMOP) layering pattern for refining data in a lakehouse. Ref: Databricks — medallion.

MLLP

Minimal Lower Layer Protocol — the TCP framing that wraps HL7v2 messages between systems; not natively receivable by a plain HTTP endpoint. Ref: HL7 v2 / MLLP.

MLOps

The practice of reproducible model training, versioned artifacts, controlled deployment, and continuous monitoring (drift) for production ML; for clinical AI it also carries regulatory traceability. Ref: Google — MLOps.

MONAI

Medical Open Network for AI — an open-source PyTorch framework for medical-imaging deep learning (co-developed with NVIDIA); MONAI Deploy packages models for clinical use. Ref: monai.io.

MRN

Medical Record Number — the unique patient identifier assigned by a healthcare organisation; one of the 18 HIPAA Safe Harbor identifiers.

NCPDP

National Council for Prescription Drug Programs — the standards body for pharmacy transactions; its Telecommunication (D.0) and Formulary & Benefit standards govern pharmacy claims and PBM messaging. Ref: ncpdp.org.

NFR

Non-Functional Requirement — a measurable requirement for how well a system performs (availability, latency, security, cost, compliance); NFRs drive most architecture. Ref: arc42 — quality requirements.

NIM

NVIDIA Inference Microservices — containerized, optimized model-serving you self-host, so PHI never leaves your boundary to reach a third-party model API. Ref: NVIDIA NIM.

NIST

National Institute of Standards and Technology — US agency publishing cybersecurity frameworks and HIPAA Security Rule implementation guidance (SP 800-66). Ref: NIST CSF.

NVIDIA AI Enterprise

NVIDIA's supported software runtime for deploying its AI/HLS stack consistently across cloud GPUs and on-prem DGX/HGX systems. Ref: NVIDIA AI Enterprise.

OMOP CDM

Observational Medical Outcomes Partnership Common Data Model — a standardised schema (current v5.4) for observational health data that enables cross-institution analytics and RWE; maintained by the OHDSI community. Ref: OMOP CDM.

ONC

Office of the National Coordinator for Health IT (now ASTP/ONC) — the US agency regulating certified EHR technology; § 170.315(g)(10) requires a SMART on FHIR API. Ref: healthit.gov.

Parabricks

NVIDIA's GPU-accelerated suite for genomics secondary analysis (GATK, DeepVariant) — a 30x genome in ~10 minutes (up to 107x acceleration with multiple GPUs), free for research via NGC with a licensed NVIDIA AI Enterprise support tier; narrower functionality than DRAGEN but typically cheaper at scale. Ref: NVIDIA Parabricks.

PBM

Pharmacy Benefit Manager — an organisation that administers prescription-drug benefits for payers: it runs real-time claims adjudication, manages the formulary, negotiates rebates, and processes payments. Ref: CMS — Part D.

PCCP

Predetermined Change Control Plan — an FDA-reviewed plan (final guidance Dec 2024) that pre-specifies permitted changes to an AI/ML device and how they're validated, so conforming changes ship without a new submission. Ref: FDA — PCCP.

PHI

Protected Health Information — individually identifiable health information held by a covered entity or business associate; HIPAA defines 18 identifiers whose presence makes data PHI. Ref: HHS — PHI / de-identification.

Alberta Netcare

Alberta's province-wide clinical EHR viewer, one of the longest-running and most comprehensive in Canada — aggregates labs, pharmacy dispenses, imaging reports, and clinical documents province-wide, still substantially on HL7v2/CDA-era feeds. See Canadian HLS architecture.

CA Core+

Canada Health Infoway's ongoing FHIR profile work extending CA Baseline toward broader, deeper coverage — an actively evolving area; confirm current scope directly with Infoway. See Canadian HLS architecture.

PharmaNet

British Columbia's province-wide pharmacy dispense network connecting every dispensing pharmacy in the province. See Canadian HLS architecture.

PHIPA

Personal Health Information Protection Act — Ontario's health-specific privacy law governing custodians of personal health information. Ref: Ontario IPC — PHIPA.

PII

Personally Identifiable Information — information that can identify an individual; PHI is the health-data subset. GDPR and laws like CCPA govern PII broadly.

PIPEDA

Personal Information Protection and Electronic Documents Act — Canada's federal private-sector privacy law for commercial collection, use, and disclosure of personal information. Ref: OPC — PIPEDA.

PMA

Premarket Approval — the FDA's most rigorous pathway, for high-risk (Class III) devices, requiring clinical evidence of safety and effectiveness. Ref: FDA — PMA.

Prior Authorization

A payer/PBM requirement that certain drugs or services be approved before they are covered; a major source of administrative burden that FHIR-based APIs (CMS, Da Vinci) aim to streamline. Ref: CMS — Prior Authorization.

PS-CA

Pan-Canadian Patient Summary — Canada Health Infoway's FHIR specification (based on the International Patient Summary) for a standardized snapshot of a person's essential health information across care settings. Ref: Infoway — PS-CA.

Quebec Law 25

Quebec's modernized private-sector privacy law, introducing GDPR-like obligations (explicit consent, breach reporting, privacy impact assessments). Ref: CAI Québec.

RAG

Retrieval-Augmented Generation — grounding an LLM by retrieving relevant passages from a trusted corpus and adding them to the prompt, so answers are sourced and citable; the dominant safe pattern for clinical LLM use. Ref: SMART Health IT.

RPO

Recovery Point Objective — the maximum acceptable data loss measured in time; drives backup frequency. Ref: AWS — RPO/RTO.

RTO

Recovery Time Objective — the maximum acceptable time to restore a system after a failure. Ref: AWS — RPO/RTO.

RWD

Real-World Data — health data collected outside controlled trials (EHRs, claims, pharmacy, labs, registries, wearables). Ref: FDA — RWE.

RWE

Real-World Evidence — clinical evidence about a product's use, benefits, or risks derived from analysing RWD; increasingly accepted for regulatory decisions when data and methods are credible. Ref: FDA — RWE.

Safe Harbor

A HIPAA de-identification method: remove all 18 specified identifiers (and have no actual knowledge of residual re-identification risk) and the data is no longer PHI. Ref: HHS — De-identification.

SaMD

Software as a Medical Device — software intended for a medical purpose without being part of a hardware device; FDA/Health Canada-regulated. Ref: FDA — SaMD.

SMART on FHIR

A standard for launching healthcare apps in an EHR context using OAuth2 authorisation and FHIR data access (current: SMART App Launch v2.2.0, with granular cruds scopes). Ref: SMART App Launch.

SNOMED CT

Systematized Nomenclature of Medicine — Clinical Terms — a comprehensive clinical terminology for diagnoses, findings, and procedures; the OMOP standard for conditions. Ref: snomed.org.

SOC 2

System and Organization Controls 2 — an auditing standard for service organisations across security, availability, confidentiality, and privacy; a common baseline trust signal. Ref: AICPA — SOC 2.

SQL-on-FHIR

An HL7 specification (SQL on FHIR v2) for defining portable, tabular projections of FHIR data via ViewDefinitions, making FHIR far easier to query with standard analytic/SQL tools. Ref: SQL on FHIR v2.

TCO

Total Cost of Ownership — the full lifetime cost of a system: build + run + opportunity cost; in HLS, run cost (managed FHIR, genomics, imaging egress) is the common surprise. Ref: AWS — TCO.

QHIN

Qualified Health Information Network — a network accredited by TEFCA's Recognized Coordinating Entity to exchange data with other QHINs under the Common Agreement; a health system reaches TEFCA by participating in a QHIN (usually via its HIE or EHR vendor), not by connecting to TEFCA directly. See USCDI, information blocking & TEFCA: operational labs.

RCE

Recognized Coordinating Entity — the organization (currently The Sequoia Project) that administers TEFCA's Common Agreement and accredits QHINs. Ref: RCE.

TEFCA

Trusted Exchange Framework and Common Agreement — the US framework (now in production via Qualified Health Information Networks) for nationwide health information exchange, increasingly FHIR-based. Ref: TEFCA / RCE.

TOGAF

The Open Group Architecture Framework — an enterprise-architecture methodology relevant where formal EA governance exists. Ref: TOGAF.

Tokenization

Replacing a patient's direct identifiers with an irreversible, consistent token so records about the same person can be linked across organisations without exposing PII — the engine behind RWD/RWE linkage (e.g. Datavant, HealthVerity). Ref: Datavant — linkage.

Unity Catalog

Databricks' unified governance layer for data and AI assets: column/row-level access control, dynamic masking, lineage, and audit — key for PHI governance. Ref: Unity Catalog.

US Core

The FHIR Implementation Guide defining the minimum data elements and profiles (aligned to USCDI) for US interoperability; required for ONC-certified EHRs. Ref: US Core IG.

USCDI

United States Core Data for Interoperability — the standardized set of health data classes/elements EHRs must support; versions advance regularly (v5 in 2024, v6 in 2025). US Core implements USCDI in FHIR. Ref: USCDI.

ViewDefinition

The SQL-on-FHIR artifact that defines a single tabular view over one FHIR resource type using FHIRPath for columns, filters, and unnesting; runnable via $viewdefinition-run/-export to CSV/NDJSON/Parquet. Ref: SQL on FHIR — ViewDefinition.

WAF

Well-Architected Framework — cloud-provider frameworks (AWS/GCP/Azure) for reviewing a design across security, reliability, performance, cost, operational excellence, and sustainability pillars. Ref: AWS WAF.

WGS

Whole Genome Sequencing — determining the complete DNA sequence of a genome; ~100 GB of raw data per sample at 30× coverage. Ref: GATK Best Practices.

21 CFR Part 11

The FDA regulation governing electronic records and electronic signatures in regulated industries, requiring audit trails, validation, and access controls. Ref: 21 CFR Part 11.

42 CFR Part 2

US federal regulation protecting substance-use-disorder treatment records; a 2024 final rule (compliance required Feb 2026) substantially aligned it with HIPAA — single TPO consent, HIPAA redisclosure and breach-notification rules apply, and segmentation is no longer mandatory. Ref: HHS — 42 CFR Part 2 Final Rule.

510(k)

The FDA premarket pathway for a device substantially equivalent to a legally-marketed predicate; the route most AI/ML devices take. Ref: FDA — 510(k).

Apache Iceberg

An open table format that brings ACID transactions, schema/partition evolution, and time travel to data-lake files on object storage — well suited to large, append-heavy datasets like variant stores. Ref: iceberg.apache.org.

C-CDA

Consolidated Clinical Document Architecture — an HL7 standard for structured clinical documents in XML (e.g. the Continuity of Care Document); widely used for transitions of care and HIE exchange, alongside FHIR. Ref: HL7 C-CDA.

CMS-0057

The CMS Interoperability and Prior Authorization Final Rule (2024) — requires impacted payers to expand FHIR APIs (Patient/Provider/Payer-to-Payer access) and implement an electronic prior-authorization API, with major requirements phasing in around 2027. Ref: CMS-0057-F.

FHIR extension

The standard FHIR mechanism for adding data the base spec doesn't model — an extension with a canonical URL defining its meaning and type — so additions stay interoperable rather than proprietary. Ref: FHIR extensibility.

FHIR profile

A StructureDefinition that constrains a FHIR resource for a use case (required elements, fixed cardinality, bound value sets, must-support); profiles can only narrow base FHIR, not loosen it. Ref: FHIR profiling.

S3 Tables

An AWS service providing fully managed Apache Iceberg tables in Amazon S3, with automatic compaction and table maintenance — Iceberg semantics without the operational overhead. Ref: Amazon S3 Tables.

TileDB

A storage engine based on sparse/dense multi-dimensional arrays; TileDB-VCF is purpose-built for genomic variant data with efficient cohort queries and incremental ingest. Ref: TileDB-VCF.

X12

The ASC X12 EDI standard for US healthcare administrative/financial transactions named by HIPAA — including 837 (claim), 835 (remittance), 270/271 (eligibility), 276/277 (claim status), and 278 (prior authorization). Ref: x12.org.

mCODE

minimal Common Oncology Data Elements — an HL7 FHIR Implementation Guide (driven by the CodeX accelerator) standardizing core cancer data: primary/secondary cancer conditions, TNM staging, tumor markers, cancer genomics, treatments, and disease status. Ref: mCODE IG.

ICD-O-3

International Classification of Diseases for Oncology, 3rd edition — codes cancer topography (site) and morphology (histology/behavior); used by pathology and cancer registries, distinct from ICD-10. Ref: WHO ICD-O.

TNM staging

The AJCC/UICC cancer staging system — Tumor (T), Nodes (N), Metastasis (M) combined into a stage group; has clinical and pathologic variants and is part of USCDI. Ref: AJCC.

NAACCR

North American Association of Central Cancer Registries — maintains the data dictionary and transmission standard for mandated reporting to central cancer registries (annual versions). Ref: naaccr.org.

GA4GH

Global Alliance for Genomics and Health — the body that publishes interoperable standards for sharing genomic data (VRS, Phenopackets, htsget, Beacon, DUO, Passports). Ref: ga4gh.org.

VRS

GA4GH Variation Representation Specification — a computable, normalized way to represent and identify genetic variants so the same variant gets the same identifier across systems (federated matching). Ref: vrs.ga4gh.org.

Phenopackets

A GA4GH standard packaging an individual's phenotype, disease, and genotype in a computable form; interoperates with FHIR for precision-medicine exchange. Ref: Phenopackets.

Beacon

A GA4GH discovery API (v2) that answers whether a dataset contains a given variant or query without exposing record-level data — enabling federated discovery across genomic cohorts. Ref: Beacon v2.

htsget

A GA4GH protocol for secure HTTP streaming of sequencing reads/variants (BAM/CRAM/VCF) by genomic region, so clients fetch only the data they need. Ref: htsget.

DUO

Data Use Ontology — a GA4GH standard for machine-readable encoding of a dataset's permitted uses/consent (e.g. disease-specific research only), enabling consent-aware data access. Ref: DUO.

GA4GH Driver Project

A large genomics initiative (e.g. 1000 Genomes, Genomics England 100,000 Genomes Project, All of Us, Matchmaker Exchange) that supplies real requirements and pilots a GA4GH standard before broad adoption — the discipline that keeps GA4GH standards grounded in actual deployments. Ref: GA4GH Driver Projects.

RefGet

A GA4GH standard for retrieving a reference sequence by a checksum-based identifier instead of a filename or loosely-versioned label, removing ambiguity about which exact reference build a coordinate is relative to. Ref: RefGet. See Genomics data standards & GA4GH.

Crypt4GH

A GA4GH file-encryption standard for genomic files at rest and in transit, used by archives like the European Genome-phenome Archive (EGA) so an archive operator doesn't need plaintext access to be a trusted party. Ref: Crypt4GH.

WES

Workflow Execution Service — a GA4GH common REST API for submitting and monitoring a workflow run regardless of the underlying engine (Cromwell, Toil, Arvados), sitting above CWL/WDL/Nextflow. Ref: GA4GH WES. See Genomics data standards & GA4GH.

TES

Task Execution Service — a GA4GH common API for executing one containerized task on diverse compute backends, the portable layer underneath a workflow engine. Ref: GA4GH TES.

TRS

Tool Registry Service — a GA4GH common API for describing and discovering versioned bioinformatics tools and workflows; Dockstore is the best-known TRS-compliant registry. Ref: GA4GH TRS · Dockstore.

Matchmaker Exchange

A real, running federated network for rare-disease diagnosis that fans a genotype/phenotype query across independently-operated nodes (PhenomeCentral, GeneMatcher, DECIPHER, and others) to find similar profiles elsewhere, without exposing each node's full patient dataset. Ref: Matchmaker Exchange. See Genomics data standards & GA4GH.

Synthea

An open-source (MITRE, Apache-2.0) synthetic patient population simulator that generates realistic but entirely fictional lifelong health records, exported as FHIR/US Core, Bulk FHIR,C-CDA, and CSV — the standard PHI-free data source for labs and demos. Ref: Synthea.

FAIR

A set of data-stewardship principles — Findable, Accessible, Interoperable, Reusable — that is the north star for life-science data strategy and the prerequisite for AI-ready data. Ref: GO FAIR.

data mesh

A decentralized data-architecture approach where domain teams own their data as products on a shared self-serve platform, under federated governance — suited to large orgs with mature domains. Ref: Data mesh principles.

data fabric

An architecture that uses a metadata/virtualization layer to connect and access data across many disparate sources without first consolidating them — useful over hard-to-replace legacy systems.

data product

A dataset treated as a product: with a clear owner, documented interface/contract, quality SLA, and consumers — the unit of a data mesh and a discipline usable in any architecture.

CDO

Chief Data Officer — the executive who owns the organization's data vision, governance, and value strategy; the typical sponsor of an HLS/biotech data strategy.

CRO

Contract Research Organization — a company (e.g. IQVIA, ICON, Parexel) that pharma/biotech sponsors outsource clinical-trial execution to: patient recruitment, site monitoring, data management, regulatory submissions. Over half of industry-sponsored trials now run through a CRO. Ref: CRO overview.

AMC

Academic Medical Center — a hybrid provider-and-research institution (a teaching hospital tied to a university) where both HIPAA (care) and GxP/IRB (research) regulatory regimes apply within the same organization.

CPHIMS

Certified Professional in Healthcare Information and Management Systems — a HIMSS credential validating broad healthcare-IT management knowledge. Ref: HIMSS CPHIMS.

ASTP/ONC

The Assistant Secretary for Technology Policy/Office of the National Coordinator for Health IT — ONC's name after a July 2024 HHS reorganization expanded its scope to technology, data, and AI policy; both "ONC" and "ASTP/ONC" appear in the wild. Ref: ASTP/ONC.

EU AI Act

The EU's cross-sector AI law. AI embedded in or acting as an MDR/IVDR-regulated medical device is automatically high-risk; obligations for such devices apply from August 2027 (a year later than standalone high-risk use cases). Ref: EU AI Act.

Gravity Project

The HL7 FHIR accelerator that standardized Social Determinants of Health (SDOH) data — profiles on Condition/Observation/Goal/ServiceRequest, and the reason USCDI added SDOH data classes. Ref: Gravity Project. See SDOH & health equity data.

PRAPARE

Protocol for Responding to and Assessing Patients' Assets, Risks, and Experiences — a widely used, standardized SDOH screening instrument for primary care and community health center settings. Ref: PRAPARE. See SDOH & health equity data.

AHC-HRSN

Accountable Health Communities Health-Related Social Needs screening tool — a CMS-developed standardized SDOH screening instrument, originally built for the Accountable Health Communities model. Ref: CMS — AHC Model.

Z-codes

TheICD-10-CMZ55–Z65 range ("persons with potential health hazards related to socioeconomic and psychosocial circumstances") — the standard diagnosis-adjacent coding for SDOH problems, historically under-coded because it hasn't directly driven reimbursement. See SDOH & health equity data.

closed-loop referral

A referral architecture pattern where a clinical system's identified need (e.g. via SDOH screening) is sent to a service provider and an outcome/status update flows back, closing the loop — as opposed to a one-way referral with no return data. Commercial platforms in this category include Unite Us, findhelp, and NowPow.

HEDIS

Healthcare Effectiveness Data and Information Set — NCQA's dominant payer quality-measurement standard, spanning effectiveness of care, access, member experience, and utilization; moving from claims+chart-abstraction "hybrid" measures toward ECDS/FHIR-based reporting. Ref: NCQA HEDIS.

HCC

Hierarchical Condition Category — the diagnosis-code-derived category system used to risk-adjust health-plan payment to a population's actual health risk; under-documented conditions understate HCC risk scores and payment.

DRG

Diagnosis-Related Group — the unit of Medicare's inpatient prospective payment system: a hospital is paid a fixed amount per admission based on the assigned DRG (diagnoses, procedures, complications/comorbidities), regardless of the actual cost of the stay — making documentation completeness a direct revenue lever. Ref: CMS — IPPS. See Health system operations.

RVU

Relative Value Unit — the unit behind Medicare's RBRVS used to pay physicians for outpatient/professional-fee work; many health systems still tie physician compensation directly to RVUs produced. Ref: CMS — RBRVS. See Health system operations.

capitation

A payment model where a provider receives a fixed amount per member per month regardless of utilization, flipping the financial incentive from fee-for-service: fewer, better-coordinated encounters increase margin instead of more encounters increasing revenue. See Health system operations.

SBAR

Situation, Background, Assessment, Recommendation — the dominant structured clinical-handoff format (e.g. nursing shift change), designed to transfer clinical judgment between people, not just data between systems.

risk adjustment

The practice of pricing health-plan payment to enrollee health risk (via HCC coding), run prospectively (prior-year data), concurrently (real-time, during the encounter), or retrospectively (post-claims chart review) to correct under-coding.

cohort diagnostics

An OHDSI HADES R package that validates a cohort definition before it is trusted in a study — checking incidence rate over time/across databases, index-event breakdown, and orphan concepts; run per site since the same definition can behave sanely at one site and not another. Ref: Book of OHDSI. See OHDSI end-to-end.

HADES

Health Analytics Data-to-Evidence Suite — the family of OHDSI R packages (CohortMethod, SelfControlledCaseSeries, PatientLevelPrediction, CaseControl) that perform observational analysis on OMOP CDM data, sharing a common target/comparator/outcome cohort framework. Ref: OHDSI HADES.

empirical calibration

The OHDSI technique of running an analysis pipeline against negative control outcomes (with no plausible causal link to the exposure) to measure a method's real systematic error on a given database, then using that distribution to recalibrate the real result's p-value and confidence interval. Ref: EmpiricalCalibration. See OHDSI end-to-end.

negative control

An outcome (or exposure) with no plausible causal relationship to what's being studied, used to detect and calibrate for residual bias in an observational analysis — its estimated effect should center on the null if the method is unbiased.

Strategus

An OHDSI convention/tool for bundling cohort definitions, an analysis specification, negative controls, and execution settings into one versioned R package that runs unchanged at any network site against its own OMOP CDM, returning only aggregate results. Ref: OHDSI Strategus.

Da Vinci Project

The HL7 FHIR accelerator producing implementation guides for payer-provider data exchange and value-based care — including HRex, CRD, DTR, PAS, CDex, DEQM (Gaps in Care), Risk Adjustment, and PDex. Ref: HL7 Da Vinci.

CDISC

Clinical Data Interchange Standards Consortium — maintains the standards (CDASH, SDTM, ADaM, ODM) that make clinical-trial data consistent, submittable, and analyzable across the industry. Ref: cdisc.org.

CDASH

Clinical Data Acquisition Standards Harmonization — the CDISC standard for structuring case report form (CRF) fields at data collection time, in the EDC system.

SDTM

Study Data Tabulation Model — the CDISC standard for organizing collected trial data into standardized domains/tables for regulatory submission and review.

ADaM

Analysis Data Model — the CDISC standard for deriving analysis-ready datasets from SDTM, used for statistical analysis and submission.

EDC

Electronic Data Capture — the system of record where site staff enter patient data during a clinical trial (e.g. Medidata Rave, Oracle InForm, Veeva Vault EDC); distinct from a CTMS, which manages trial operations rather than data.

CTMS

Clinical Trial Management System — manages trial operations (site selection, enrollment tracking, monitoring visits, budgets), as distinct from the EDC system that holds the trial data itself.

NHS DSPT

The NHS Data Security and Protection Toolkit — the UK's mandatory annual self-assessment for organisations with access to NHS patient data; higher-tier organisations assess against the Cyber Assessment Framework (CAF) with mandatory independent audit. Ref: DSPT.

PMDA

Pharmaceuticals and Medical Devices Agency — Japan's regulator for drugs and medical devices (under MHLW), the FDA/EMA counterpart for the Japanese market. Ref: PMDA.

TGA

Therapeutic Goods Administration — Australia's medical device and therapeutic goods regulator, covering software/AI-based medical devices via the ARTG register.

MPI

Master Patient Index (or EMPI — Enterprise MPI) — the system that reconciles patient identity across every source feeding a platform, using deterministic, probabilistic, or hybrid/AI-assisted matching to produce one golden record per patient. Ref: ONC — patient matching.

NPI

National Provider Identifier — the unique identifier assigned to every US healthcare provider (individual or organization), the canonical provider identifier to use in a data model instead of local system IDs or names.

NPPES

National Plan and Provider Enumeration System — the CMS system that assigns and publicly registers NPIs. Ref: NPPES.

cloud repatriation

Moving workloads from public cloud back to private cloud or on-premises infrastructure — often motivated by cost at scale or vendor lock-in concerns; a live 2025-26 industry trend, not a niche pattern. See On-premises & hybrid and Cloud portability & avoiding lock-in.

CWL

Common Workflow Language — a vendor-neutral workflow standard with many independent implementations (Toil, Arvados, cwltool, and commercial platforms), favored where a pipeline must run unmodified across multiple institutions' infrastructure. Ref: commonwl.org.

WDL

Workflow Description Language — a workflow specification (not a combined engine) requiring a separate execution engine (Cromwell, miniwdl, or a vendor's interpreter); strong in the Broad Institute/Terra/GATK ecosystem. Ref: Cromwell.

DRAGEN

Illumina's FPGA-accelerated secondary-analysis platform — processes a 30x genome in ~25 minutes versus 15+ hours CPU-only; broader clinical functionality (single-cell, pharmacogenomic star-allele calling) than GPU alternatives, but the license typically dominates cloud run cost. Ref: Illumina DRAGEN.

DNAnexus

A managed, multi-cloud (AWS/GCP/Azure) genomics platform supporting WDL/CWL/Nextflow execution with its own workflow interpreter; HIPAA/GDPR/ISO 27001/SOC 2 certified and powers the UK Biobank Research Analysis Platform. Ref: dnanexus.com.

CRAM

A reference-based, compressed alternative to BAM for aligned sequencing reads — typically 30-60% smaller than the equivalent BAM by storing differences from a reference genome rather than full sequences; requires the exact reference used for compression to be retained for decompression.

pajama time

Clinician EHR/documentation work completed outside scheduled clinical hours — a widely tracked burnout proxy metric, often surfaced natively by EHR vendor analytics (e.g. Epic Signal). See EHR usability & clinical documentation burden.

ambient clinical documentation

A category of AI tooling that captures the audio of a patient encounter and drafts a clinical note via transcription + LLM summarization, with mandatory clinician review before the note enters the legal record — an "AI scribe." See EHR usability & clinical documentation burden.

alert fatigue

The clinical-safety failure mode where high false-alarm rates from monitoring/CDS systems train clinicians to routinely override or ignore alerts, reducing responsiveness to genuine deterioration; the central design constraint for real-time streaming clinical analytics. See Real-time streaming clinical analytics.

MCP

Model Context Protocol — an open protocol (Anthropic, Nov 2024; donated to the Linux Foundation's Agentic AI Foundation, Dec 2025) standardizing how AI agents discover and call external tools and data sources; the "agent-facing contract" that sits above FHIR's "system-facing contract" in an AI-agent-over-FHIR architecture. Ref: modelcontextprotocol.io. See AI agents on FHIR.

R4B

An interim, additive-only FHIR release (2022) sitting between R4 and R5 — it introduced topic-based Subscriptions and a few new resources without breaking or reshaping anything in R4. See FHIR version migration & compatibility.

CodeableReference

A FHIR R5 data type that merges what R4 modeled as two separate elements (a CodeableConcept and a Reference, e.g. MedicationRequest.reasonCode/reasonReference) into one field that can hold either — a common source of silent breakage when migrating R4 code to R5. See FHIR version migration & compatibility.

OAuth 2.1

The consolidated OAuth authorization framework (folding in security best practices like mandatory PKCE) that both SMART on FHIR and the MCP Authorization specification build on — the client/authorization-server split an SA should recognize as the same pattern in both contexts.

results matching ""

    No results matching ""