IHTSDO / snowstorm

Scalable SNOMED CT Terminology Server using Elasticsearch
Other
204 stars 80 forks source link

nursing procedure record #490

Closed juanidepapi closed 1 year ago

juanidepapi commented 1 year ago

hi guys

How can I make an ecl query that brings me only nursing procedures. The idea is that the doctor indicates the nursing process in the HCE, for example "injection application" or "wound healing"

thank you so much!

juanidepapi commented 1 year ago

I have made the following ecl query: <<71388002 with the term "wound healing", but I didn't get any terms that came close to the idea. I'm using the Argentine edition.

kaicode commented 1 year ago

Hi @juanidepapi, it can be hard to define an area of SNOMED CT for nursing because nursing often covers a wide range of care activities.

There are some existing sets of nursing related content in the International Edition, for example:

The ECL <<71388002 that searches all procedures looks fine. I get 5 results when searching the Argentine edition in the SNOMED International browser, as long as I do not select the "América Latina" language refset. If that is selected then the search term must be Spanish.

Screenshot 2023-03-02 at 15 12 09

There is no fuzzy matching in the browser (which uses the Snowstorm terminology server). The search strategy uses multiple prefix, any order matching. So for example a search term of "wou hea" would match the concept Education about wound healing.

If this is still not working for you please let me know if you are using this or another browser / API so I can suggest something else.

kaicode commented 1 year ago

With the two examples you gave it may be helpful to start an ECL that includes a concept closer to what you are looking for, before refining further using text. For example:

juanidepapi commented 1 year ago

hello kai. thanks for your answer. Understand what you say. I was wondering if there isn't a mapping from NIC (Nursing interventions classification) to Snomed to be more specific in terms of nursing terminology. While I investigate this I will apply what you say. A greeting and thank you very much again

kaicode commented 1 year ago

I'll close this for now. Feel free to reopen if there is anything else.