Skip to main content
Version: v0.0.2

Interface: ValueSetMemberUndetermined

A fail-safe undetermined membership - the never-fabricate outcome for a value set that could not be fully evaluated (a missing code system, a truncated expansion). The engine refuses to guess: it returns neither true nor false, so a caller can never mistake "we could not check" for "not a member" (a false "not a member" is a clinical error).

Properties

code

readonly code: "TERM_VALUESET_CANNOT_EXPAND"

The stable diagnostic code (TERM_VALUESET_CANNOT_EXPAND).


coding

readonly coding: Coding

The coding that was tested, echoed.


diagnostics

readonly diagnostics: readonly ExpansionDiagnostic[]

The surfaced reasons the check could not be completed.


undetermined

readonly undetermined: true

Discriminant: membership could not be decided.