An issue has been identified on EUSM stage where whenever the plan is updated the goal comparator appends amp; to it.
The following change is required to resolve the issue:
{
"id": "complete_service_point_check",
"description": "Complete check for a particular service point (100%) within the Jurisdiction",
"priority": "medium-priority",
"target": [
{
"measure": "Percent of service points checked",
"detail": {
"detailQuantity": {
"value": 100.0,
"comparator": ">", ****
"unit": "Percent"
}
},
"due": "2022-12-23"
}
]
}
to
{
"id": "complete_service_point_check",
"description": "Complete check for a particular service point (100%) within the Jurisdiction",
"priority": "medium-priority",
"target": [
{
"measure": "Percent of service points checked",
"detail": {
"detailQuantity": {
"value": 100.0,
"comparator": ">", *******
"unit": "Percent"
}
},
"due": "2022-12-23"
}
]
}
An issue has been identified on EUSM stage where whenever the plan is updated the goal comparator appends
amp;to it.The following change is required to resolve the issue:
to