LabObservationResultInput
Payload for a client portal setting
Fields
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" 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}