Stream: shorthand
Topic: GoFSH 1.3.0 and Sushi limitation of FHIR version
saran (Aug 30 2021 at 00:34):
Is there a limitation for GoFSH and Sushi with FHIR version?
Chris Moesel (Aug 30 2021 at 12:38):
SUSHI primarily supports FHIR R4. SUSHI has "experimental" support of FHIR R4B and FHIR R5; it should work, but since those versions are still in flux, it's possible you could run into issues we're not yet aware of. SUSHI does not support FHIR DSTU2 or R3.
Chris Moesel (Aug 30 2021 at 12:39):
You specify the version of FHIR you want using fhirVersion
in sushi-config.yaml
(e.g., 4.0.1
, 4.1.0
, 4.6.0
).
Last updated: Apr 12 2022 at 19:14 UTC