Medplum · Arazzo Workflow
Medplum Schedule Encounter
Version 1.0.0
Create a Practitioner, create an Encounter linking the patient and practitioner, then read it back.
View Spec
View on GitHub
HealthcareFHIROpen-SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperabilityArazzoWorkflows
Provider
Workflows
schedule-encounter
Create a Practitioner and an Encounter that links them to a Patient.
Creates a Practitioner, creates an Encounter referencing the supplied Patient and the new Practitioner, then reads the Encounter to confirm it persisted.
1
createPractitioner
Create a Practitioner resource with the supplied name. Medplum returns the persisted resource including the server assigned id.
2
createEncounter
Create an Encounter whose subject references the supplied Patient and whose participant references the newly created Practitioner.
3
confirmEncounter
Read the newly created Encounter 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.