From 5b243f677f2c6a77a0c12181e087cb9caef71b65 Mon Sep 17 00:00:00 2001 From: Chi Bong Ho Date: Thu, 19 Sep 2024 17:16:33 -0400 Subject: [PATCH] O3-4011 configure KGH EMR IDs to be displayed with no label --- configuration/frontend/config.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configuration/frontend/config.json b/configuration/frontend/config.json index 2a6870a..3eb3f2c 100644 --- a/configuration/frontend/config.json +++ b/configuration/frontend/config.json @@ -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" ], @@ -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"] } }