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
When marshalling a Task with input (type TaskInput) set, it marshals all empty fields as well. I see that this works (since #1) for Observation, as the value options are defined as pointers (with omitempty).
I'm somewhat new to FHIR, but if you point me to the right direction I can give it a go fixing it (thanks in advance).
When marshalling a
Task
withinput
(typeTaskInput
) set, it marshals all empty fields as well. I see that this works (since #1) forObservation
, as the value options are defined as pointers (withomitempty
).I'm somewhat new to FHIR, but if you point me to the right direction I can give it a go fixing it (thanks in advance).
Example output:
The text was updated successfully, but these errors were encountered: