We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aa2bd commit 8147ee5Copy full SHA for 8147ee5
src/components/creation/PatientAadhaarProfile.jsx
@@ -45,6 +45,7 @@ const PatientAadhaarProfile = (props) => {
45
46
function mapPatient(){
47
var identifier = patient?.phone !== undefined ? [{
48
+ type: "MOBILE",
49
value: patient.phone
50
}] : undefined;
51
var address = {
0 commit comments