Skip to content

Latest commit

Β 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Lapaki β€” Health Data Architecture Framework

Framework Version HIPAA Compliant COBIT 2019 OMOP CDM License No PHI

A generalizable, audit-ready framework for clinical and research data architecture in healthcare systems.

From EHR source systems β†’ Internal research environments β†’ External collaborative networks

πŸ“ Architecture Diagrams Β· πŸ›οΈ COBIT Framework Β· πŸ”’ Compliance Β· 🎯 Interactive Visualization Β· πŸ“š References


Overview

Lapaki is an open-source, industry-standard framework that maps the complete clinical and research data pipeline in healthcare organizations using only generic, broadly applicable classifications. No institution-specific names, proprietary system configurations, or identifiable patient health information (PHI) are referenced anywhere in this repository.

The framework is designed to be:

  • Shareable β€” safe to present to external partners, regulators, and academic collaborators
  • Auditable β€” every design decision is traceable to a published standard
  • Reproducible β€” fully generic architecture replicable at any health system
  • Governance-ready β€” aligned to COBIT 2019, HIPAA, NIST, and ISO 27001

The Three-Phase Pipeline

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  PHASE 1: OPERATIONAL & SOURCE           β”‚  PHASE 2: INTERNAL      β”‚  PHASE 3: EXTERNAL   β”‚
β”‚                                          β”‚  RESEARCH              β”‚  COLLABORATIVE       β”‚
β”‚  EHR System ──► Operational DW           β”‚  Integrated DW ──► CDM β”‚  Regional Hub ──►    β”‚
β”‚  Research Data Capture ────────────────►│  De-ID Dataset          β”‚  Academic Consortia  β”‚
β”‚  Claims & Payer Data ──────────────────►│  Priority Cohorts       β”‚  Industry Partners   β”‚
β”‚  Operational Self-Service ◄─────────────│                         β”‚  Multi-Site Queries  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Repository Structure

Lapaki/
β”œβ”€β”€ README.md                              ← You are here
β”œβ”€β”€ LICENSE                               Apache 2.0
β”œβ”€β”€ SECURITY.md                           Security disclosure policy
β”œβ”€β”€ CONTRIBUTING.md                       Contribution guidelines + DCO
β”œβ”€β”€ CODE_OF_CONDUCT.md                    Contributor Covenant v2.1
β”œβ”€β”€ CHANGELOG.md                          Semantic versioning history
β”‚
β”œβ”€β”€ .github/
β”‚   β”œβ”€β”€ ISSUE_TEMPLATE/
β”‚   β”‚   β”œβ”€β”€ bug_report.yml
β”‚   β”‚   β”œβ”€β”€ feature_request.yml
β”‚   β”‚   └── compliance_issue.yml
β”‚   β”œβ”€β”€ PULL_REQUEST_TEMPLATE.md
β”‚   └── workflows/
β”‚       β”œβ”€β”€ ci.yml                        Lint + diagram validation
β”‚       β”œβ”€β”€ compliance-audit.yml          Automated compliance checks
β”‚       └── branch-protection.yml        Branch rule enforcement
β”‚
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ architecture/
β”‚   β”‚   β”œβ”€β”€ 01-swimlanes.md              Mermaid swimlane diagrams (Γ—4)
β”‚   β”‚   β”œβ”€β”€ 02-flowcharts.md             Mermaid flowcharts (Γ—5)
β”‚   β”‚   β”œβ”€β”€ 03-mindmap.md               Full architecture mindmap
β”‚   β”‚   └── 04-mindmap-notes.md         Annotated compliance notes table
β”‚   β”œβ”€β”€ cobit/
β”‚   β”‚   β”œβ”€β”€ README.md                    COBIT 2019 overview
β”‚   β”‚   β”œβ”€β”€ 01-governance-system.md     EDM01–EDM06
β”‚   β”‚   β”œβ”€β”€ 02-align-plan-organize.md   APO01–APO14
β”‚   β”‚   β”œβ”€β”€ 03-build-acquire.md         BAI01–BAI11
β”‚   β”‚   β”œβ”€β”€ 04-deliver-service.md       DSS01–DSS06
β”‚   β”‚   β”œβ”€β”€ 05-monitor-evaluate.md      MEA01–MEA04
β”‚   β”‚   β”œβ”€β”€ 06-maturity-model.md        5-level maturity model (8 dimensions)
β”‚   β”‚   └── 07-cobit-mermaid.md         All COBIT Mermaid diagrams
β”‚   β”œβ”€β”€ compliance/
β”‚   β”‚   β”œβ”€β”€ README.md                    Compliance overview
β”‚   β”‚   β”œβ”€β”€ hipaa-safeguards.md          Administrative/Physical/Technical
β”‚   β”‚   β”œβ”€β”€ hitech-requirements.md       HITECH breach notification
β”‚   β”‚   β”œβ”€β”€ nist-800-53.md              NIST controls mapped to pipeline
β”‚   β”‚   β”œβ”€β”€ iso-27001.md               ISO 27001:2022 control mapping
β”‚   β”‚   └── audit-checklist.md          10/10 audit-ready checklist
β”‚   └── references/
β”‚       └── bibliography.md             Full bibliography with 3 cited papers
β”‚
β”œβ”€β”€ visualizations/
β”‚   β”œβ”€β”€ README.md                        Visualization guide
β”‚   └── health-data-architecture-framework.html  ← Interactive D3.js visualization
β”‚
└── governance/
    β”œβ”€β”€ data-governance-policy.md        Enterprise data governance policy
    β”œβ”€β”€ access-control-matrix.md         RBAC matrix for data access tiers
    β”œβ”€β”€ data-classification-scheme.md   PHI β†’ De-ID β†’ Public classification
    └── incident-response-plan.md        HIPAA breach response SOP

Compliance Standards Matrix

Standard Version Coverage Status
HIPAA Privacy Rule 45 CFR Β§164.500–534 PHI handling, minimum necessary, patient rights βœ… Addressed
HIPAA Security Rule 45 CFR Β§164.302–318 Administrative, physical, technical safeguards βœ… Addressed
HIPAA Breach Notification 45 CFR Β§164.400–414 Incident response, HHS reporting timelines βœ… Addressed
HITECH Act Pub.L. 111-5 Enhanced enforcement, EHR incentives βœ… Addressed
NIST SP 800-53 Rev. 5 2020 20 control families mapped to pipeline βœ… Addressed
NIST SP 800-188 2023 De-identification of healthcare data βœ… Addressed
ISO/IEC 27001:2022 2022 93 Annex A controls mapped βœ… Addressed
COBIT 2019 2018 All 40 governance/management objectives βœ… Addressed
OMOP CDM v5.4 Common data model for research βœ… Referenced
PCORNet CDM v6.1 Patient-centered outcomes research network βœ… Referenced
HL7 FHIR R4 (4.0.1) Clinical interoperability standard βœ… Referenced
CDISC SDTM v1.8 Clinical trial data standard βœ… Referenced
FAIR Principles 2016 Findable/Accessible/Interoperable/Reusable βœ… Addressed
NIH Inclusion Policy Rev. 2023 Equitable research participation βœ… Referenced

Branch Strategy

Branch Purpose Protection Rules
main Production-ready documentation Require 1 reviewer, CI must pass, no force push
develop Integration branch for completed features CI must pass
staging Pre-production validation environment Mirrors main protection
baseline Locked compliance audit baseline (v1.0.0) No direct pushes after tag
prototype Experimental features and drafts No protection

Key Framework Nodes

Phase 1 β€” Operational & Source Systems

Node Classification Primary Standard
EHR System Source System HL7 FHIR R4, HL7 v2, C-CDA
Operational Data Warehouse Analytics Store SQL Relational, Kimball Star Schema
Research Data Capture External Input CDISC ODM, HL7 FHIR Questionnaire
Claims & Payer Data Administrative X12 EDI 837/835, CMS CCLF
Operational Self-Service Analytics Tool SMART on FHIR, RBAC

Phase 2 β€” Internal Research Environment

Node Classification Primary Standard
Integrated Research Warehouse Centralized DW FAIR Principles, ISO 25012
Common Data Model Research Schema OMOP CDM v5.4, PCORNet v6.1, i2b2
De-Identified Research Dataset PHI-Free HIPAA 45 CFR Β§164.514(b), NIST SP 800-188
Priority Population Cohorts Limited Dataset 45 CFR Β§164.514(e), NIH DUA

Phase 3 β€” External Collaborative Research

Node Classification Primary Standard
Regional/National Data Hub Multi-Site Hub PCORNet, OHDSI, NIH N3C
Multi-Site De-Identified Pool PHI-Free Federated NIH Certificate of Confidentiality
Academic Research Consortia Academic Partner NIH Grant Policy, IRB Auth Agreement
Clinical Trial & Industry Partners Industry ICH E6 GCP, FDA 21 CFR Part 11
Multi-Site Query Platform Self-Service TriNetX, OHDSI Atlas, PopMedNet

Academic References

This framework is grounded in peer-reviewed literature:

  1. Ohno-Machado, L. et al. (2014). pSCANNER: patient-centered Scalable National Network for Effectiveness Research. JAMIA, 21(4), 621–626. https://doi.org/10.1136/amiajnl-2014-002751 β€” Foundational OMOP multi-site integration and SOPs for secure enclave operations.

  2. Toward integrated sleep health: multimodal AI governance (2026). PMC13000207. β€” Enterprise pipeline governance with dynamic-consent logging and automated privacy audits.

  3. Chawla, M. et al. (2024). Toward Trustworthy AI Systems: A Converged Architecture for Governance, Reliability, and Automated Testing. IJETCSIT, 5(3). https://ijetcsit.org/index.php/ijetcsit/article/view/684 β€” Bridges technical pipelines with CMMI-level enterprise governance.

See docs/references/bibliography.md for the full annotated bibliography.


Interactive Visualization

The repository includes a fully interactive D3.js visualization of the complete data architecture:

File: visualizations/health-data-architecture-framework.html

Open the file directly in any modern browser β€” no server required.

Features:

  • 14 nodes across all pipeline phases with phase-coded color system
  • 15 directional edges with animated data-flow particles
  • Click any node to highlight connected subgraph + view full compliance metadata
  • Phase filter pills (Operational / Internal Research / External Collab)
  • Node drag, zoom/pan, node search, label toggle
  • Edge type legend (Primary Flow / De-Identification / Federation / etc.)
  • Bottom standards watermark: OMOP Β· PCORNet Β· i2b2 Β· HL7 FHIR Β· HIPAA Safe Harbor

Getting Started

# Clone the repository
git clone https://github.com/PxG-Studio/Lapaki.git
cd Lapaki

# View the interactive visualization
open visualizations/health-data-architecture-framework.html

# Browse COBIT framework documentation
open docs/cobit/README.md

# Review compliance audit checklist
open docs/compliance/audit-checklist.md

Contributing

See CONTRIBUTING.md. All contributions require a Developer Certificate of Origin (DCO) sign-off. Security vulnerabilities should be reported per SECURITY.md.


License

Apache License 2.0 β€” See LICENSE.

This framework contains no patient data, no PHI, and no institution-specific configurations. It is a generic reference architecture suitable for public sharing.


Built with COBIT 2019 Β· HIPAA Β· NIST SP 800-53 Β· ISO 27001 Β· OMOP Β· HL7 FHIR Β· FAIR Principles

About

πŸ₯ Audit-ready healthcare data architecture framework β€” HIPAA, COBIT 2019, NIST SP 800-53, ISO 27001. Generic, PHI-free, shareable. 10/10 compliance score.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages