Skip to content

Commit

Permalink
remove extra fields from BundleMetadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonfarrell committed Nov 7, 2024
1 parent b8174bb commit 682350d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions containers/ecr-viewer/src/app/api/save-fhir-data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 682350d

Please sign in to comment.