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
In the FHIR bridge we could have missing data, or even data that is semantically similar to the openEHR ELEMENT.null_flavour, but currently the code generated doesn't allow to record the null_flavour.
Acceptance criteria
At the same level the fields for ELEMENT.value are generated, we need to generate field for the ELEMENT.null_flavour which is a DV_CODED_TEXT.
Success criteria
Review / Merge request approved (P2P session)
Unit tests passed
Updated documentation (Javadoc and Sphinx)
Acceptance criteria fulfilled
Build without errors
Release notes prepared
Runtime warnings
The text was updated successfully, but these errors were encountered:
Background
In the FHIR bridge we could have missing data, or even data that is semantically similar to the openEHR ELEMENT.null_flavour, but currently the code generated doesn't allow to record the null_flavour.
Acceptance criteria
At the same level the fields for ELEMENT.value are generated, we need to generate field for the ELEMENT.null_flavour which is a DV_CODED_TEXT.
Success criteria
The text was updated successfully, but these errors were encountered: