Skip to main content
Version: v0.0.6

Variable: ISSUE_REGISTRY

const ISSUE_REGISTRY: Readonly<Record<IssueCode, IssueMeta>>

The per-code registry: severity, FHIR issue-type, and a static message. Frozen and exhaustive over ISSUE_CODES (enforced by the Record<IssueCode, …> type - a new code will not compile until it has an entry).