FHIR / sushi

SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation command-line interpreter/compiler for FHIR Shorthand (FSH).
Apache License 2.0
145 stars 44 forks source link

Add Resources to FshToFhir exports #1349

Closed jafeltra closed 1 year ago

jafeltra commented 1 year ago

This PR does two simple things:

96ed567 completes the list of FSH entities that are exported from the FshToFhir API. It adds resources to be exported.

5cd87ad updates the log message in the FSHImporter to include logicals and resources when counting how many definitions have been imported.