Skip to main content
Version: v0.0.4

Interface: ConceptStatus

The status flags a $lookup/$validate-code carries on a concept - the safety surface that stops a non-current or non-billable code from being presented as clean. Present only when the loaded release supplied status information; the engine never fabricates a status.

Properties

active

readonly active: boolean

Convenience: activity === "active". A caller can gate on this without a switch.


activity

readonly activity: ConceptActivity

The normalized ConceptActivity.


billable?

readonly optional billable?: boolean

For classification systems (ICD-10-CM): is this a billable/valid leaf? A header is false.


code?

readonly optional code?: DiagnosticCode

A stable DiagnosticCode naming the concern, when the concept is not clean-active.


raw?

readonly optional raw?: string

The steward's raw status token, carried verbatim (e.g. "DEPRECATED", "O", "0").