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
createResource
Create a Practitioner resource with the supplied name. Medplum returns the persisted resource including the server assigned id.
2
createEncounter
createResource
Create an Encounter whose subject references the supplied Patient and whose participant references the newly created Practitioner.
3
confirmEncounter
readResource
Read the newly created Encounter back by id to confirm it persisted and to capture its current status.