Stream: conformance
Topic: Fixing resource type for references
Simone Heckmann (Mar 29 2016 at 13:58):
when I try to fix the type of resource that may be referenced in a slice of Composition.entry.reference, I get an error I don't understand.2016-03-29-15_57_17-forge-1221-for-dstu2-10.jpg
Simone Heckmann (Mar 29 2016 at 13:59):
"May only further constrain base resource types"
Simone Heckmann (Mar 29 2016 at 14:02):
How do I constrain a Reference(any) to a Reference(Observation)? Is there another way?
Lloyd McKenzie (Mar 29 2016 at 14:12):
My guess is the logic might not be recognizing that "any" includes "Observation".
Michel Rutten (Mar 29 2016 at 14:26):
@Simone that's a bug in Forge for sure, as your constraint is perfectly valid. Type validation is constantly being improved, I'll make sure to fix this in the next release. I'll send you a private link to an internal development build, so you can verify the bugfix.
Michel Rutten (Mar 29 2016 at 14:57):
@Simone I have fixed the bug and sent you a hyperlink to the current build. Please let me know if the bugfix doesn't work.
Simone Heckmann (Mar 29 2016 at 16:12):
Wow. that's fast delivery! :D
Michel Rutten (Mar 29 2016 at 16:44):
@Simone Heckmann We aim to please! ;p
Thank you for the valuable feedback. Please let me know if you find any other issues.
Last updated: Apr 12 2022 at 19:14 UTC