Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmandel/termsqlite


https://github.com/jmandel/termsqlite

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## Preparing Vocab Fixtures

```sh
zcat fhir-concept-publication-demo/CodeSystem-rxnorm-03072022.ndjson.gz |\
grep -iE "RxNormCurrentPrescribableContent|lorat|clari" |\
gzip > fixtures/CodeSystem-rxnorm-claritin-only.ndjson.gz
```