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
Search the Observation resource type. Medplum returns a FHIR Bundle whose entry array holds any matching Observations.
2
patchStatus
patchResource
Apply a JSON Patch that replaces the Observation status with final. Medplum returns 204 No Content on a successful patch.
3
confirmStatus
readResource
Read the patched Observation back by id to confirm its status is now final.