sample patient data. To support OMOPonFHIR, f_* table/view exist. To support context holder, some smart_* tables exists. omop_v5 schema has OHDSI's OMOP v5 schema.
Before run docker, preapre the sample data in OMOPv5. Do follows,
$ cd sample_data
$ cat datadump* > ../omop_v5_dump.tgz
This will combind the splitted data into the gzipped tar ball file.
$ sudo docker build -t smart-postgres .
Run this image
$ sudo docker run --name smart-postgres -p 5432:5432 -d smart-postgres:latest