Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhir/cda-examples-to-fhir
Converting cda examples to fhir
https://github.com/fhir/cda-examples-to-fhir
Last synced: about 1 month ago
JSON representation
Converting cda examples to fhir
- Host: GitHub
- URL: https://github.com/fhir/cda-examples-to-fhir
- Owner: FHIR
- Created: 2013-11-27T09:34:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T12:41:46.000Z (about 11 years ago)
- Last Synced: 2023-08-06T10:10:50.257Z (over 1 year ago)
- Language: Ruby
- Size: 160 KB
- Stars: 13
- Watchers: 8
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Translating the agreed CDA examples to FHIR
## Installation
```
git clone https://github.com/FHIR/cda-examples-to-fhir
cd cda-examples-to-fhir
git submodule update # to load smart-platform sample_ccdas
```## Description
Source of examples: http://wiki.hl7.org/index.php?title=CDA_Template_Example_Task_Force
What does it involve? Well, I think:
* tracking the CDA Example task force output
* creating FHIR equivalents
* adding them to the spec directly, or sending them on to one of the editors (e.g. Me, Lloyd, Ewout) to add## File tree description
* cda folder is loaded automaticaly by script - load_cda.rb (add more sources to script file)
* fhir translation files created automaticaly so you should just fill them with valid content
* sample_ccdas - contains https://github.com/chb/sample_ccdas repository