You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add the following Potential Area of transmission (PAOT) action and goal to the Thailand Plan template. This is to facilitate new plans to generate PAOT tasks for existing structures.
Action:
{
"identifier": "2d0354f1-2118-46f2-98a1-c844bd196560",
"prefix": 5,
"title": "Potential Area of Transmission",
"description": "Set a minimum of Potential Area of Transmission and complete the Potential Area of Transmission process",
"code": "PAOT",
"timingPeriod": {
"start": "2021-02-03",
"end": "2021-12-10"
},
"reason": "Investigation",
"goalId": "Potential Area of Transmission",
"subjectCodableConcept": {
"text": "Location"
},
"trigger": [
{
"type": "named-event",
"name": "plan-activation"
},
{
"type": "named-event",
"name": "event-submission",
"expression": {
"description": "Trigger when a Register_Structure event is submitted",
"expression": "questionnaire = 'Register_Structure'"
}
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"description": "Structure is a potential area of transmission",
"expression": "$this.is(FHIR.QuestionnaireResponse) or $this.type.where(id='locationType').text = 'Potential Area of Transmission'"
}
},
{
"kind": "applicability",
"expression": {
"description": "Apply to Potential Area of Transmission in Register_Structure questionnaires",
"expression": "$this.is(FHIR.Location) or (questionnaire = 'Register_Structure' and $this.item.where(linkId='structureType').answer.value ='Potential Area of Transmission')"
}
}
],
"definitionUri": "paot.json",
"type": "create"
}
Goal:
{
"id": "Potential Area of Transmission",
"description": "Set a minimum of three potential area of transmission and complete the potential area of transmission",
"priority": "medium-priority",
"target": [
{
"measure": "Number of potential area of transmission activities completed",
"detail": {
"detailQuantity": {
"value": 3,
"comparator": ">=",
"unit": "activit(y|ies)"
}
},
"due": "2021-12-10"
}
]
}
The text was updated successfully, but these errors were encountered:
We need to add the following Potential Area of transmission (PAOT) action and goal to the Thailand Plan template. This is to facilitate new plans to generate PAOT tasks for existing structures.
Action:
{
"identifier": "2d0354f1-2118-46f2-98a1-c844bd196560",
"prefix": 5,
"title": "Potential Area of Transmission",
"description": "Set a minimum of Potential Area of Transmission and complete the Potential Area of Transmission process",
"code": "PAOT",
"timingPeriod": {
"start": "2021-02-03",
"end": "2021-12-10"
},
"reason": "Investigation",
"goalId": "Potential Area of Transmission",
"subjectCodableConcept": {
"text": "Location"
},
"trigger": [
{
"type": "named-event",
"name": "plan-activation"
},
{
"type": "named-event",
"name": "event-submission",
"expression": {
"description": "Trigger when a Register_Structure event is submitted",
"expression": "questionnaire = 'Register_Structure'"
}
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"description": "Structure is a potential area of transmission",
"expression": "$this.is(FHIR.QuestionnaireResponse) or $this.type.where(id='locationType').text = 'Potential Area of Transmission'"
}
},
{
"kind": "applicability",
"expression": {
"description": "Apply to Potential Area of Transmission in Register_Structure questionnaires",
"expression": "$this.is(FHIR.Location) or (questionnaire = 'Register_Structure' and $this.item.where(linkId='structureType').answer.value ='Potential Area of Transmission')"
}
}
],
"definitionUri": "paot.json",
"type": "create"
}
Goal:
{
"id": "Potential Area of Transmission",
"description": "Set a minimum of three potential area of transmission and complete the potential area of transmission",
"priority": "medium-priority",
"target": [
{
"measure": "Number of potential area of transmission activities completed",
"detail": {
"detailQuantity": {
"value": 3,
"comparator": ">=",
"unit": "activit(y|ies)"
}
},
"due": "2021-12-10"
}
]
}
The text was updated successfully, but these errors were encountered: