Medplum · Arazzo Workflow
Medplum Create Diagnostic Report
Version 1.0.0
Create an Observation result, then assemble a DiagnosticReport that references it.
View Spec
View on GitHub
HealthcareFHIROpen SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
create-diagnostic-report
Create an Observation and a DiagnosticReport that references it.
Creates a result Observation for a Patient, then creates a DiagnosticReport that references the Observation, then reads the report back to confirm it.
1
createObservation
createResource
Create a final Observation carrying the measured result for the supplied Patient.
2
createReport
createResource
Create a DiagnosticReport for the Patient that references the Observation created in the previous step within its result array.
3
confirmReport
readResource
Read the newly created DiagnosticReport back by id to confirm it persisted and to capture its status.