**Describe the bug** [Load Electronic Health Records](https://github.com/hakyimlab/ukbrest/wiki/Load-real-UK-Biobank-data#load-electronic-health-records) seems to suggest that it can load hesin data, but 1. that code block is missing the actual ukbrest image & command option. it should be more like ``` $ docker run --rm --net ukb \ -e UKBREST_DB_URI="postgresql://test:test@pg:5432/ukb" \ -v ~/hospital_inpatient:/var/lib/hospital_inpatient \ -v ~/primary_care:/var/lib/primary_care hakyimlab/ukbrest --load-??? ``` 2. I don't see any code that would load those data files :p Thanks!