Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmandel/ccda-to-fhir-experimental
Experimental mapping CCDA -> FHIR
https://github.com/jmandel/ccda-to-fhir-experimental
Last synced: 19 days ago
JSON representation
Experimental mapping CCDA -> FHIR
- Host: GitHub
- URL: https://github.com/jmandel/ccda-to-fhir-experimental
- Owner: jmandel
- Created: 2014-10-16T21:34:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T20:59:49.000Z (about 10 years ago)
- Last Synced: 2024-10-06T15:43:25.094Z (about 1 month ago)
- Language: Clojure
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ccda-to-fhir
Experimental mapping tool to support C-CDA -> FHIR conversion and QA.
## To run
1. Install [leiningen](http://leiningen.org/)
2. `lein run -m ccda-to-fhir.test`## TODO
- [x] Flesh out `ccda-context` as an atom that includes `:Patient` and `:resources` that get built up.
- [x] Update the property-merging algorithm to support References.
- [ ] Map "system" from OID -> URIs in Codings
- [ ] Map from "simple" C-CDA codes like "M" for gender --> FHIR Codings
- [ ] Final output step that serialized the bundle to JSON
- [ ] Special handling of context in the bundle (with a fixed key, e.g. "cid:context-patient")