FHIR Chat · HL7 Validator (4.1.9) defaulting to snomed-ct international · conformance

Stream: conformance

Topic: HL7 Validator (4.1.9) defaulting to snomed-ct international


view this post on Zulip 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:

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!

view this post on Zulip Mareike Przysucha (Jan 06 2020 at 09:19):

Try it with version simply being "20190430".

view this post on Zulip 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?

view this post on Zulip Mareike Przysucha (Jan 06 2020 at 09:21):

okay, sorry, I thought it would work...

view this post on Zulip 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.

view this post on Zulip Mareike Przysucha (Jan 06 2020 at 09:25):

Yes, you're right, my fault. Sorry.

view this post on Zulip 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