@ugandaemr/esm-ugandaemr-app
Version:
UgandaEMR microfrontend built on top of OpenMRS 3.x and OHRI
23 lines • 678 B
JSON
{
"menuId": "patientSummary",
"columns": [
{
"id": "currentRegimen",
"title": "Current Regimen",
"encounterType": "currentRegimenEncounterType",
"concept": "currentRegimenConceptUuid"
},
{
"id": "whoClinicalStage",
"title": "WHO Clinical Stage",
"encounterType": "whoClinicalStageEncounterType",
"concept": "whoClinicalStageConceptUuid"
},
{
"id": "regimenLine",
"title": "Regimen Line",
"encounterType": "regimenLineEncounterType",
"concept": "regimenLineConceptUuid"
}
]
}