Skip to content

Commit

Permalink
O3-4011 configure KGH EMR IDs to be displayed with no label
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Sep 19, 2024
1 parent 286163a commit 5b243f6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion configuration/frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,20 @@
]
}
],
"identifierElementDefinitions": [
{
"id": "patient-kgh-emr-id",
"identifierTypeUuid": "c09a1d24-7162-11eb-8aa6-0242ac110002",
"label": ""
}
],
"cardDefinitions": [
{
"id": "default",
"headerRowElements": [
"patient-kgh-emr-id",
"patient-age",
"patient-address",
"patient-identifier",
"admission-reason",
"time-since-admission"
],
Expand All @@ -417,6 +424,9 @@
},
"admission-request-note-card-row": {
"conceptUuid": "${concept.freeTextComment.uuid}"
},
"mother-child-card-row": {
"rowElements": ["patient-kgh-emr-id", "patient-age", "patient-location"]
}
}

0 comments on commit 5b243f6

Please sign in to comment.