FHIR Chat · tx.fhir.org using outdated SNOMED Intl version? · snomed

Stream: snomed

Topic: tx.fhir.org using outdated SNOMED Intl version?


view this post on Zulip Martin von Siebenthal (Dec 07 2021 at 07:20):

I get below validation error. It seems to apply 20200131 version of SNOMED CT, while 20210731 international should be default, shouldn't it? The validator says it is using tx.fhir.org version 2.0.4. I found that I can do '-sct us' as a workaround because then it takes the 20210901 US edition which has this code. But the '-sct intl' seems to be still defaulting to 20200131.
...
Error @ Bundle.entry[0].resource.extension[4].extension[0].value.ofType(CodeableConcept).coding[0] (line 93, col26) : Unable to find code 1156506007 in http://snomed.info/sct (version http://snomed.info/sct/900000000000207008/version/20200131); The code "1156506007" is not valid in the system http://snomed.info/sct; The code provided (http://snomed.info/sct#1156506007) is not valid in the value set 'All codes known to the system' (from https://tx.fhir.org/r4) for 'http://snomed.info/sct#1156506007'

view this post on Zulip Grahame Grieve (Dec 08 2021 at 04:54):

how do you get this error?

view this post on Zulip Grahame Grieve (Dec 08 2021 at 04:55):

GET https://tx.fhir.org/r4/CodeSystem/$validate-code?system=http://snomed.info/sct&code=1156506007:

{
  "resourceType" : "Parameters",
  "parameter" : [
    {
      "name" : "display",
      "valueString" : "Teleradiotherapy using photons"
    },
    {
      "name" : "system",
      "valueString" : "http://snomed.info/sct"
    },
    {
      "name" : "code",
      "valueString" : "1156506007"
    },
    {
      "name" : "version",
      "valueString" : "http://snomed.info/sct/900000000000207008/version/20210731"
    },
    {
      "name" : "result",
      "valueBoolean" : true
    }
  ]
}

Last updated: Apr 12 2022 at 19:14 UTC