Stream: conformance
Topic: HL7 Validator (4.1.9) defaulting to snomed-ct international
Ken Sinn (Jan 06 2020 at 09:17):
Running into strange behaviour, hope it's a user (me) error.
When validating (HL7 Validator) a resource with the following snippet of coding (a snomed-ct canadian extension):
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/20611000087101/version/20190430",
"code": "8191000087109",
"display": "Overdue"
}
]
it returns the following error:
- unable to find code 8191000087109 in http://snomed.info/sct (version http://snomed.info/sct/900000000000207008/version/20190731) for 'http://snomed.info/sct#8191000087109'
Looks like it's validating against the international edition of snomed, instead of the canadian edition specified in the version (should be supported based on http://tx.fhir.org/r4/snomed/doco/)
Thoughts on what might be the issue? Thanks!
Mareike Przysucha (Jan 06 2020 at 09:19):
Try it with version simply being "20190430".
Ken Sinn (Jan 06 2020 at 09:20):
Simply providing version "20190430" only provides the publication date, and doesn't help identify that it's only available in the Canadian extension?
Mareike Przysucha (Jan 06 2020 at 09:21):
okay, sorry, I thought it would work...
Ken Sinn (Jan 06 2020 at 09:21):
https://www.hl7.org/fhir/snomedct.html seems to indicate that the version URI should be the full URI as well.
Mareike Przysucha (Jan 06 2020 at 09:25):
Yes, you're right, my fault. Sorry.
Ken Sinn (Jan 06 2020 at 09:26):
No worries! All suggestions help. Worth trying it out anyway, to try and debug the issue.
Last updated: Apr 12 2022 at 19:14 UTC