netliferesearch / snomed-search

Connect to Snowstorm, search for Snomed CT concepts and add or remove them from refset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snomed CT search and refset editor

  • Connect to Snowstorm, search for Snomed CT concepts and add or remove them from refsets
  • Configurable hostnames and refsets

Requirements:

Development

Installation

yarn install
yarn start

Netlify specific

Instead of yarn start, use netlify dev after installing the Netlify CLI. This is only necessary to use Netlify Functions.

yarn global add netlify-cli
netlify dev

Tests

yarn test

Deploy

yarn build

This tool uses Create React App, and the finished files are created in a folder called build. You can copy or deploy these files to a hosting service of your choosing.

A Github Action has been setup to deploy to Netlify automatically.

About

Connect to Snowstorm, search for Snomed CT concepts and add or remove them from refset

License:MIT License


Languages

Language:TypeScript 84.5%Language:JavaScript 14.4%Language:SCSS 0.5%Language:HTML 0.5%Language:Shell 0.2%