feat: Adding social determinants of health questionnaire#1354
feat: Adding social determinants of health questionnaire#1354laura-puerto-skylight wants to merge 5 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1354 +/- ##
==========================================
+ Coverage 86.29% 86.37% +0.07%
==========================================
Files 258 249 -9
Lines 11488 11031 -457
Branches 1284 1292 +8
==========================================
- Hits 9914 9528 -386
+ Misses 1567 1496 -71
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
The changes here are meant to allow the question text to use the full width instead of being squished to the side which looked weird for longer questions. I am still waiting on designs so this might change further.
|
Adding a note for myself here to check if anything needs to change in message-parser (ex. homelessness status)? |
There was a problem hiding this comment.
Hm I wonder if we can actually make a V2 of dash-rendar to add to the seed data, rather than editing the original?
Maybe we could call it dash-rendar-SODH?
It would need a new ``->`, but for versioning, it should share the same `setId` as dash-rendar, and have a +1 `versionNumber`
There was a problem hiding this comment.
By "it would need a new ``->`," you mean a new id?
There was a problem hiding this comment.
Just writing a comment to make sure this gets updated if anything changes in the FHIR converter
| # Download FHIR-Converter | ||
|
|
||
| RUN git clone https://github.com/CDCgov/dibbs-FHIR-Converter.git --branch 8.0.3 --depth 1 /App | ||
| RUN git clone https://github.com/CDCgov/dibbs-FHIR-Converter.git --branch laura/sdoh --depth 1 /App |
There was a problem hiding this comment.
Obligatory TODO to change this when FHIR converter PR goes in
Summary
Initial UI for the Social Determinants of Health Questionnaire:

Related Issue
Fixes #1226
Acceptance Criteria
eCR Viewer
Additional Information
FHIR Converter PR: CDCgov/dibbs-FHIR-Converter#117
Checklist