Skip to content

Commit 5b243f6

Browse files
committed
O3-4011 configure KGH EMR IDs to be displayed with no label
1 parent 286163a commit 5b243f6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

configuration/frontend/config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,20 @@
384384
]
385385
}
386386
],
387+
"identifierElementDefinitions": [
388+
{
389+
"id": "patient-kgh-emr-id",
390+
"identifierTypeUuid": "c09a1d24-7162-11eb-8aa6-0242ac110002",
391+
"label": ""
392+
}
393+
],
387394
"cardDefinitions": [
388395
{
389396
"id": "default",
390397
"headerRowElements": [
398+
"patient-kgh-emr-id",
391399
"patient-age",
392400
"patient-address",
393-
"patient-identifier",
394401
"admission-reason",
395402
"time-since-admission"
396403
],
@@ -417,6 +424,9 @@
417424
},
418425
"admission-request-note-card-row": {
419426
"conceptUuid": "${concept.freeTextComment.uuid}"
427+
},
428+
"mother-child-card-row": {
429+
"rowElements": ["patient-kgh-emr-id", "patient-age", "patient-location"]
420430
}
421431
}
422432

0 commit comments

Comments
 (0)