https://github.com/jmandel/fhir-map-review
https://github.com/jmandel/fhir-map-review
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmandel/fhir-map-review
- Owner: jmandel
- Created: 2024-02-01T17:01:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T22:36:14.000Z (over 1 year ago)
- Last Synced: 2025-03-20T00:52:58.678Z (3 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checking FHIR element mappings
```
bun install openai
bun install html-to-text
bun run index.ts > r4-r5.out
cat r4-r5.out | jq -c 'select(. != null) | select(.potentialR5Targets[]?.qualityOfMatch == "strong")' | jq -s > r4-r5.json
```