Variable: ISSUE_REGISTRY
constISSUE_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).