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
After some investigation, I figured out that the problem occurs when the slicename matches the path name. E.g., when contact is sliced with a slicename called contact. Renaming the slicename to contact2 fixes it!
See Zulip Thread: https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/error.20The.20element.20or.20path.20you.20referenced.20does.20not.20exist
After some investigation, I figured out that the problem occurs when the slicename matches the path name. E.g., when
contact
is sliced with a slicename calledcontact
. Renaming the slicename tocontact2
fixes it!Small reproducible sample: https://fshschool.org/FSHOnline/#/share/3egT4Lo
The text was updated successfully, but these errors were encountered: