Skip to main content

Existing Patient


Use the Existing Patient screen to review and update missing patient details for a saved patient profile.



This screen includes:

#ElementDescription
1HeaderDisplays the patient update screen title and navigation control
2Patient details formDisplays editable fields for the selected patient
3Date of birth fieldRequired date field
4Gender selectorRequired selector with supported gender values
5Personal ID fieldOptional personal identification field
6Primary actionSaves updated patient details
7Close actionExits without applying changes

Workflow

  1. Open the appointment request flow.
  2. Select a patient that requires additional details.
  3. Load the Existing Patient screen with patient-details-id.
  4. Review the patient details.
  5. Enter or correct the required fields.
  6. Submit the update.
  7. Return to the appointment request flow.

Validations

ScenarioApp BehaviorSDK Output
patient-details-id missingBlock screen loaderror = missing_patient_details_id
Date of birth missingDisable submit action or show field errorvalidation = required
Date of birth invalidDisplay date field errorerror = invalid_date_of_birth
Gender missingDisable submit action or show field errorvalidation = required
Unsupported gender valueDisplay field errorerror = invalid_gender
Request in progressShow loading statestate = loading
Request blockedDisplay restriction messageHTTP 405

Actions

ScenarioApp BehaviorSDK Output
Screen openedLoad existing patient update formPUT /api/v3/patients/update?patient-details-id=<id>
Date of birth updatedUpdate local form statedateOfBirth = updated
Gender selectedUpdate local form stategender = updated
Personal ID updatedUpdate local form statepersonalId = updated
Update selectedSubmit patient update requestUpdate request triggered
Update succeedsApply patient details to the current flowpatient = updated
Close selectedExit without changesNo state change

Endpoint Resources

Existing Patient

Existing patient 🤒

PUT 

v3/patients/update

Shows the existing patient update form for the selected patient record.


Update Patient

POST 

v3/patients/update

Updates patient records with the provided personal and demographic details.