Stream: terminology
Topic: tx.fhir.org not supporting 2021-01-31 sct-edition
Pranouti Patil (Feb 17 2021 at 05:56):
Hi everyone, need help regarding terminology server, https://tx.fhir.org/snomed/ is supporting the 2020-07-31 international sct-edition. What I need to do, if I want to use the 2021-01-31 international sct-edition.
The scenarios are,
1. I want to create and validate the immunization resource containing vaccine code for 1119305005 | COVID-19 antigen vaccine which is released in 2020-07-31 international sct-edition.
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1119305005",
"display": "COVID-19 antigen vaccine"
}
]
}
For this code, FHIR validator is giving error for sct codes in 2021-01-31 international sct-edition.
2. We want to create ValueSet for vaccine codes. Since https://tx.fhir.org/snomed/ is only supporting the 2020-07-31 sct edition, terminology server is not expanding the sct codes in 2021-01-31 sct-edition.
Lloyd McKenzie (Feb 17 2021 at 06:03):
@Rob Hausam
Rob Hausam (Feb 17 2021 at 13:09):
@Pranouti Patil @Lloyd McKenzie I've been trying to get this updated, but we ran into a problem with excessive memory usage in the new Fhirserver console version of the SNOMED CT importer which didn't allow the import to complete (even on a 256 GB VM!. Grahame has made a fix for that which I need to try again now. Hopefully that will work and the updated version will be there today.
Pranouti Patil (Feb 17 2021 at 13:13):
Thank you @Rob Hausam for addressing the query.
Rob Hausam (Feb 17 2021 at 22:06):
The 2021-01-31 SNOMED CT International Edition is now loaded and available on tx.fhir.org.
@Pranouti Patil
Pranouti Patil (Feb 18 2021 at 05:03):
@Rob Hausam Thank you, for your prompt action. It’s greatly appreciated.
Giorgio Cangioli (Feb 20 2021 at 09:56):
Mhh I'm still having this error from the builder..
Unable to find code 1119349007 in http://snomed.info/sct (version http://snomed.info/sct/900000000000207008/version/20200731); The code "1119349007" is not valid in the system http://snomed.info/sct; The code provided (http://snomed.info/sct#1119349007) is not valid in the value set 'All codes known to the system' (from http://tx.fhir.org/r4) for 'http://snomed.info/sct#1119349007'
should I move this request to the IG or the IPS stream ?
Rob Hausam (Feb 20 2021 at 14:13):
@Giorgio Cangioli That code isn't in version 20200731. It was added in 20210131, which is now supported by the terminology server as the default.
Giorgio Cangioli (Feb 20 2021 at 15:34):
Thanks @Rob Hausam
Last updated: Apr 12 2022 at 19:14 UTC