Skip to content

feat: Public Health Emergency Outbreak Info field #680

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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

JNygaard-Skylight
Copy link
Collaborator

@JNygaard-Skylight JNygaard-Skylight commented May 1, 2025

PULL REQUEST

Summary

Add The Public Health Emergency Outbreak Info field

Related Issue

Fixes #592

Acceptance Criteria

  • Field(s) should be converted to FHIR
  • Field(s) should be added to the eCR Viewer
  • Any relevant unit/snapshot tests should be added.
  • "Emergency Outbreak Details" Section under Clinical Information. Note: Section should only be shown in the side menu and Viewer if that information is in the eCR

@codecov-commenter
Copy link

codecov-commenter commented May 1, 2025

Codecov Report

Attention: Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.22%. Comparing base (68ae58d) to head (3b4a3d2).

Files with missing lines Patch % Lines
...view-data/components/EcrDocument/clinical-data.tsx 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #680      +/-   ##
==========================================
- Coverage   87.51%   86.22%   -1.29%     
==========================================
  Files         262      231      -31     
  Lines       13958    11334    -2624     
  Branches      869      875       +6     
==========================================
- Hits        12215     9773    -2442     
+ Misses       1727     1545     -182     
  Partials       16       16              
Flag Coverage Δ
ecr-viewer 93.24% <95.45%> (+0.01%) ⬆️
fhir-converter 84.98% <ø> (ø)
ingestion 61.49% <ø> (ø)
message-parser 96.12% <ø> (ø)
message-refiner 92.38% <ø> (ø)
orchestration 85.45% <ø> (ø)
record-linkage ?
trigger-code-reference ?
validation 87.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JNygaard-Skylight JNygaard-Skylight changed the title feat: outbreak info feat: Public Health Emergency Outbreak Info field May 5, 2025
@JNygaard-Skylight JNygaard-Skylight marked this pull request as ready for review May 5, 2025 17:03
@JNygaard-Skylight JNygaard-Skylight requested a review from a team as a code owner May 5, 2025 17:03
@JNygaard-Skylight JNygaard-Skylight requested review from mcmcgrath13 and angelathe and removed request for a team May 5, 2025 17:03
@@ -1,7 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build

# Download FHIR-Converter
RUN git clone https://github.com/CDCgov/dibbs-FHIR-Converter.git --branch v7.0-3 --depth 1 /build/FHIR-Converter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need to be reverted once the FHIR Converter has been updated and a new release made.

…d-skylight:CDCgov/phdi-interim into josh/592/public-health-emergency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.1 Spec: Emergency Outbreak Information Observation
3 participants