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

https://github.com/jmandel/termsqlite


https://github.com/jmandel/termsqlite

Last synced: 3 months 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
```