William Weiss
William Weiss
Hello! Via the API, I'm allowed to create a Location whose managingOrganization doesn't exist. If the POST body looks like this ```json { "resourceType": "Location", "managingOrganization": { "reference": "SomeRandomNonsense", "display":...
Version: Deno 2.0.0 Hello! After upgrading to deno 2 and trying to run deno check ./routes/prescriptions/[prescription_id].tsx I get an error ``` error: Relative import path "client-only" not prefixed with /...
Hello! I may be wrong, but it appears that when `usedocker: true` the docker build log only prints after everything is finished. It would be nice if during the build,...
Hello! I am trying to run snowstorm locally against a local instance of elasticsearch. In one terminal I run `elasticsearch-8.11.1/bin/elasticsearch` and then in another I can see the cluster is...
Hello! I'm excited to get up and running with snowstorm. I am running `docker compose up -d` locally per the docs and can see the SNOMED International Browser with no...
In the [SNOMED CT Browser](https://browser.ihtsdotools.org/?perspective=full&conceptId1=770802007&edition=MAIN/2024-10-01&release=&languages=en) I can limit my results to particular `semanticTags` like so: I see this results in an API call to `https://browser.ihtsdotools.org/snowstorm/snomed-ct/browser/MAIN/2024-10-01/descriptions?&limit=100&term=nail&active=true&conceptActive=true&lang=english&semanticTags=body%20structure&groupByConcept=true` How do I achieve the...