Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")