We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31da87b commit 68c2e1bCopy full SHA for 68c2e1b
src/components/Common/patientMapper.jsx
@@ -2,6 +2,7 @@ import {getDate} from "./DateUtil";
2
3
export function mapPatient(patient){
4
var identifier = patient?.mobile !== undefined ? [{
5
+ type: "MOBILE",
6
value: patient.mobile
7
}] : undefined;
8
var address = {
0 commit comments