Skip to main content
Version: v0.0.2

Interface: Property

One property value on a concept - models FHIR R4 $lookup property ("one or more properties that contain additional information about the code, including status"). Carried verbatim from the release; never fabricated.

Properties

code

readonly code: string

Identifies the property (FHIR property.code), e.g. "shortDescription", "TTY", "parent".


description?

readonly optional description?: string

Optional human-readable rendering of the value (FHIR property.description).


value

readonly value: string | number | boolean

The property value (FHIR property.value[x]), reduced to the primitive kinds the readers emit.