Medplum · Arazzo Workflow
Medplum Deploy Bot
Version 1.0.0
Create a Bot resource, then create a Subscription that invokes the Bot on resource changes.
View Spec
View on GitHub
HealthcareFHIROpen SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
deploy-bot
Create a Bot and a Subscription that invokes it on matching changes.
Creates a Bot resource, then creates a Subscription whose rest-hook channel targets the Bot, then reads the Subscription back to confirm its status.
1
createBot
createResource
Create a Bot resource carrying the supplied name and source code. Medplum returns the persisted resource including the server assigned id.
2
createSubscription
createResource
Create a Subscription whose rest-hook channel targets the new Bot so that resources matching the criteria invoke it.
3
confirmSubscription
readResource
Read the newly created Subscription back by id to confirm it persisted and is active.