FHIR / GoFSH

GoFSH is a FHIR Shorthand (FSH) decompiler, able to convert formal FHIR definitions from JSON/XML to FSH.
Apache License 2.0
35 stars 5 forks source link

Support FHIR R6 #272

Closed jafeltra closed 1 month ago

jafeltra commented 1 month ago

Description: Add support for using FHIR R6 versions. This mostly just switched from using our old regex if/else statement to using the nice util function from SUSHI for different supported FHIR versions.

Testing Instructions: Make sure the tests pass and you can run GoFSH on a project that uses a FHIR R6 version.

Related Issue: N/A