Skip to content

LabOrder

Lab Order Object

Fields

abnormal · Boolean · abnormality in results
appt_confirmation_code · String · Confirmation Code of Scheduled Appointment
created_at · String! · required · Date Lab Order was Placed
cursor · Cursor! · required · Pagination cursor
document · Document · Get result document
external_identifier · ID · The order id for the lab vendor
id · ID! · required · The unique identifier of the order
integration · String! · required · Order integration (lab_testing_api, evexia, rupa, vital)
lab · String · Name of the lab
lab_company · String · Name of the lab
lab_options · [LabOption!]! · required · Lab options included in lab order
lab_results · [LabResult!]! · required · Lab results
lta_id · String · Order ID
normalized_status · String · The normalized status of the order
orderer · User · Provider for lab order
patient · User · Patient for lab order
pdf_document · Document · Get most recent pdf document
requisition_document · Document · The requisition of the order. Contact support for more info.
rupa_order_id · String · Order ID on the rupa health
show_pdf_messages · Boolean · Show lab result with PDF document
status · String · Status of the Lab Order
test_date · String · Date of Test
updated_at · String! · required · Date Lab Order was updated
view_rupa_order_url · String · Link to view the rupa order

Used By

Definition

"""
Lab Order Object
"""
type LabOrder {
"""
abnormality in results
"""
abnormal: Boolean
"""
Confirmation Code of Scheduled Appointment
"""
appt_confirmation_code: String
"""
Date Lab Order was Placed
"""
created_at: String!
"""
Pagination cursor
"""
cursor: Cursor!
"""
Get result document
"""
document: Document
"""
The order id for the lab vendor
"""
external_identifier: ID
"""
The unique identifier of the order
"""
id: ID!
"""
Order integration (lab_testing_api, evexia, rupa, vital)
"""
integration: String!
"""
Name of the lab
"""
lab: String
"""
Name of the lab
"""
lab_company: String
"""
Lab options included in lab order
"""
lab_options: [LabOption!]!
"""
Lab results
"""
lab_results: [LabResult!]!
"""
Order ID
"""
lta_id: String
"""
The normalized status of the order
"""
normalized_status: String
"""
Provider for lab order
"""
orderer: User
"""
Patient for lab order
"""
patient: User
"""
Get most recent pdf document
"""
pdf_document: Document
"""
The requisition of the order. Contact support for more info.
"""
requisition_document: Document
"""
Order ID on the rupa health
"""
rupa_order_id: String
"""
Show lab result with PDF document
"""
show_pdf_messages: Boolean
"""
Status of the Lab Order
"""
status: String
"""
Date of Test
"""
test_date: String
"""
Date Lab Order was updated
"""
updated_at: String!
"""
Link to view the rupa order
"""
view_rupa_order_url: String
}