Skip to content

Commit 068a883

Browse files
authored
U4X-936: Adding EID & TB Clinical Views Content (#313)
* Adding EID & TB Clinical Views Content * Change actionsTile to Actions
1 parent 36ea773 commit 068a883

File tree

4 files changed

+211
-58
lines changed

4 files changed

+211
-58
lines changed

packages/esm-ugandaemr-app/src/views/eid/eid-config.json

Lines changed: 83 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,74 @@
99
"encounterType": "9fcfcc91-ad60-4d84-9710-11cc25258719",
1010
"columns": [
1111
{
12-
"id": "substitutionDate",
12+
"id": "mothersFirstName",
13+
"title": "Mother's First Name",
14+
"concept": "137a9d5c-25cc-4a3c-98ad-328a89c6e681"
15+
},
16+
{
17+
"id": "mothersSecondName",
18+
"title": "Mother's Second Name",
19+
"concept": "71828cbc-c13c-43a1-9cbe-f3eaf164019a"
20+
},
21+
{
22+
"id": "firstPcrDate",
23+
"isDate": true,
24+
"title": "Date of 1st PCR",
25+
"concept": "51941f01-307f-44ca-9351-401bc008a208"
26+
},
27+
{
28+
"id": "firstPcrResult",
29+
"title": "1st PCR Result",
30+
"concept": "b6a6210b-ccdf-45fc-80dd-1567f65e2d98"
31+
},
32+
{
33+
"id": "secondPcrDate",
34+
"isDate": true,
35+
"title": "Date of PCR at 9 months",
36+
"concept": "1f627527-2f97-4f21-9b61-2b79d887950f"
37+
},
38+
{
39+
"id": "secondPcrResult",
40+
"title": "PCR at 9 months Result",
41+
"concept": "e1b4efbf-0dff-4e9e-a2f2-34edcb02a5d0"
42+
},
43+
{
44+
"id": "thirdPcrDate",
45+
"isDate": true,
46+
"title": "Date of PCR at 6wks",
47+
"concept": "b28177ee-d386-466e-82fb-4ad041cf97a2"
48+
},
49+
{
50+
"id": "thirdPcrResult",
51+
"title": "PCR at 6wks Result",
52+
"concept": "e82cd146-9b6d-4c24-8085-80e96d2e1357"
53+
},
54+
{
55+
"id": "fourthPcrDate",
1356
"isDate": true,
14-
"title": "Substitution Date",
15-
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
57+
"title": "Date at Repeat PCR",
58+
"concept": "4092ad52-3db3-47f5-b497-126e1202f1eb"
1659
},
1760
{
18-
"id": "New Regimen",
19-
"title": "New Regimen",
20-
"concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115"
61+
"id": "fourthPcrResult",
62+
"title": "Result at Repeat PCR",
63+
"concept": "6591b4ae-1a85-44a6-abf7-1dc6ff25f45a"
2164
},
2265
{
23-
"id": "reason",
24-
"title": "Reason",
25-
"concept": "dce0c977-30ab-102d-86b0-7a5022ba4115"
66+
"id": "fifthPcrDate",
67+
"isDate": true,
68+
"title": "Date at 18 Month Rapid Test",
69+
"concept": "7065b181-abb0-4ad6-8082-62e99398f735"
70+
},
71+
{
72+
"id": "fifthPcrResult",
73+
"title": "Result at 18 Month Rapid Test",
74+
"concept": "71e135e8-cf63-4031-adc7-09a0a9b61c33"
75+
},
76+
{
77+
"id": "finalHivResult",
78+
"title": "Final HIV Status",
79+
"concept": "977b16f4-2d3e-40d2-ba51-54794c98f7ef"
2680
},
2781
{
2882
"id": "actions",
@@ -59,20 +113,30 @@
59113
"encounterType": "4345dacb-909d-429c-99aa-045f2db77e2b",
60114
"columns": [
61115
{
62-
"id": "substitutionDate",
63-
"isDate": true,
64-
"title": "Substitution Date",
65-
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
116+
"id": "visitNumber",
117+
"title": "Visit Number",
118+
"concept": "046b5fd4-3840-409b-9edb-5e05f2d81bd6"
119+
},
120+
{
121+
"id": "hivTest",
122+
"title": "HIV Test",
123+
"concept": "ddcd8aad-9085-4a88-a411-f19521be4785"
66124
},
67125
{
68-
"id": "New Regimen",
69-
"title": "New Regimen",
70-
"concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115"
126+
"id": "cotrim",
127+
"title": "Cotrim",
128+
"concept": "c3d744f6-00ef-4774-b9a7-d33c58f5b014"
71129
},
72130
{
73-
"id": "reason",
74-
"title": "Reason",
75-
"concept": "dce0c977-30ab-102d-86b0-7a5022ba4115"
131+
"id": "nvp",
132+
"title": "NVP",
133+
"concept": "7148f054-fa36-4746-8791-63ea32c06e1c"
134+
},
135+
{
136+
"id": "nextAppointmentDate",
137+
"isDate": true,
138+
"title": "Next Appointment Date",
139+
"concept": "dcac04cf-30ab-102d-86b0-7a5022ba4115"
76140
},
77141
{
78142
"id": "actions",

packages/esm-ugandaemr-app/src/views/hiv/hct/treatment/treatment-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
{
106106
"id": "actions",
107-
"title": "actionsTitle",
107+
"title": "Actions",
108108
"actionOptions": [
109109
{
110110
"formName": "HMIS 003 HIV Care ART Card - Clinical Assessment",

packages/esm-ugandaemr-app/src/views/tb/dr/dr-tb-config.json

Lines changed: 61 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,46 @@
99
"encounterType": "0271ee3d-f274-49d1-b376-c842f075413f",
1010
"columns": [
1111
{
12-
"id": "substitutionDate",
12+
"id": "drTbNo",
13+
"title": "DR TB Reg No",
14+
"concept": "2c64410a-9f08-4b4f-9d00-23105e8730d4"
15+
},
16+
{
17+
"id": "treatmentHistoryAtRegistration",
18+
"title": "Treatment History at Registration",
19+
"concept": "6b62ecbf-1f91-4fd3-8cda-56d4fdcf8b13"
20+
},
21+
{
22+
"id": "sputumCollectionDate",
23+
"isDate": true,
24+
"title": "Sputum Sample Collection Date",
25+
"concept": "487af85d-de3b-4a90-9928-96516a315ce6"
26+
},
27+
{
28+
"id": "genepertResults",
29+
"title": "GeneXpert Results",
30+
"concept": "35adf460-19b8-4247-b575-1bad5562d5e9"
31+
},
32+
{
33+
"id": "patientType",
34+
"title": "Type of Patient",
35+
"concept": "e077f196-c19a-417f-adc6-b175a3343bfd"
36+
},
37+
{
38+
"id": "secondLineStartDate",
1339
"isDate": true,
14-
"title": "Substitution Date",
15-
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
40+
"title": "Date start RX 2nd Line",
41+
"concept": "dc980e0b-30ab-102d-86b0-7a5022ba4115"
1642
},
1743
{
18-
"id": "New Regimen",
19-
"title": "New Regimen",
20-
"concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115"
44+
"id": "tbRegimenType",
45+
"title": "Type of Regimen",
46+
"concept": "fcb90c43-aeb9-4bc1-9fa4-d779397d9be2"
2147
},
2248
{
23-
"id": "reason",
24-
"title": "Reason",
25-
"concept": "dce0c977-30ab-102d-86b0-7a5022ba4115"
49+
"id": "tbTreatmentPhase",
50+
"title": "TB Treatment Phase",
51+
"concept": "159792AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
2652
},
2753
{
2854
"id": "actions",
@@ -59,24 +85,39 @@
5985
"encounterType": "41f8609d-e13b-4dff-8379-47ac5876512e",
6086
"columns": [
6187
{
62-
"id": "substitutionDate",
63-
"isDate": true,
64-
"title": "Substitution Date",
65-
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
88+
"id": "followupVisit",
89+
"title": "Followup Visit",
90+
"concept": "5356c00a-b20e-436c-a0dd-6bfab6174296"
91+
},
92+
{
93+
"id": "treatmentOutcome",
94+
"title": "Treatment Outcome",
95+
"concept": "e44c8c4c-db50-4d1e-9d6e-092d3b31cfd6"
96+
},
97+
{
98+
"id": "listedContactsNumber",
99+
"title": "No of Contacts listed",
100+
"concept": "73a52d1b-e6d1-46b1-be97-55fdfee2bf75"
66101
},
67102
{
68-
"id": "New Regimen",
69-
"title": "New Regimen",
70-
"concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115"
103+
"id": "screendContactsNumber",
104+
"title": "No of Contacts Screened on visit",
105+
"concept": "3fcca96c-1a2d-46df-80b7-52b3ea23e713"
71106
},
72107
{
73-
"id": "reason",
74-
"title": "Reason",
75-
"concept": "dce0c977-30ab-102d-86b0-7a5022ba4115"
108+
"id": "diagnosedContactsNumber",
109+
"title": "No of Contacts Diagnosed on visit",
110+
"concept": "e9085395-c9a9-4939-b9d8-0f4dbb4fa572"
111+
},
112+
{
113+
"id": "treatmentOutcomeDate",
114+
"isDate": true,
115+
"title": "Treatment Outcome Date",
116+
"concept": "dfbf41ad-44de-48db-b653-54273789c0c6"
76117
},
77118
{
78119
"id": "actions",
79-
"title": "actionsTitle",
120+
"title": "Actions",
80121
"actionOptions": [
81122
{
82123
"formName": "DR TB: HMIS TB 001 Second Line TB Treatment Card - Followup Section",

packages/esm-ugandaemr-app/src/views/tb/ds/ds-tb-config.json

Lines changed: 66 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,40 @@
99
"encounterType": "334bf97e-28e2-4a27-8727-a5ce31c7cd66",
1010
"columns": [
1111
{
12-
"id": "substitutionDate",
12+
"id": "unitTbNumber",
13+
"title": "Unit TB No",
14+
"concept": "2e2ec250-f5d3-4de7-8c70-a458f42441e6"
15+
},
16+
{
17+
"id": "districtTbNumber",
18+
"title": "District TB No",
19+
"concept": "67e9ec2f-4c72-408b-8122-3706909d77ec"
20+
},
21+
{
22+
"id": "diseaseClassification",
23+
"title": "Disease Classification",
24+
"concept": "d45871ee-62d6-4d4d-b905-f7b75a3fd3bb"
25+
},
26+
{
27+
"id": "firstLineTreatmentDate",
1328
"isDate": true,
14-
"title": "Substitution Date",
15-
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
29+
"title": "Date Started on first line Treatment",
30+
"concept": "7326297e-0ccd-4355-9b86-dde1c056e2c2"
1631
},
1732
{
18-
"id": "New Regimen",
19-
"title": "New Regimen",
20-
"concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115"
33+
"id": "regimen",
34+
"title": "Regimen",
35+
"concept": "159958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
2136
},
2237
{
23-
"id": "reason",
24-
"title": "Reason",
25-
"concept": "dce0c977-30ab-102d-86b0-7a5022ba4115"
38+
"id": "tbPatientType",
39+
"title": "Type of TB Patient",
40+
"concept": "e077f196-c19a-417f-adc6-b175a3343bfd"
41+
},
42+
{
43+
"id": "tbPatientType",
44+
"title": "Type of TB Patient",
45+
"concept": "e077f196-c19a-417f-adc6-b175a3343bfd"
2646
},
2747
{
2848
"id": "actions",
@@ -59,20 +79,48 @@
5979
"encounterType": "455bad1f-5e97-4ee9-9558-ff1df8808732",
6080
"columns": [
6181
{
62-
"id": "substitutionDate",
82+
"id": "followUpMonth",
83+
"title": "Month of Follow Up",
84+
"concept": "4d1cc565-ae34-4bb2-92e7-681614218b7b"
85+
},
86+
{
87+
"id": "treatmentOutcomeDate",
6388
"isDate": true,
64-
"title": "Substitution Date",
65-
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
89+
"title": "Treatment Outcome Date",
90+
"concept": "dfbf41ad-44de-48db-b653-54273789c0c6"
6691
},
6792
{
68-
"id": "New Regimen",
69-
"title": "New Regimen",
70-
"concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115"
93+
"id": "tbTreatmentOutcome",
94+
"title": "Treatment Outcome",
95+
"concept": "e44c8c4c-db50-4d1e-9d6e-092d3b31cfd6"
7196
},
7297
{
73-
"id": "reason",
74-
"title": "Reason",
75-
"concept": "dce0c977-30ab-102d-86b0-7a5022ba4115"
98+
"id": "drTbDiagnosis",
99+
"title": "Diagnosed with DR TB",
100+
"concept": "c069ca01-e8e2-4ae2-ac36-ab0ee4540347"
101+
},
102+
{
103+
"id": "drTbConfirmedDate",
104+
"isDate": true,
105+
"title": "DR TB Confirmed Date",
106+
"concept": "67ac3702-5ec1-4c52-8e80-405ec99b723b"
107+
},
108+
{
109+
"id": "secondLineTransfer",
110+
"title": "Transferred to 2nd line Treatment",
111+
"concept": "d96ee5b5-7723-4f9e-8442-3b6aa1276f6d"
112+
},
113+
{
114+
"id": "secondLineTransferDate",
115+
"isDate": true,
116+
"title": "Date Transferred to 2nd line",
117+
"concept": "9fc8ca19-4892-4560-87b1-439446346d63"
118+
},
119+
{
120+
"id": "nextAppointmentDate",
121+
"isDate": true,
122+
"title": "Next Appointment Date",
123+
"concept": "dcac04cf-30ab-102d-86b0-7a5022ba4115"
76124
},
77125
{
78126
"id": "actions",

0 commit comments

Comments
 (0)