Medplum · Arazzo Workflow
Medplum Finalize Observation
Version 1.0.0
Find a preliminary Observation, patch its status to final, and read it back to confirm.
View Spec
View on GitHub
HealthcareFHIROpen-SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
finalize-observation
Patch a found Observation to final status.
Searches Observations, branches on the Bundle entries, and on a match patches the Observation status to final then reads it back.
1
findObservation
Search the Observation resource type. Medplum returns a FHIR Bundle whose entry array holds any matching Observations.
2
patchStatus
Apply a JSON Patch that replaces the Observation status with final. Medplum returns 204 No Content on a successful patch.
3
confirmStatus
Read the patched Observation back by id to confirm its status is now final.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.