In several eCRs, the Reason For Visit section is not displayed in the Clinical Info section. Please fix the FHIR path to ensure that this information is displayed if the information is available.
Potential problem:
The FHIR path for Reason for Visit searches for a section title named "Reason for Visit".
However, in the examples below, the section title is named "Reason For Visit". Due to the case sensitivity of FHIR paths, this variation would not be captured by the existing search.
Potential solution:
Make sure the FHIR path can accurately capture Reason for Visit sections regardless of capitalization by updating the path to be case-insensitive.
Example from 5370592c-6dd3-4de5-b4f6-8a2f4b0253aa:
Priority
Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket
Priority
[ ] Low priorityThe bug does not have to be fixed immediately. High and medium priority bugs should be addressed first.
[ ] Medium priorityTypically, medium-priority bugs do not affect customers directly and therefore can be fixed in the normal course of testing and development.
[x] High priorityHigh priority bugs must be addressed immediately. They often affect the app’s functionality and impact customers and their user experience. They must take priority.
Description
In several eCRs, the Reason For Visit section is not displayed in the Clinical Info section. Please fix the FHIR path to ensure that this information is displayed if the information is available.
Potential problem:
Potential solution:
clinicalReasonForVisit
infhirPath.yml
evaluateClinicalData
incommon.tsx
Steps to reproduce
Example eCRs:
2ff3119d-b933-4236-8746-53726e291449
: Reason for Visit is missing12aa8d10-c131-44f6-9a34-5873d2148084
: Reason for visit not displayed3a6febc6-cc0f-4706-8322-da0cd16bb7c6
: Reason for Visit is missing5370592c-6dd3-4de5-b4f6-8a2f4b0253aa
: eCR Viewer doesn't display Reason for VisitTN_sample eCR2
: Reason for Visit section is not displayed when info is availableExpected Result
If Reason for Visit information is information, it should be displayed in the eCR Viewer.
Example: 1c1393a3-2481-45a5-8610-392683aaef4a
Actual result
Example from
5370592c-6dd3-4de5-b4f6-8a2f4b0253aa
:Priority
Provide an estimate for level of impact the bug has today by placing an X in the applicable bracket
Priority
Notes
No FHIR conversion for this ticket is required.