Skip to content

Commit

Permalink
Merge pull request #220 from microsoft/dotliquid
Browse files Browse the repository at this point in the history
add ccda converter
  • Loading branch information
qiwjin authored Mar 19, 2021
2 parents 9ac2c36 + 5d3df5e commit 71a7ead
Show file tree
Hide file tree
Showing 839 changed files with 50,475 additions and 406 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
*.json text eol=LF
*.liquid text eol=LF
*.xml text eol=LF
*.cda text eol=LF
*.ccda text eol=LF
*.hl7 text eol=LF
*.md text eol=LF
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following table compares the two converter engines:
| ----- | ----- | ----- |
| **Template language** | [Handlebars](https://handlebarsjs.com/) | [Liquid](https://shopify.github.io/liquid/) |
| **Template authoring tool** | Self-hosted web-app | [VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-health-fhir-converter)|
| **Supported conversions** | 1. HL7v2 to FHIR <br> 2. CCDA to FHIR | 1. HL7 v2 to FHIR <br> 2. *CCDA to FHIR (to be released soon)*|
| **Supported conversions** | 1. HL7v2 to FHIR <br> 2. C-CDA to FHIR | 1. HL7 v2 to FHIR <br> 2. *C-CDA to FHIR (to be released soon)*|
| **Available as** | 1. Self-deployed web service <br> (on-prem or on Azure)| 1. Command line tool <br> 2. $convert-data operation in FHIR Server for Azure <br> 3. $convert-data operation in Azure API for FHIR.|


Expand Down
Loading

0 comments on commit 71a7ead

Please sign in to comment.