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
createResource
Create a FHIR Patient resource with the supplied name and birth date. Medplum returns the persisted resource including the server assigned id.
2
createObservation
createResource
Create an Observation whose subject references the patient created in the previous step.
3
confirmObservation
readResource
Read the newly created Observation back by id to confirm it persisted and to capture its current status.