File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments