diff --git a/README.md b/README.md index 415def8..d8d4fc0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Therefore this validation environment uses following standards and Open Source S ### Setup FHIR Packages -Download the FHIR NPM Packages of the [German MII Core Dataset modules](https://www.medizininformatik-initiative.de/de/uebersicht-ueber-versionen-der-kerndatensatz-module) (Kerndatensatz der Medizininformatik Initiative) to the directory `fhir-packages`. +Download the FHIR NPM Packages of the [German MII Core Dataset modules](https://www.medizininformatik-initiative.de/de/uebersicht-ueber-versionen-der-kerndatensatz-module) (Kerndatensatz der Medizininformatik Initiative) to the directory `packages`. E.g. by running [download-packages.sh](download-packages.sh): @@ -43,7 +43,7 @@ E.g. by running [download-packages.sh](download-packages.sh): bash download-packages.sh `` -If you want to use other FHIR packages, download the NPM packages to the fhir-packages directory and set them up by the environment variables of the HAPI validation service. +If you want to use other FHIR packages, download the FHIR NPM packages to the packages directory and set them up by the environment variables of the HAPI validation service. The environment variable names is derived from config section `implementationguides` in HAPIs [application.yaml](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml)