Changed directory name

This commit is contained in:
Markus Mandalka 2024-09-11 12:39:07 +02:00
parent 8cc27759b7
commit cd0996a15d

View File

@ -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)