Interface: Result
A single Result Observation. code is the LOINC test; value is the typed
result (a UCUM-checked quantity, coded value, string, or range);
referenceRange is the normal interval; interpretation is the H/L/N flag.
Example
import type { Result } from "@cosyte/ccda";
function highFlag(r: Result): boolean {
return r.interpretation?.code === "H";
}
Properties
code?
readonlyoptionalcode?:CD
effectiveTime?
readonlyoptionaleffectiveTime?:IVL_TS
ids
readonlyids: readonlyII[]
interpretation?
readonlyoptionalinterpretation?:CD
narrative?
readonlyoptionalnarrative?:string
referenceRange?
readonlyoptionalreferenceRange?:ReferenceRange
value?
readonlyoptionalvalue?:ObservationValue