Stream: tooling
Topic: FHIRValidator Jar issues with Snomed-CT Validation (v4.1.41)
Ken Sinn (Jan 06 2020 at 15:48):
Running Version 4.1.41 Snapshot of FHIR Validation tool, and connect fine to tx.fhir.org.
I'm getting the following error: ' Error @ ImmunizationRecommendation.recommendation[0].targetDisease.coding[0] (line 12, col2) : Unable to provide support for code system http://snomed.info/sct version 900000000000207008 for 'http://snomed.info/sct#36989005'"
However, running an older version V4.1.9 Snapshot validates this value just fine.
Are there any currently known issues with FHIR Validator and Snomed Term validation?
fyi it was the follow bit:
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36989005",
"display": "Mumps"
}
May Terry (Jan 07 2020 at 20:04):
I'm getting the same error. :-(
Lloyd McKenzie (Jan 08 2020 at 14:54):
It seems to be forcing the UV release even if something else is declared. Are the codes you're looking for part of the international release?
Ken Sinn (Jan 08 2020 at 18:01):
The code above is from the international release. It validates just fine on an older version (4.1.9) of Validator, but fails on 4.1.41 -- it's not even trying to validate at all.
Lloyd McKenzie (Jan 08 2020 at 18:38):
@Grahame Grieve should be back from vacation tomorrow, but I expect he'll have quite a backlog
May Terry (Jan 09 2020 at 14:00):
(deleted)
Grahame Grieve (Jan 10 2020 at 09:01):
this works for me. So please be specific about what you are doing - the command line parameters you are providing to the validator, and the instance you are validating
Last updated: Apr 12 2022 at 19:14 UTC