FHIR Chat · Does HAPI support Snomed ECL · hapi

Stream: hapi

Topic: Does HAPI support Snomed ECL


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

Hi,
I already raised this question in terminology stream:
(https://chat.fhir.org/#narrow/stream/179202-terminology/topic/Expansion.20of.20ECL.20causes.20unknown.20ValueSet.20error.20in.20hapi)

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?

@Grahame Grieve mentioned, hapi may not support ECLs. Can someone confirm this?
Is there another way how ECLs can be used in hapi?

view this post on Zulip Patrick Werner (Jan 28 2022 at 13:59):

Hapis in-memory Terminology Service doesn't support ECL.


Last updated: Apr 12 2022 at 19:14 UTC