Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for null_flavour at the ELEMENT level #131

Closed
7 tasks
ppazos opened this issue Nov 10, 2020 · 1 comment · Fixed by #153
Closed
7 tasks

Add support for null_flavour at the ELEMENT level #131

ppazos opened this issue Nov 10, 2020 · 1 comment · Fixed by #153
Labels
enhancement New feature or request

Comments

@ppazos
Copy link

ppazos commented Nov 10, 2020

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

  • 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
@ppazos ppazos added the enhancement New feature or request label Nov 10, 2020
@stefanspiska
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants