Skip to content

Commit

Permalink
addition of unique identifier for ovc_cpims (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Murithi <[email protected]>
  • Loading branch information
ckote and Murithijoshua authored Sep 20, 2024
1 parent ce970b9 commit 71af6ca
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions configuration/ampathforms/OVC_Enrollment.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,19 +208,22 @@
}
},
{
"type": "patientIdentifier",
"label": "Provide CPIMS unique identifier",
"type": "obs",
"id": "cpimsUniqueIdentifier",
"questionInfo": "",
"id": "CPIMSuniquePatientNumber",
"required": "false",
"default": "",
"questionOptions": {
"rendering": "number",
"concept": "165416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"showDate": "false"
"rendering": "string",
"identifierType": "5065ae70-0b61-11ea-8d71-362b9e155667"
},
"validators": [],
"validators": [
],
"hide": {
"hideWhenExpression": "enrolledCpims != '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(enrolledCpims) || enrolledCpims !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
}
}
]
},
{
Expand Down

0 comments on commit 71af6ca

Please sign in to comment.