diff --git a/src/components/creation/PatientAadhaarProfile.jsx b/src/components/creation/PatientAadhaarProfile.jsx index 3b034e3..16e5995 100644 --- a/src/components/creation/PatientAadhaarProfile.jsx +++ b/src/components/creation/PatientAadhaarProfile.jsx @@ -45,6 +45,7 @@ const PatientAadhaarProfile = (props) => { function mapPatient(){ var identifier = patient?.phone !== undefined ? [{ + type: "MOBILE", value: patient.phone }] : undefined; var address = {