diff --git a/sample-data/PBScolums.png b/sample-data/PBScolums.png new file mode 100644 index 00000000..f09258cd Binary files /dev/null and b/sample-data/PBScolums.png differ diff --git a/sample-data/Readme.md b/sample-data/Readme.md new file mode 100644 index 00000000..5ba80129 --- /dev/null +++ b/sample-data/Readme.md @@ -0,0 +1,12 @@ +This folder contains sample data sets which import with the import command fromt the server repository, e.g.: `utils/inv-import.js file.csv YYYY-MM-DD` + +### Medications + +source | filename | description | header information | notes +-------|----------|-------------|--------------------|------- +http://www.pbs.gov.au/browse/downloads | amt_20170201.csv | Australian PBS database | see [here](https://dev.pbs.gov.au/readme.html) You will need to remove unnecessary columns in the data and add a header line with details similar to the image below (LibreOffice calc is useful for this) | this database includes all Australian PBS drugs. The delimiter is `!`. To use the file it needs to be slightly modified (commas replaced with semi-colons). + + +### Images +- details of colums for PBS import +![PBS Columns](PBScolums.png)