Skip to content

Commit

Permalink
Merge pull request #934 from megin1989/main
Browse files Browse the repository at this point in the history
feat: add data source columns in FHIR via HTTPS #652
  • Loading branch information
ratheesh-kr authored Dec 20, 2024
2 parents bd1f154 + a54201c commit 84989be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
{ headerName: "TechBD Tenant ID", field: "tenant_id", filter: "agTextColumnFilter", headerTooltip: "ID of the tenant involved in the interaction" },
{ headerName: "Bundle ID", field: "bundle_id", filter: "agTextColumnFilter", headerTooltip: "The ID of the Bundle sent through the interaction" },
{ headerName: "Bundle Resource Type", field: "bundle_resource_type", filter: "agTextColumnFilter", headerTooltip: "The type of the Bundle sent through the interaction" },
{ headerName: "Bundle Source", field: "source_type", filter: "agTextColumnFilter", headerTooltip: "The Bundle data source where the data came from e.g. CSV, CCDA, FHIR etc." },
{ headerName: "TechBD Bundle Source Interaction Id", field: "source_hub_interaction_id", filter: "agTextColumnFilter", headerTooltip: "The orginal Bundle source interaction ID(CSV Zip file Interaction Id,CCDA file Interaction Id etc.)" },
{ headerName: "Source MRN", field: "source_mrn", filter: "agTextColumnFilter", headerTooltip: "Combination of tenant, organization and patient MRN" },
{ headerName: "Patient MRN", field: "patient_mrn", filter: "agTextColumnFilter", headerTooltip: "Medical Record Number of the patient involved in the interaction" },
{ headerName: "MRN Source", field: "patient_mrn_source_system", filter: "agTextColumnFilter", headerTooltip: "Source of the patient MRN" },
Expand Down

0 comments on commit 84989be

Please sign in to comment.