Stream: implementers
Topic: FHIR HAPI LOINC upload-terminology
CeSharp (Feb 05 2020 at 10:44):
Anyone know if this bug is reported and if there is a solution known?
When using the hapi-fhir-cli 4.1.0
hapi-fhir-cli upload-terminology -d D:\hapi-fhir-cli\Loinc_2.67.zip -v R4 -t http://localhost:8095/hapi-fhir-jpaserver/fhir -u http://loinc.org
We get in process of adding the loinc set:
ca.uhn.fhir.rest.server.exceptions.InternalErrorException: Failed to call access method: java.lang.IllegalArgumentException: Mapping for MapType not found, expected one of [PartNumber, PartName, PartTypeName, ExtCodeId, ExtCodeDisplayName, ExtCodeSystem, Equivalence, ContentOrigin, ExtCodeSystemVersion, ExtCodeSystemCopyrightNotice]
CeSharp (Feb 05 2020 at 12:46):
Anyone know if this bug is reported and if there is a solution known?
When using the hapi-fhir-cli 4.1.0
hapi-fhir-cli upload-terminology -d D:\hapi-fhir-cli\Loinc_2.67.zip -v R4 -t http://localhost:8095/hapi-fhir-jpaserver/fhir -u http://loinc.orgWe get in process of adding the loinc set:
ca.uhn.fhir.rest.server.exceptions.InternalErrorException: Failed to call access method: java.lang.IllegalArgumentException: Mapping for MapType not found, expected one of [PartNumber, PartName, PartTypeName, ExtCodeId, ExtCodeDisplayName, ExtCodeSystem, Equivalence, ContentOrigin, ExtCodeSystemVersion, ExtCodeSystemCopyrightNotice]
Found the fix!
https://github.com/jamesagnew/hapi-fhir/issues/1649
Last updated: Apr 12 2022 at 19:14 UTC