Install Synthea
./run_synthea -p 100 --exporter.fhir.bulk_data=true
Copy from fhir output to local directory test data
cp /path/to/synthea/output/fhir/ ./test-data
Run zsh script to remove narrative
chmod +x no-narrative.zsh
./no-narrative.zsh
brew install postgresql
brew services start postgresql
brew services stop postgresql
psql postgres
brew install duckdb
duckdb