Skip to content

reason-healthcare/sql-on-fhir-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sql-on-fhir-research

Generate Synthetic Patient Test Data

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

Install Postgres SQL

brew install postgresql

Start and Stop server

brew services start postgresql
brew services stop postgresql

Use server

psql postgres

Install DuckDB

brew install duckdb

Use server

duckdb

Releases

No releases published

Packages

No packages published

Languages