Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Thailand Plan Template With the PAOT Action #1615

Open
samkanga opened this issue Jun 9, 2021 · 0 comments
Open

Update the Thailand Plan Template With the PAOT Action #1615

samkanga opened this issue Jun 9, 2021 · 0 comments

Comments

@samkanga
Copy link

samkanga commented Jun 9, 2021

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"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants