lantanagroup / FHIR.js

Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries
Apache License 2.0
102 stars 29 forks source link

Uncaught (in promise) Error: Unknown resource type: ClinicalDocument #26

Closed neilpalima closed 4 years ago

neilpalima commented 4 years ago

Is there a limitation on this library? It cannot parse an xml file with ClinicalDocument.

Sample xml file

neilpalima commented 4 years ago

Crap, it's CCDA not FHIR. If you know some package that can parse CCDA xml please let me know. Thanks.