GoogleCloudPlatform / healthcare-data-harmonization

This is an engine that converts data of one structure to another, based on a configuration file which describes how. There is an accompanying syntax to make writing mappings easier and more robust.
https://cloud.google.com/solutions/healthcare-life-sciences
Apache License 2.0
206 stars 64 forks source link

Get Started Documentation without Jupyter notebook (e.g running from command line) #42

Closed connor-mcshane closed 2 years ago

connor-mcshane commented 2 years ago

Hi All

Could we get some getting started documentation that just runs from the command line? e.g docker run --args for some input file and output file

I am currently evaluating this tool for data transformation use cases. We would like to be able to schedule transfers from a healthcare database and output FHIR data.

I am struggling to get started with the tool using the Jupyter notebook (the example works but it is not intuitive to translate this to other conversions).