Skip to content

Commit

Permalink
feat: add tenant id in view for FHIR Interactions with CSV tech-by-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-francis committed Dec 23, 2024
1 parent bc3e148 commit 2b3a662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified hub-prime/lib/techbd-udi-jooq-ingress.auto.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3800,6 +3800,7 @@ WITH fhir_summary AS (

SELECT
sizfr.tenant_id_lower,
sizfr.tenant_id,
sizfr.hub_interaction_id,
sizfr.created_at,
SUM(CASE WHEN siffcr.demographic_data_file_name IS NOT NULL THEN 1 ELSE 0 END) +
Expand All @@ -3822,6 +3823,7 @@ GROUP BY
sizfr.hub_interaction_id,
sizfr.created_at,
sizfr.tenant_id_lower,
sizfr.tenant_id,
fhir_summary.fhir_count,
fhir_summary.fhir_count_success,
fhir_summary.fhir_count_failed
Expand Down

0 comments on commit 2b3a662

Please sign in to comment.