Skip to content

Commit d3dabb3

Browse files
committed
Merge branch 'feature/hotfix-1' into develop
2 parents 38ad719 + 848c810 commit d3dabb3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/fhiry/main.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,6 @@ def cli(
5353
query,
5454
config_file,
5555
):
56-
"""Process FHIR data from folder or server and output a dataframe.
57-
58-
This command can either read FHIR Bundles/NDJSON from a local folder or
59-
perform a FHIR search against a server, then optionally flatten resources
60-
and write to CSV/XLSX/Parquet.
61-
62-
Args:
63-
input_path (str | None): Path to a folder with FHIR files.
64-
output_path (str | None): Destination file path for dataframe output.
65-
flatten (bool): Whether to add a flattened text column for resources.
66-
url (str | None): FHIR server base URL for search.
67-
search_type (str | None): Resource type to search when using --url.
68-
resource_types (str | None): CSV string of resource types to filter.
69-
query (str | None): JSON string of search parameters for the server.
70-
config_file (str | None): Path to config JSON file for column transforms.
71-
"""
7256
if url:
7357
from fhiry.fhirsearch import Fhirsearch
7458

0 commit comments

Comments
 (0)