We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug
What is the current behavior? After upgrading from 2.0.10 to 2.2.5 we're unable to resolve the Reference object in the Schema.
const Reference = FHIRServer.resolveSchema('4_0_0', 'reference');
What is the expected behavior? Class is exported from the index.js file in the resources directory
What are the steps to reproduce? Try to resolve the reference schema as shown
What OS are you using and what version of node.js and @asymmetrik/node-fhir-server-core are you running? N/A
We are using the Reference class to explode/rebuild a bundle containing only a composition resource with full URLs to references
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you want to request a feature, report a bug, or improve documentation?
bug
If you are reporting a bug?
What is the current behavior?
After upgrading from 2.0.10 to 2.2.5 we're unable to resolve the Reference object in the Schema.
What is the expected behavior?
Class is exported from the index.js file in the resources directory
What are the steps to reproduce?
Try to resolve the reference schema as shown
What OS are you using and what version of node.js and @asymmetrik/node-fhir-server-core are you running?
N/A
We are using the Reference class to explode/rebuild a bundle containing only a composition resource with full URLs to references
The text was updated successfully, but these errors were encountered: