sssom-py
sssom-py copied to clipboard
Exporter: FHIR JSON
Description
I've written an exporter for FHIR ConceptMap R4 JSON. But there are additional tasks to complete over time.
Exporter is part of conversion / converter from SSSOM TSV to FHIR JSON.
Sub-tasks
- R4 implementation
- [x] code
- [x] writer test
- [ ] CLI test
- R5 implementation
- [ ] code
- [ ] writer test
- [ ] CLI test
Additional info
Related issues
- #253
- https://github.com/mapping-commons/sssom/issues/185
- https://github.com/HOT-Ecosystem/hapi-fhir-jpaserver-starter/issues/3
Done. Just waiting on PR to merge and this issue should close automatically.
@hrshdhgd I've decided to add the CLI test(s) to this existing issue, rather than make a new one.
I don't know if this repo is set up such that this will automatically be closed when the PR is merged, as that is sometimes the case. If so, we/I can re-open it after the fact, or we can just remove the "Development" link.
The PR in question which covers the first two parts of (1) is: #250