OBJECT

LabObservationResult

A lab observation result

link GraphQL Schema definition

  • type LabObservationResult {
  • # The flag of abnormality in the observation
  • abnormal_flag: String
  • # The unique identifier of the result
  • id: ID!
  • # The notes of the lab observation
  • notes: String
  • # The qualitative result of the lab observation
  • qualitative_result: String
  • # The quantitative result of the lab observation
  • quantitative_result: String
  • # The reference range of the lab observation
  • reference_range: String
  • # The units of the lab observation measurement
  • units: String
  • }