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
I encountered an issue while creating a JSON schema using Frictionless where I need to enforce specific conditional validations for certain LOINC question codes. Specifically:
LOINC question code: 44250-9
The allowed answer codes must be one of the following:
LA6568-5, LA6569-3, LA6570-1, LA6571-9.
LOINC question code: 44255-89
The allowed answer codes must be one of the following:
LA6568-5, LA6569-3, LA6570-1, LA6571-9.
Expected Behavior:
When defining the JSON schema, the conditional validation should be able to enforce that for each ObservationScreeningResponse, if the LOINC question code is 44250-9, the answer code must match the specified values. Similarly, for the question code 44255-8, the same rule applies.
Could support for such conditional validations be added to Frictionless, or is there an existing workaround to achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I encountered an issue while creating a JSON schema using Frictionless where I need to enforce specific conditional validations for certain LOINC question codes. Specifically:
LOINC question code: 44250-9
LOINC question code: 44255-89
Expected Behavior:
When defining the JSON schema, the conditional validation should be able to enforce that for each ObservationScreeningResponse, if the LOINC question code is 44250-9, the answer code must match the specified values. Similarly, for the question code 44255-8, the same rule applies.
Could support for such conditional validations be added to Frictionless, or is there an existing workaround to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions