drchrono · Arazzo Workflow
drChrono Patient Registration (Upsert)
Version 1.0.0
Search for an existing patient by name and update it if found, otherwise create a new patient record.
View Spec
View on GitHub
EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRArazzoWorkflows
Provider
Workflows
patient-registration-upsert
Upsert a drChrono patient by name.
Searches for a patient by name and branches to update the matched patient or create a new one.
1
findPatient
patients_list_list
Search for an existing patient by name.
2
updatePatient
patients_partial_update
Update the matched patient record with the supplied demographics.
3
createPatient
patients_create
Create a new patient when no existing record matched the name.