We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286163a commit 5b243f6Copy full SHA for 5b243f6
configuration/frontend/config.json
@@ -384,13 +384,20 @@
384
]
385
}
386
],
387
+ "identifierElementDefinitions": [
388
+ {
389
+ "id": "patient-kgh-emr-id",
390
+ "identifierTypeUuid": "c09a1d24-7162-11eb-8aa6-0242ac110002",
391
+ "label": ""
392
+ }
393
+ ],
394
"cardDefinitions": [
395
{
396
"id": "default",
397
"headerRowElements": [
398
+ "patient-kgh-emr-id",
399
"patient-age",
400
"patient-address",
- "patient-identifier",
401
"admission-reason",
402
"time-since-admission"
403
@@ -417,6 +424,9 @@
417
424
},
418
425
"admission-request-note-card-row": {
419
426
"conceptUuid": "${concept.freeTextComment.uuid}"
427
+ },
428
+ "mother-child-card-row": {
429
+ "rowElements": ["patient-kgh-emr-id", "patient-age", "patient-location"]
420
430
421
431
422
432
0 commit comments