Skip to content

yunwwang/cda-2-fhir-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDA to FHIR Converter

Introduction

CDA to FHIR converter takes a CDA/CCD document as input. Parse the content to a FHIR Bundle.

Limitation

This library currently support the follow sections from CDA document:

  • Header
  • Allergy Concern

To add more sections, please submit a request.

Getting Started

The Xml serializer takes an XDocument as input parameter and returns a FHIR Bundle instance.

To parse whole document

var xml = XDocument.Load("test.xml");
var bundle = new CdaParser().Convert(xml);

About

A .net CDA to FHIR converter

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published