Stream: implementers
Topic: FHIR Validator resolving codesystem URL's
ravindra kondiparthi (Nov 15 2019 at 19:50):
Is there a way to disable the behavior of validating/resolving codesystem URL's. I am using FHIR validator jar(https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator).
I am getting error with message "URL value 'http://hl7.org/fhir/sid/ndc' does not resolve**" when below command is run.
java -jar org.hl7.fhir.validator.jar EOB_pharmacy_sample.json -version 4.0 -tx n/a
Any help is appreciated.
Thanks
Ravi
Grahame Grieve (Nov 15 2019 at 20:38):
it's not an error, it's a warning, yes?
ravindra kondiparthi (Nov 15 2019 at 21:28):
Yes .its showing up as error
Error @ ExplanationOfBenefit.item[0].productOrService.coding[0].system (line 81, col65) : URL value 'http://hl7.org/fhir/sid/ndc' does not resolve
ravindra kondiparthi (Nov 15 2019 at 21:29):
I am using FHIR Validation tool Version 4.1.2-SNAPSHOT - Built 2019-11-14T08:25:58.351+11:00
Grahame Grieve (Nov 15 2019 at 21:29):
can you send me your example?
ravindra kondiparthi (Nov 15 2019 at 21:30):
sent in a private message
Grahame Grieve (Nov 16 2019 at 15:42):
fixed next release
ravindra kondiparthi (Nov 17 2019 at 00:12):
Thanks ...is that available already to download?
Last updated: Apr 12 2022 at 19:14 UTC