Canvas Medical · Arazzo Workflow
Canvas Medical Patient Registration (Upsert)
Version 1.0.0
Search for an existing patient by identifier and update it if found, otherwise create a new US Core Patient.
View Spec
View on GitHub
EHRFHIRHealthcareElectronic Health RecordsVirtual CareClinical WorkflowsPatient ManagementCare CoordinationArazzoWorkflows
Provider
Workflows
patient-registration-upsert
Upsert a US Core Patient by business identifier.
Searches for a patient by identifier and branches to update the matched Patient or create a new one.
1
findPatient
searchPatient
Search for an existing patient by business identifier.
2
updatePatient
updatePatient
Update the matched Patient resource with the supplied demographics.
3
createPatient
createPatient
Create a new Patient when no existing record matched the identifier.