Skip to main content
Version: v0.0.2

Interface: ValidateCodeResult

The result of validateCode - models FHIR R4 $validate-code's result boolean. A found concept is valid: true carrying its status (a deprecated or header code validates as present but is flagged, never presented clean); an absent code is valid: false, never a guessed true.

Properties

code?

readonly optional code?: DiagnosticCode

For an invalid code, the stable diagnostic (TERM_CODE_UNKNOWN); absent when valid.


status?

readonly optional status?: ConceptStatus

The concept's status flags, when the code was found and the release carried status.


valid

readonly valid: boolean

FHIR result: true if the code is a valid member of the code system.