OBJECT
LabOrder
Lab Order Object
link GraphQL Schema definition
- type LabOrder {
- # abnormality in results
- Boolean :
- # Confirmation Code of Scheduled Appointment
- String :
- # Date Lab Order was Placed
- String :
- # Get result document
- Document :
- # The unique identifier of the order
- ID! :
- # Order integration (lab_testing_api, evexia, rupa)
- String :
- # Name of the lab
- String :
- # Name of the lab
- String :
- # Lab options included in lab order
- LabOption!]! : [
- # Lab results
- LabResult!] : [
- # Order ID
- String :
- # The normalized status of the order
- String :
- # Provider for lab order
- User :
- # Patient for lab order
- User :
- # Get most recent pdf document
- Document :
- # Order ID on the rupa health
- String :
- # Show lab result with PDF document
- Boolean :
- # Status of the Lab Order
- String :
- # Date of Test
- String :
- # Date Lab Order was updated
- String :
- # Link to view the rupa order
- String :
- }