-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update Syphilis AOE copy and order #8130
Conversation
32b557b
to
859d133
Compare
859d133
to
3faaf9a
Compare
Quality Gate passedIssues Measures |
@@ -97,8 +97,8 @@ export const syphilisSymptomsMap = { | |||
"56940005": "Palmar (hand)/plantar (foot) rash", | |||
"91554004": "Flat white warts", | |||
"15188001": "Hearing loss", | |||
"46636008": "Blurred vision", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -148,8 +148,8 @@ export const SyphilisAoEForm = ({ | |||
</div> | |||
</div> | |||
{hasSymptoms === "YES" && ( | |||
<div className={"grid-row grid-gap width-full flex-start"}> | |||
<div className={`flex-${CHECKBOX_COLS_TO_DISPLAY - 1}`}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -83,7 +83,7 @@ const GENDER_SEXUAL_PARTNERS_FEMALE_OVERRIDE = { | |||
}; | |||
const BLURRED_VISION_OVERRIDE = { | |||
symptoms: | |||
'{"15188001":false,"26284000":false,"46636008":true,"56940005":false,"68225006":false,"91554004":false,"195469007":false,"266128007":false,"724386005":false}', | |||
'{"15188001":false,"26284000":false,"56317004":false,"56940005":false,"91554004":false,"195469007":false,"246636008":true,"266128007":false,"724386005":false}', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alopecia (SNOMED: 56317004)
, the snomed for blurred vision is corrected from 46636008
to 246636008
and the order of the others were changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM running it locally!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and everything looks good to me. The styling on the tablets looks so much better 🤩 great work on this!
FRONTEND PULL REQUEST
Related Issue
Changes Proposed
Additional Information
Testing
Screenshots / Demos
Before
After