-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce fhir-term-graph module #1980
Comments
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Issue #1980 - Introduce fhir-term-graph module
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Issue #1980 - changed over validateCode to use normalize
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Issue #1980 - fixed subsumed by implicit value set URL syntax
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Issue #1980 - clean up FHIRTermService subsumes logic
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
The graph loader definitely needs some better docs. On my first attempt to load it, I passed the following args:
It did a bunch of work and then bombed out with this:
Apparently it wants something like this instead:
Are there different release formats for SNOMED CT? Could we just point it at |
What does the terminology system update scenario look like? Is it idempotent (i.e. loading the same source files twice is the same loading it once)? |
I opened #2176 for the missing doc |
With fhir-term-graph enabled as described above, I noticed the following output during startup:
I'm not positive that its related to the graph stuff, but I went ahead and opened #2177 for it. |
After loading a berkelydb/lucene graph as described above, I moved that to my server and updated my fhir-server-config with this:
Unfortunately, calls to
I opened #2178 for making loading idempotent (to avoid the partially imported content) and #2179 for being more resilient. |
After recreating the graph db, I was able to successfully load SnomedCT_USEditionRF2_PRODUCTION_20210301T120000Z and exercise the following queries:
|
after loading successfully snomed ct codes and starting the fhir server it gives this issue |
The
fhir-term-graph
module will have an implementation of theFHIRTermServiceProvider
interface built on top of a graph database (JanusGraph). This will enable the ability to efficiently support code systems with a large number of concepts (e.g. SNOMED-CT).Current feature branch:
https://github.com/IBM/FHIR/tree/fhir-term-graph
The feature will be configurable.
The text was updated successfully, but these errors were encountered: