Skip to main content
Version: v0.0.2

Interface: LookupResult

A successful lookup: the concept's details plus its release provenance.

Properties

code

readonly code: string

The code, echoed.


definition?

readonly optional definition?: string

The formal definition, when present.


display?

readonly optional display?: string

The preferred display, when the release carried one (never fabricated).


found

readonly found: true

Discriminant: the code was found.


properties

readonly properties: readonly Property[]

The concept's properties, in load order (frozen, may be empty).


status?

readonly optional status?: ConceptStatus

The concept's status flags, when present.


system?

readonly optional system?: string

The code system's canonical URI, when known.


version?

readonly optional version?: string

The release version, when known.