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
Roundtripping workflow-reason from R5 doesn't work, both in fshonline and gofsh on the CLI:
gofsh --indent --useFHIRVersion 5.0.0
sushi
// ...
info Converting FSH to FHIR resources...
error Cannot bind value set to Reference; must be coded (code, Coding, CodeableConcept, Quantity, CodeableReference), or the data types (string, uri).
File: .../gofsh/input/fsh/extensions/WorkflowReason.fsh
Line: 33
The R4 version of the extension does pass without errors (just a warning).
The text was updated successfully, but these errors were encountered:
Hi @vadi2. Good catch! You're absolutely correct. It looks like GoFSH needs to be updated to recognize CodeableReference as a valid type to receive a binding. Thank you for reporting this.
I'm going to transfer this issue to the GoFSH repository since it's related to that code base.
Roundtripping workflow-reason from R5 doesn't work, both in fshonline and gofsh on the CLI:
The R4 version of the extension does pass without errors (just a warning).
The text was updated successfully, but these errors were encountered: