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

Add valdiation logic for reference targetProfiles #47

Closed lschmierer closed 3 years ago

lschmierer commented 3 years ago

I have implemented basic reference type validation.

I am, however, not sure if this is good to merge. It does not feel very robust. I have the impression that there are many edge cases (like local references) that are not covered.