Skip to content

Commit

Permalink
POC-369: Maternity program not displaying the subsequent forms after …
Browse files Browse the repository at this point in the history
…admission form (#1271)
  • Loading branch information
corneliouzbett authored Jun 15, 2023
1 parent 3f75729 commit b37d80a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion programs/patient-program-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5471,12 +5471,20 @@
"name": "Maternity Visit",
"allowedIf": "programLocation === intendedVisitLocationUuid && gender==='F'",
"encounterTypes": [
{
"uuid": "1bf4f1f6-8965-4fb4-a7f0-29d31fefb1ac",
"display": "MATERNITY ADMISSION"
},
{
"uuid": "2b928d9b-84ce-4777-9658-3fba6248b3bc",
"display": "LABORANDDELIVERY"
},
{
"uuid": "04bdcb6e-63df-42dc-a78c-b6afb155aa89",
"uuid": "e3c2a17f-4d58-4725-b702-a5d75a2231d0",
"display": "MATERNITYDISCHARGE"
},
{
"uuid": "23cef3ca-6d78-4134-8030-6a0791754692",
"display": "MATERNAL DEATH NOTIFICATION"
}
]
Expand Down

0 comments on commit b37d80a

Please sign in to comment.