From 682350d21fc5c47c3f4d1a78ceeea74c4910e7a2 Mon Sep 17 00:00:00 2001 From: Gordon Farrell Date: Thu, 7 Nov 2024 13:18:09 -0700 Subject: [PATCH] remove extra fields from BundleMetadata type --- containers/ecr-viewer/src/app/api/save-fhir-data/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/containers/ecr-viewer/src/app/api/save-fhir-data/types.ts b/containers/ecr-viewer/src/app/api/save-fhir-data/types.ts index cd7dab09d2..83701cad8e 100644 --- a/containers/ecr-viewer/src/app/api/save-fhir-data/types.ts +++ b/containers/ecr-viewer/src/app/api/save-fhir-data/types.ts @@ -78,8 +78,6 @@ export interface BundleMetadata { first_name: string; birth_date: string; data_source: string; - reportable_condition: string; - rule_summary: string; rr: RR[] | undefined; report_date: string; }