Skip to main content
Version: v0.0.4

Interface: ResultInput

Input for an R (result) record. No clinical field is defaulted; unsupplied ⇒ empty.

Properties

abnormalFlags?

readonly optional abnormalFlags?: string

Field 7 - abnormal flags, emitted verbatim (never defaulted to N).


completedAt?

readonly optional completedAt?: string

Field 13 - test-completed timestamp, verbatim.


instrument?

readonly optional instrument?: string

Field 14 - instrument identifier.


operator?

readonly optional operator?: string

Field 11 - operator.


referenceRange?

readonly optional referenceRange?: string

Field 6 - reference range, emitted verbatim.


resultStatus?

readonly optional resultStatus?: string

Field 9 - result status, emitted verbatim (never defaulted to F).


seq?

readonly optional seq?: string


startedAt?

readonly optional startedAt?: string

Field 12 - test-started timestamp (YYYYMMDDHHMMSS), verbatim.


type

readonly type: "R"


units?

readonly optional units?: string

Field 5 - units (vendor free text; never defaulted, guessed, or converted).


universalTestId?

readonly optional universalTestId?: readonly string[]

Field 3 - Universal Test ID components (verbatim).


value?

readonly optional value?: string

Field 4 - the measured value, emitted verbatim (never defaulted).