-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Add periods to patient addresses #3041
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3041 +/- ##
==========================================
- Coverage 86.00% 83.50% -2.51%
==========================================
Files 162 132 -30
Lines 10855 8188 -2667
==========================================
- Hits 9336 6837 -2499
+ Misses 1519 1351 -168
Flags with carried forward coverage won't be shown. Click here to find out more. |
containers/fhir-converter/Dockerfile
Outdated
@@ -1,7 +1,7 @@ | |||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build | |||
|
|||
# Download FHIR-Converter | |||
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-15 --single-branch /build/FHIR-Converter | |||
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch mcm/econ-periods --single-branch /build/FHIR-Converter |
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.
todo: update this with released version once merged
containers/ecr-viewer/src/app/services/evaluateFhirDataService.ts
Outdated
Show resolved
Hide resolved
…o mcm/econ-periods
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!
PULL REQUEST
Summary
Add the useable period to a patient's addresses if available. Counterpart of skylight-hq/FHIR-Converter#20
Refactored
formatAddress
to be a bit more flexible and terser to use on the common case in the process.Related Issue
Fixes #2913
Acceptance Criteria
We would like to display all information that is available to (consult w/ design first).
Additional Information