Skip to main content
Version: v0.0.3

Interface: SigField

One decoded component of a structured SIG, always carrying its SigFieldProvenance so a consumer can tell, per field, whether the value was coded, derived from uncoded structure, or absent. A "coded" field's code keeps its source qualifier verbatim (SNOMED CT / NCI Thesaurus / etc.) so the provenance is auditable even when our qualifier table lags the spec.

Properties

code?

readonly optional code?: CodedValue

The code + recognized system, when the structure carried a coded value.


provenance

readonly provenance: SigFieldProvenance

Whether this field was coded, derived from uncoded structure, or absent.


text?

readonly optional text?: string

Verbatim human-readable text, when the structure carried any.