Medplum · Arazzo Workflow
Medplum Register Patient With Observation
Version 1.0.0
Create a Patient, then record a vital-sign Observation that references that patient.
View Spec
View on GitHub
HealthcareFHIROpen-SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
register-patient-with-observation
Create a Patient and an Observation that references it.
Creates a Patient resource, reads back the assigned id, creates a vital-sign Observation referencing Patient/{id}, and confirms the Observation by reading it.
1
createPatient
Create a FHIR Patient resource with the supplied name and birth date. Medplum returns the persisted resource including the server assigned id.
2
createObservation
Create an Observation whose subject references the patient created in the previous step.
3
confirmObservation
Read the newly created Observation back by id to confirm it persisted and to capture its current status.
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.