FHIR Chat · The package 'hl7.fhir.us.ccda.r4' has not entry on the curre · IG creation

Stream: IG creation

Topic: The package 'hl7.fhir.us.ccda.r4' has not entry on the curre


view this post on Zulip Rick Geimer (Nov 08 2020 at 21:38):

Getting the following error when I try to run the IG publisher on http://build.fhir.org/ig/HL7/PhCP-r4/

org.hl7.fhir.exceptions.FHIRException: The package 'hl7.fhir.us.ccda.r4' has not entry on the current build server
at org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.loadFromCIBuild(FilesystemPackageCacheManager.java:525)
at org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.loadPackage(FilesystemPackageCacheManager.java:493)
...

The error is weird because "hl7.fhir.us.ccda.r4" is not declared as a dependency. Rather, "hl7.fhir.us.ccda" is. However, "hl7.fhir.us.ccda.r4" used to be the package ID for the latest C-CDA on FHIR, but that was changed before it was published. I'm guessing the old package ID is hiding somewhere in the build machinery.

@Grahame Grieve

view this post on Zulip Rick Geimer (Nov 10 2020 at 00:18):

Also, I did a search and "hl7.fhir.us.ccda.r4" is not found in any of the files in the IG in github @Grahame Grieve
https://github.com/HL7/PhCP-r4

view this post on Zulip Grahame Grieve (Nov 10 2020 at 19:40):

yes indeed, this is a consequence of something that happened in the past, which you can see here:

http://hl7.org/fhir/us/phcp/2019May/package.json

The IG was published with a dependency on current, which should not have happened, and now it cannot be used. But the error does not prevent the IG from building, as it should not


Last updated: Apr 12 2022 at 19:14 UTC