hapi-fhir-cli upload-terminology -d /usr/local/fhir/Loinc_2.65_LoincTableCore.zip -d /usr/local/fhir/Loinc_2.65_MultiAxialHierarchy_2.65.zip -v dstu3 -t http://192.168.61.118:8081/fhir/baseDstu3 -u http://loinc.orgFailure during REST processing: ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: Could not find the following mandatory files in input: [Loinc.csv, loincupload.properties, AnswerList.csv, LoincAnswerListLink.csv, Part.csv, LoincPartLink.csv, PartRelatedCodeMapping.csv, DocumentOntology.csv, LoincRsnaRadiologyPlaybook.csv, Top2000CommonLabResultsUs.csv, Top2000CommonLabResultsSi.csv, LoincUniversalLabOrdersValueSet.csv, LoincIeeeMedicalDeviceCodeMappingTable.csv, ImagingDocumentCodes.csv]
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/925a517c-902c-4edf-82fd-c66de92867bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
hapi-fhir-cli upload-terminology -d ~/Downloads/Loinc_2.65_LoincTableCore.zip -d ~/Downloads/Loinc_2.65_MultiAxialHierarchy_2.65.zip -d ~/Downloads/Loinc_2.65_Text_2.65.zip -v r4 -t http://localhost:8080/hapi-fhir-jpaserver/fhir -u http://loinc.orgca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: HTTP 422 Unprocessable Entity: Could not find the following mandatory files in input: [LoincTable/Loinc.csv, loincupload.properties, AnswerList.csv, LoincAnswerListLink.csv, Part.csv, LoincPartLink.csv, PartRelatedCodeMapping.csv, DocumentOntology.csv, LoincRsnaRadiologyPlaybook.csv, Top2000CommonLabResultsUs.csv, Top2000CommonLabResultsSi.csv, LoincUniversalLabOrdersValueSet.csv, LoincIeeeMedicalDeviceCodeMappingTable.csv, ImagingDocumentCodes.csv]
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/28a45234-e893-4473-8b13-4ca868570eae%40googlegroups.com.
hapi-fhir-cli upload-terminology -d ~/Downloads/Loinc_2.65.zip -v r4 -t http://localhost:8080/hapi-fhir-jpaserver/fhir -u http://loinc.org
ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: HTTP 422 Unprocessable Entity: Could not find the following mandatory files in input: [loincupload.properties]
# This is the version identifier for the AnswerList fileanswerlist.version=2.65# This is the version identifier for uploaded ConceptMap resourcesconceptmap.version=2.65hapi-fhir-cli upload-terminology -d ~/Downloads/Loinc_2.65.zip -d ~/Downloads/loincupload.properties -v r4 -t http://localhost:8080/hapi-fhir-jpaserver/fhir -u http://loinc.org
2019-03-12 13:47:20 [main] INFO c.u.f.c.UploadTerminologyCommand Beginning upload - This may take a while...2019-03-12 13:48:45 [main] INFO c.u.f.c.UploadTerminologyCommand Upload complete!2019-03-12 13:48:45 [main] INFO c.u.f.c.UploadTerminologyCommand Response:<Parameters xmlns="http://hl7.org/fhir"> <parameter> <name value="conceptCount"/> <valueInteger value="183052"/> </parameter> <parameter> <name value="target"/> <valueReference> <reference value="CodeSystem/loinc"/> </valueReference> </parameter></Parameters>2019-03-12 13:48:45 [main] INFO ca.uhn.fhir.cli.App HAPI FHIR is shutting down...