Skip to content

Commit

Permalink
U4X-667: Add directions to residence on patient registration (#237)
Browse files Browse the repository at this point in the history
* U4X-667 Add directions to residence on patient registration

* Adding back the dispensing link
  • Loading branch information
Daphne210 authored Aug 28, 2024
1 parent 52f0588 commit 496348d
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@
"demographics",
"contact",
"custom",
"directResidence",
"relationships",
"nextOfKin"
],
Expand All @@ -349,13 +350,27 @@
"specialCategories"
]
},
{
"id": "custom",
"name": "contact",
"fields": [
"directionsToResidence"
]
},
{
"id": "nextOfKin",
"name": "Next of Kin Details",
"fields": [
"nextOfKinName",
"nextOfkinPhone"
]
},
{
"id": "directResidence",
"name": "Directions to Residence",
"fields": [
"directionsToResidence"
]
}
],
"fieldDefinitions": [{
Expand Down Expand Up @@ -506,6 +521,12 @@
"matches": "^0([0-9](?:(?:[0-9][0-9])|(?:0[0-8])|(4[0-1]))[0-9]{6})$"
}
},
{
"id": "directionsToResidence",
"type": "obs",
"uuid": "dce122f3-30ab-102d-86b0-7a5022ba4115",
"label": "Address where a specific individual can be found or contacted"
},
{
"id": "alternativePhone",
"type": "person attribute",
Expand Down

0 comments on commit 496348d

Please sign in to comment.