Skip to content

Commit

Permalink
Re-arrange forms
Browse files Browse the repository at this point in the history
  • Loading branch information
sainingo committed Jul 30, 2024
1 parent b36cdce commit 0bfc4ca
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5497,14 +5497,14 @@
"name": "ANC Initial Visit",
"allowedIf": "programLocation === intendedVisitLocationUuid && isFirstANCVisit && gender==='F' && isFirstAMPATHHIVVisit",
"encounterTypes": [
{
"uuid": "f5702679-6a16-43bd-8629-4b44c7a78ff1",
"display": "ANC INITIAL"
},
{
"uuid": "af5c40e8-8c74-4194-a068-0d5e30664777",
"display": "MNCH TRIAGE"
},
{
"uuid": "f5702679-6a16-43bd-8629-4b44c7a78ff1",
"display": "ANC INITIAL"
},
{
"uuid": "04bdcb6e-63df-42dc-a78c-b6afb155aa89",
"display": "MATERNAL DEATH NOTIFICATION"
Expand All @@ -5525,14 +5525,14 @@
"name": "ANC Return Visit",
"allowedIf": "programLocation === intendedVisitLocationUuid && (!isFirstAMPATHHIVVisit || !isFirstANCVisit) && gender==='F'",
"encounterTypes": [
{
"uuid": "26bfc6b7-28d0-41ab-90c5-e101af46d06d",
"display": "ANC RETURN"
},
{
"uuid": "af5c40e8-8c74-4194-a068-0d5e30664777",
"display": "MNCH TRIAGE"
},
{
"uuid": "26bfc6b7-28d0-41ab-90c5-e101af46d06d",
"display": "ANC RETURN"
},
{
"uuid": "04bdcb6e-63df-42dc-a78c-b6afb155aa89",
"display": "MATERNAL DEATH NOTIFICATION"
Expand Down Expand Up @@ -5585,14 +5585,14 @@
"name": "PMTCT Postnatal Initial Visit",
"allowedIf": "programLocation === intendedVisitLocationUuid && isFirstPNCVisit && gender==='F' && isFirstAMPATHHIVVisit",
"encounterTypes": [
{
"uuid": "ded4ecf7-8129-4a9e-8aa3-a21a7adb7759",
"display": "PNC ADULT INITIAL"
},
{
"uuid": "af5c40e8-8c74-4194-a068-0d5e30664777",
"display": "MNCH TRIAGE"
},
{
"uuid": "ded4ecf7-8129-4a9e-8aa3-a21a7adb7759",
"display": "PNC ADULT INITIAL"
},
{
"uuid": "85533bd0-163b-45bd-b703-d5d4816e6282",
"display": "PERINATAL DEATH NOTIFICATION"
Expand All @@ -5617,14 +5617,14 @@
"name": "PMTCT Postnatal Return Visit",
"allowedIf": "programLocation === intendedVisitLocationUuid && (!isFirstAMPATHHIVVisit || !isFirstPNCVisit) && gender==='F'",
"encounterTypes": [
{
"uuid": "db215741-de99-424a-a109-1f23eb3b680b",
"display": "PNC ADULTRETURN"
},
{
"uuid": "af5c40e8-8c74-4194-a068-0d5e30664777",
"display": "MNCH TRIAGE"
},
{
"uuid": "db215741-de99-424a-a109-1f23eb3b680b",
"display": "PNC ADULTRETURN"
},
{
"uuid": "85533bd0-163b-45bd-b703-d5d4816e6282",
"display": "PERINATAL DEATH NOTIFICATION"
Expand Down

0 comments on commit 0bfc4ca

Please sign in to comment.