Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmandel/termsqlite
https://github.com/jmandel/termsqlite
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmandel/termsqlite
- Owner: jmandel
- Created: 2024-03-15T15:09:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:47:06.000Z (7 months ago)
- Last Synced: 2024-10-06T15:40:35.745Z (about 1 month ago)
- Language: C#
- Size: 214 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```