Skip to main content
Version: v0.0.3

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?

readonly optional code?: CD


effectiveTime?

readonly optional effectiveTime?: IVL_TS


ids

readonly ids: readonly II[]


interpretation?

readonly optional interpretation?: CD


narrative?

readonly optional narrative?: string


referenceRange?

readonly optional referenceRange?: ReferenceRange


value?

readonly optional value?: ObservationValue