OHDSI / Criteria2Query

[In Development] An application to parse freetext inclusion criteria and produce a structured cohort definition that can be executed against OMOP CDM
Apache License 2.0
62 stars 19 forks source link

Is concepthub also open-sourced? #64

Closed thirdwing closed 1 year ago

thirdwing commented 1 year ago

It is a wonderful project and we learned a lot from the paper and source code.

When we read the source code, we found the program called another service by the following URL

http://35.202.46.162:8080/concepthub/omop/searchOneEntityByTermAndDomain

One example return is as follow:

{"matchScore":0.5059322,"concept":{"conceptId":4142985,"conceptName":"Female of child bearing age","domainId":"Condition","vocabularyId":"SNOMED","conceptClassId":"Clinical Finding","standardConcept":"S","conceptCode":"427504007","validStartDate":"19700101","validEndDate":"20991231","invalidReason":null,"parentCount":1,"childCount":0,"additionalInformation":""},"term":"Female of child bearing age"}

Is the concepthub service also open-sourced?

yingchengsun commented 1 year ago

It is the web service of Usagi. Usagi is open sourced: https://github.com/OHDSI/Usagi

On Thu, Apr 27, 2023 at 3:10 AM Qiang Kou (KK) @.***> wrote:

It is a wonderful project and we learned a lot from the paper and source code.

When we read the source code, we found the program called another service by the following URL

http://35.202.46.162:8080/concepthub/omop/searchOneEntityByTermAndDomain

One example return is as follow:

{"matchScore":0.5059322,"concept":{"conceptId":4142985,"conceptName":"Female of child bearing age","domainId":"Condition","vocabularyId":"SNOMED","conceptClassId":"Clinical Finding","standardConcept":"S","conceptCode":"427504007","validStartDate":"19700101","validEndDate":"20991231","invalidReason":null,"parentCount":1,"childCount":0,"additionalInformation":""},"term":"Female of child bearing age"}

Is the concepthub service also open-sourced?

— Reply to this email directly, view it on GitHub https://github.com/OHDSI/Criteria2Query/issues/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXPLPSXKUGOXCDHWOGKHQ3XDILWHANCNFSM6AAAAAAXNNSIOE . You are receiving this because you are subscribed to this thread.Message ID: @.***>