Skip to content

FHIR package version mismatch (hl7.fhir.be.vaccination 1.12 vs expected 1.10) causes HAPI startup failure #24

@tvanh3

Description

@tvanh3

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions