Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC-208 added new vl justifications #1415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 34 additions & 14 deletions service/eid/mappings/eid-order-mappings-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,43 +332,63 @@
}
],
"testOrderJustification": {
"5931c4d4-4406-4d71-b75d-2205d905cc24": {
"d7a8dd98-d5de-4774-823a-a8ab06134d63": {
"eidId": 1,
"eidDisplay": "Routine VL",
"eidCode": "",
"eidDisplay": "First VL",
"mrsDisplay": ""
},
"e43ddeb6-3984-499c-a280-3bade1039608": {
"5931c4d4-4406-4d71-b75d-2205d905cc24": {
"eidId": 2,
"eidDisplay": "Confirmation of Treatment Failure (Repeat VL at 3M)",
"mrsDisplay": ""
},
"a8981934-1350-11df-a1f1-0026b9348838": {
"eidId": 3,
"eidDisplay": "Clinical Failure",
"eidCode": "",
"eidDisplay": "Follow Up VL",
"mrsDisplay": ""
},
"c6537e06-9fc2-47da-b679-e2a32824407f": {
"92a2818f-662c-4dbc-aa20-d9f4edec2654": {
"eidId": 4,
"eidDisplay": "Immunological Failure",
"eidCode": "",
"eidDisplay": "Recency",
"mrsDisplay": ""
},
"a8a00158-1350-11df-a1f1-0026b9348838": {
"eidId": 5,
"eidId": 3,
"eidCode": "",
"eidDisplay": "Single Drug Substitution",
"mrsDisplay": ""
},
"a89d109c-1350-11df-a1f1-0026b9348838": {
"635f446c-bab9-428a-9930-ae4f46363c0c": {
"eidId": 5,
"eidCode": "",
"eidDisplay": "PMTCT NP",
"mrsDisplay": ""
},
"e883376e-80cb-4ec7-a958-f0fbc0a0bad3": {
"eidId": 6,
"eidDisplay": "Pregnant Mother",
"eidCode": "",
"eidDisplay": "PMTCT KP",
"mrsDisplay": ""
},
"0998e404-d0ea-4271-abe0-a8a69c08c2cf": {
"eidId": 5,
"eidCode": "",
"eidDisplay": "PMTCT NP <=6 weeks in PNC",
"mrsDisplay": ""
},
"4d74eab9-4cad-4efb-8d58-82b53d23fcb9": {
"eidId": 5,
"eidCode": "",
"eidDisplay": "PMTCT NP >6 weeks in PNC",
"mrsDisplay": ""
},
"a8aaf3e2-1350-11df-a1f1-0026b9348838": {
"eidId": 7,
"eidCode": "",
"eidDisplay": "Other",
"mrsDisplay": ""
},
"undefined": {
"eidId": 8,
"eidCode": "",
"eidDisplay": "No Data",
"mrsDisplay": ""
}
Expand Down
36 changes: 24 additions & 12 deletions service/eid/mappings/eid-order-mappings-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,40 +866,52 @@
}
],
"testOrderJustification": {
"5931c4d4-4406-4d71-b75d-2205d905cc24": {
"d7a8dd98-d5de-4774-823a-a8ab06134d63": {
"eidId": 1,
"eidCode": "",
"eidDisplay": "Routine VL",
"eidDisplay": "First VL",
"mrsDisplay": ""
},
"e43ddeb6-3984-499c-a280-3bade1039608": {
"5931c4d4-4406-4d71-b75d-2205d905cc24": {
"eidId": 2,
"eidCode": "",
"eidDisplay": "Confirmation of Treatment Failure (Repeat VL at 3M)",
"eidDisplay": "Follow Up VL",
"mrsDisplay": ""
},
"a8981934-1350-11df-a1f1-0026b9348838": {
"eidId": 3,
"92a2818f-662c-4dbc-aa20-d9f4edec2654": {
"eidId": 4,
"eidCode": "",
"eidDisplay": "Clinical Failure",
"eidDisplay": "Recency",
"mrsDisplay": ""
},
"a8a00158-1350-11df-a1f1-0026b9348838": {
"eidId": 4,
"eidId": 3,
"eidCode": "",
"eidDisplay": "Single Drug Substitution",
"mrsDisplay": ""
},
"3966e139-ca69-47c6-aad3-ebd41bb45e28": {
"635f446c-bab9-428a-9930-ae4f46363c0c": {
"eidId": 5,
"eidCode": "",
"eidDisplay": "Baseline VL (for infants diagnosed through EID)",
"eidDisplay": "PMTCT NP",
"mrsDisplay": ""
},
"42cdefa2-c306-4d10-a819-c04131c4934e": {
"e883376e-80cb-4ec7-a958-f0fbc0a0bad3": {
"eidId": 6,
"eidCode": "",
"eidDisplay": "Confirmation of persistent low level viremia (PLLV)",
"eidDisplay": "PMTCT KP",
"mrsDisplay": ""
},
"0998e404-d0ea-4271-abe0-a8a69c08c2cf": {
"eidId": 5,
"eidCode": "",
"eidDisplay": "PMTCT NP <=6 weeks in PNC",
"mrsDisplay": ""
},
"4d74eab9-4cad-4efb-8d58-82b53d23fcb9": {
"eidId": 5,
"eidCode": "",
"eidDisplay": "PMTCT NP >6 weeks in PNC",
"mrsDisplay": ""
},
"a8aaf3e2-1350-11df-a1f1-0026b9348838": {
Expand Down
Loading