Skip to main content
Version: v0.0.4

Interface: OruObservation

Typed OBX (observation / result) content for buildOru.

Properties

abnormalFlags?

readonly optional abnormalFlags?: string

OBX-8 Abnormal Flags (e.g. "H", "L", "N").


identifier?

readonly optional identifier?: CWE

OBX-3 Observation Identifier.


observationDateTime?

readonly optional observationDateTime?: string | DtmParts

OBX-14 Date/Time of the Observation.


observationResultStatus?

readonly optional observationResultStatus?: string

OBX-11 Observation Result Status (e.g. "F" final, "P" preliminary).


referenceRange?

readonly optional referenceRange?: string

OBX-7 References Range.


setId?

readonly optional setId?: string

OBX-1 Set ID.


units?

readonly optional units?: CWE

OBX-6 Units.


value?

readonly optional value?: string

OBX-5 Observation Value (emitted verbatim: the caller owns its formatting).


valueType?

readonly optional valueType?: string

OBX-2 Value Type (e.g. "NM", "ST", "CE", "TX").