https://github.com/jmandel/termsqlite
https://github.com/jmandel/termsqlite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmandel/termsqlite
- Owner: jmandel
- Created: 2024-03-15T15:09:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:47:06.000Z (about 1 year ago)
- Last Synced: 2025-03-20T00:52:58.580Z (3 months 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
```