Skip to content

LabObservationResultInput

Payload for a client portal setting

Fields

units · String · The units of the measurement e.g "x10E3/uL^x10E3/uL"
reference_range · String · The reference range e.g "3.4-10.8"
qualitative_result · String · The qualitative result e.g "005025^WBC^L^6690-2^Leukocytes^LN"
quantitative_result · String · The quantitative result e.g "9.6"
notes · String · Extra description or context on the result
abnormal_flag · String · A flag on any abnormality (e.g L for low or H for high)

Used By

Definition

"""
Payload for a client portal setting
"""
input LabObservationResultInput {
"""
The units of the measurement e.g "x10E3/uL^x10E3/uL"
"""
units: String
"""
The reference range e.g "3.4-10.8"
"""
reference_range: String
"""
The qualitative result e.g "005025^WBC^L^6690-2^Leukocytes^LN"
"""
qualitative_result: String
"""
The quantitative result e.g "9.6"
"""
quantitative_result: String
"""
Extra description or context on the result
"""
notes: String
"""
A flag on any abnormality (e.g L for low or H for high)
"""
abnormal_flag: String
}