Stream: IG creation
Topic: Sushi on Build
Catherine Hosage Norman (Apr 02 2021 at 16:49):
Is there any way to run sushi in the build FHIR 4.5 version?
Chris Moesel (Apr 02 2021 at 17:00):
Hi @Catherine Hosage Norman. Are you asking if it's possible to use SUSHI to build an IG based on FHIR 4.5? If so, yes. In your sushi-config.yaml
file, specify:
fhirVersion: 4.5.0
If you're asking something else, can you please clarify?
Jose Costa Teixeira (Apr 02 2021 at 17:19):
@Chris Moesel for those not using the sushi-config, is it also possible to put the FHIR version in the ig.xml?
Catherine Hosage Norman (Apr 02 2021 at 17:37):
Thanks. That worked. I tried to covert with gofish but go errors on not finding the MedicinalProductDefinition resource. I set the version there, but it did still got the error. Is there a way go get gofish to run on 4.5.0?
Chris Moesel (Apr 02 2021 at 17:38):
Yes, @Jose Costa Teixeira, that should work as well.
Chris Moesel (Apr 02 2021 at 17:40):
@Catherine Hosage Norman -- oh, hmmm... GoFSH might just assume 4.0.1. Support for versions > 4.0.1 is pretty recent in SUSHI. I don't think GoFSH has caught up yet. But we should definitely add support for that in GoFSH. I'll make sure it's on the to-do list.
Chris Moesel (Apr 02 2021 at 17:40):
And sorry it is not working now.
Catherine Hosage Norman (Apr 02 2021 at 17:41):
It did manage to convert the value sets.
Chris Moesel (Apr 02 2021 at 17:43):
Yeah, it will probably work ok for anything that hasn't changed much since 4.0.1 -- but not so well for anything that was introduced after 4.0.1.
Last updated: Apr 12 2022 at 19:14 UTC