Skip to content
New issue

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

Frequent warnings: "Unhandled and unrecognized class/type: Reference" #48

Open
andrewcsmith opened this issue Jun 24, 2018 · 1 comment

Comments

@andrewcsmith
Copy link

Generally, whenever I'm deserializing something like a DiagnosticReport with a bunch of contained observations, I get the warning:

Unhanled and unrecognized class/type: Reference

However, the to_hash code clearly attempts to run FHIR.const_get('Reference'), which works perfectly well in my terminal. Is there any other reason this might happen?

@jawalonoski
Copy link
Member

Can you post a minimal sample DiagnosticReport and a few lines of code that reproduce the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants