EHR Platform — Developer Documentation
The secured, technical documentation for the EHR platform: how it is built and how each backend feature works — architecture, data models, APIs, configuration, and operations.
This is the developer half of a two-site docs system. Plain-language guides on how to use each feature in the UI live on the public User site (frontend), keyed by the same feature names.
Start here
- How features work — one page per platform capability (engine).
- Operations — configuration and feature-flag runbooks (e.g. PII encryption at rest).
- API Reference — generated from the live OpenAPI.
How these docs stay complete and in sync
Every capability is listed once in docs/feature-catalog.json; a CI coverage gate
(scripts/docs-coverage.mjs) fails the build if any capability has no page, and a feature's PR
updates its page. See docs/README.md for the full contributor workflow.