Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

med-wiki

A practical reference for software engineers working in healthcare. Written from a developer's perspective — focused on what you need to know to build, integrate, and ship.

The notes below are organized like a book: a Preface, five thematic Parts of numbered Chapters that build on one another, and an Appendix for reference material. Read in order if you're new to healthcare IT. Jump to a specific chapter if you're hunting for a topic.


Table of Contents

Preface

Part I — Foundations

Orient yourself in the healthcare software landscape.

  1. Healthcare IT - Home — Big-picture index with tech analogies for every core concept
  2. Common Healthcare Workflows — Admit/discharge, lab orders, referrals, billing, and the events behind them
  3. EHR Landscape — The major Electronic Health Record vendors

Part II — The Data Languages

The formats and vocabularies every healthcare integration speaks.

  1. Healthcare Data Standards — Overview tying HL7v2, FHIR, CCDA, and X12 together
  2. Medical Coding Systems — LOINC, SNOMED CT, ICD-10, CPT, RxNorm — the vocabularies clinical data is built from
  3. HL7v2 Essentials — The legacy pipe-delimited messages used inside hospitals
  4. FHIR Deep Dive — The modern REST/JSON API standard
  5. CCDA — The XML document format for clinical document exchange

Part III — Security & Access

You cannot ship in healthcare without these.

  1. HIPAA for Developers — The privacy law, BAAs, and what you must build to stay compliant
  2. Healthcare Authentication — SMART on FHIR (OAuth2 for healthcare apps)

Part IV — Building Integrations

Tools, vendors, and architectural patterns for wiring systems together.

  1. Mirth Connect — The most common open-source integration engine
  2. Integration Patterns — Hub-and-spoke, pub-sub, facade, bulk data, and more
  3. Epic Systems — The dominant US EHR and how to integrate with it

Part V — Cross-Organizational Exchange

How data moves between separate organizations.

  1. Direct Messaging Protocol — Encrypted "email" for clinical documents
  2. Health Information Exchange (HIE) — Regional networks for sharing patient data, including state/regional HIEs in detail
  3. QHIN and TEFCA — The federal framework and the 8 designated national QHINs
  4. Kno2 — Managed API for Direct, HIE, TEFCA, and the PD/DQ/DR query workflow

Appendix


About this wiki

These are working developer notes — practical, opinionated, and code-first. Every chapter targets engineers building healthcare software, not clinicians or compliance officers. Expect:

  • Real HL7 messages, real FHIR JSON, real curl calls
  • Web-dev analogies (Stripe, OAuth, Kafka, GitHub Apps, etc.) for unfamiliar healthcare concepts
  • "Beginner primer" callouts at the top of every chapter for fast orientation
  • Cross-references to related chapters whenever concepts overlap

How to read these notes

  • Cross-references use Obsidian-style [[wikilinks]]. On GitHub these don't render as clickable links — open the vault in Obsidian for full navigation, or use the table of contents above.
  • Read in order if new. Each Part builds on the previous one; chapters within a Part can be read sequentially.
  • Jump around if experienced. Every chapter is self-contained enough to read alone.
  • If something is wrong or missing, open a PR.

About

A practical healthcare IT reference for software engineers — FHIR, HL7v2, CCDA, HIPAA, SMART on FHIR, Epic, TEFCA/QHINs, HIEs, and integration patterns, written from a developer's perspective.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors