FHIR Chat · Expansion of ECL causes unknown ValueSet error in hapi · terminology

Stream: terminology

Topic: Expansion of ECL causes unknown ValueSet error in hapi


view this post on Zulip Moritz Kähler (Jan 28 2022 at 12:31):

Hi,
not sure if this is the right stream.
I have following problem.
After loading SNOMED CT files into a HAPI server in a test environment expansion of ECLs does not work.
When I run

 [base]/ValueSet/$expand?url=http://snomed.info/sct?fhir_vs=ecl/(<<27624003)

I'm getting:

{
  "resourceType": "OperationOutcome",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>Unknown ValueSet: http%3A%2F%2Fsnomed.info%2Fsct%3Ffhir_vs%3Decl%2F%28%3C%3C27624003%29</pre></td>\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
  },
  "issue": [ {
    "severity": "error",
    "code": "processing",
    "diagnostics": "Unknown ValueSet: http%3A%2F%2Fsnomed.info%2Fsct%3Ffhir_vs%3Decl%2F%28%3C%3C27624003%29"
  } ]
}

Did I miss anything?

view this post on Zulip Grahame Grieve (Jan 28 2022 at 12:52):

this sounds like a question for #hapi rather than here, but I don't think HAPI supports ECL

view this post on Zulip Moritz Kähler (Jan 28 2022 at 13:25):

@Grahame Grieve Thanks for the quick answer. I will raise this question in HAPI server.
Find question in hapi stream here:
https://chat.fhir.org/#narrow/stream/179167-hapi/topic/Does.20HAPI.20support.20Snomed.20ECL


Last updated: Apr 12 2022 at 19:14 UTC