Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

I am not able to upload recent Snomed data. Anyone managed to do this? please advise... hapi-fhir-cli upload-terminology -d /Users/satv/Downloads/...
Sathish Kumar's user avatar
0 votes
1 answer
306 views

I am getting the below error while working with FHIR API and SNOMED CT showing error 'The latest version of the requested Code System (http://snomed.info/sct) was not found.') { "resource Type&...
Sajitha Anu's user avatar
0 votes
1 answer
108 views

I'm using HealthcareService.specialty to represent various special care needs. I'm wondering if I can use the SNOMED qualifier value "90845004 Heavy (weight)" for one of them. Specifically, ...
Betty's user avatar
  • 1
-1 votes
1 answer
110 views

<?php $ch = curl_init(); //$concept_id = $_POST['concept_id']; curl_setopt($ch, CURLOPT_URL, "https://browser.ihtsdotools.org/snowstorm/snomed-ct/browser/MAIN/2022-03-31/concepts/84114007&...
Guillaume Speierer's user avatar
0 votes
1 answer
519 views

I have a NodeShape with a sh:SPARQLTarget . I tried to run the Target SPARQL query in an ontology editor and it delivered results, but when I'm executing the same query in my custom target node shape ...
Rashmi Burse's user avatar
0 votes
0 answers
142 views

I want to create a subgraph consisting of only "Disorder sub-hierarchy" of SNOMED. I am trying to create this subgraph from the complete SNOMED-OWL graph using a SPARQL CONSTRUCT query. ...
Rashmi Burse's user avatar
0 votes
1 answer
188 views

Each of the concepts in SNOMED CT has the conceptId (SNOMED_CID). Could you please let me know how SNOMED CT defines the SNOMED_CID. Is there any numbering scheme that SNOMED CT follows? SNOMED terms ...
S M Shamimul Hasan's user avatar
0 votes
1 answer
186 views

How would the procedure: "patient recommended to drink more water" be encoded as a SNOMED expression (or a FHIR procedure?) Are there public guidelines for encoding records? SNOMED's docs seem to be ...
user48956's user avatar
  • 15.9k
1 vote
0 answers
67 views

It seems that neither LOINC nor SNOMED-CT have codes for air quality (such as the PM10, PM2.5 particulate measures, or nitrogen oxide or nitrogen dioxide). Are there extensions which may cover these, ...
user48956's user avatar
  • 15.9k
0 votes
2 answers
214 views

I'm new to openEHR and snomed. I'm wanting to store information pack definition for a tobacco summary. How do I go about storing the measurement units (grams, oz, number of cigarettes)? Is there a ...
user3603308's user avatar
3 votes
0 answers
349 views

I use Jena from Java code and Blazegraph as a server, I have tried to query the first superclass in a path of a certain class, and of course, I didn't use either * or + with the predicate rdfs:...
Mario Raw's user avatar
1 vote
1 answer
85 views

I have planned to develop a prototype for academic purpose. I have list of snomed id with corresponding medical term. Some doctor write medical term in short expression so naturally those words have ...
Kalyan's user avatar
  • 1,960
1 vote
1 answer
1k views

I am a newbie in Hapi Fhir, in Fhir also. I'm trying to import Snomed-CT / US version on Hapi Fhir. I'm using the client to do this, this way: To run the server: java -jar hapi-fhir-cli.jar run-...
Alfonso Tienda's user avatar
2 votes
1 answer
2k views

I'm having trouble to install snomed for python 3. I have a virtual environment. The tutorial for instalation of snomed is in this link: http://pythonhosted.org/PyMedTermino/tuto_en.html#installation ...
user2535338's user avatar
5 votes
2 answers
5k views

I am doing a research on Clinical Natural language processing. Is there any clinical report that contains sentences, patient conditions, patient history, clinical terms, etc?
Mohammad Arshi's user avatar
0 votes
1 answer
63 views

As SNOMED and LOINC, I read that there is another universal standard for identifying medical terms called IEEE (whose database would also include fitness/diet/environmental data which I would ...
KeykoYume's user avatar
  • 2,655
1 vote
1 answer
179 views

Running Mysql V5.6.22, running a complex query on a properly indexed database, the response time initially is very slow (10's of seconds). Subsequent queries (for different items) are very ...
pgee70's user avatar
  • 4,073
0 votes
2 answers
133 views

I am pulling one code (ICD9) which is in table AbsDrgDiagnosis.Diagnosis. I need to pull another code (SNOMED_CT) which is in another table DMisNomenclatureMapCodes.CodeID when ...
Rich's user avatar
  • 49