You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transferred from internal JIRA issue originally created 2023-06-12.
In ElementDefinition.unfold, errors may occur if the element specified in a contentReference can’t be found. Currently, the errors are language-level, such as Cannot read properties of undefined (reading 'length') rather than SUSHI-specific messages. Update this function so that more useful error messages are produced.
This was found in the HL7/davinci-epdx repository, which uses USCore 3.1.1 as a dependency. The following FSH will cause an error with an unhelpful message:
The contentReference on the entity.agent element will not resolve, since it refers to a BackboneElement that does not use the profile element extension.
The text was updated successfully, but these errors were encountered:
Transferred from internal JIRA issue originally created 2023-06-12.
In
ElementDefinition.unfold
, errors may occur if the element specified in a contentReference can’t be found. Currently, the errors are language-level, such asCannot read properties of undefined (reading 'length')
rather than SUSHI-specific messages. Update this function so that more useful error messages are produced.This was found in the HL7/davinci-epdx repository, which uses USCore 3.1.1 as a dependency. The following FSH will cause an error with an unhelpful message:
The contentReference on the
entity.agent
element will not resolve, since it refers to a BackboneElement that does not use the profile element extension.The text was updated successfully, but these errors were encountered: