Problem
When starting the ITB FHIR server using the provided docker-compose configuration, the HAPI FHIR server fails to start due to a package version mismatch.
HAPI-1298: Package ID 1.1.2 doesn't match expected: 1.1.0
Reason
https://www.ehealth.fgov.be/standards/fhir/vaccination/package.tgz
returns a package.json with version:
Solution
- hapi.fhir.implementationguides.bevacc.packageUrl=https://www.ehealth.fgov.be/standards/fhir/vaccination/package.tgz
- hapi.fhir.implementationguides.bevacc.name=hl7.fhir.be.vaccination
- hapi.fhir.implementationguides.bevacc.version=1.1.2
- hapi.fhir.implementationguides.bevacc.reloadExisting=true
- hapi.fhir.implementationguides.bevacc.installMode=STORE_AND_INSTALL
Problem
When starting the ITB FHIR server using the provided
docker-composeconfiguration, the HAPI FHIR server fails to start due to a package version mismatch.HAPI-1298: Package ID 1.1.2 doesn't match expected: 1.1.0Reason
https://www.ehealth.fgov.be/standards/fhir/vaccination/package.tgz
returns a package.json with version:
Solution