Canvas Medical · Arazzo Workflow
Canvas Medical Lab Order to Results
Version 1.0.0
Place a laboratory order with a ServiceRequest, then retrieve the resulting DiagnosticReport and the discrete Observation results.
View Spec
View on GitHub
EHRFHIRHealthcareElectronic Health RecordsVirtual CareClinical WorkflowsPatient ManagementCare CoordinationArazzoWorkflows
Provider
Workflows
lab-order-to-results
Order a lab and retrieve the resulting diagnostic report and observations.
Creates a ServiceRequest lab order, then searches the resulting DiagnosticReport and the laboratory Observations for the patient.
1
orderLab
createServiceRequest
Create the ServiceRequest that places the laboratory order.
2
getDiagnosticReports
searchDiagnosticReport
Search for diagnostic reports produced for the patient.
3
getLabObservations
searchObservation
Retrieve the discrete laboratory Observations for the patient.