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
I am trying to generate a FHIR instance from a profile, and when trying to add a Practitioner.telecom element, I have this warning message :
"Sliced element Practitioner.telecom is being accessed via numeric index. Use slice names in rule paths when possible."
I don't want to use a defined slice but the default slice, is it possible to have a default slice keyword, something like that, to avoid this warning ?
Thank you for reporting this. While this may eventually result in a change to the FSH spec, this is also something that could be handled better by SUSHI. I've created an issue for SUSHI to track this: FHIR/sushi#1490.
Hi everyone!
I am trying to generate a FHIR instance from a profile, and when trying to add a Practitioner.telecom element, I have this warning message :
"Sliced element Practitioner.telecom is being accessed via numeric index. Use slice names in rule paths when possible."
I don't want to use a defined slice but the default slice, is it possible to have a default slice keyword, something like that, to avoid this warning ?
see https://github.com/ansforge/IG-fhir-annuaire/blob/110-creation-exemples/input/fsh/examples/DP/PP16DP-Practitioner.fsh
Thanks for your help!
The text was updated successfully, but these errors were encountered: