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
F.e. using template "Virologischer Befund", the analyte (openEHR-EHR-CLUSTER.laboratory_test_analyte.v1) results in ProVirusCluster class which has only
however, this element could be specialized as DvCodedText f.e. to satisfy an AQL query on a specific code_string, for example this one from NUM:
select
q/items[at0024]/value/defining_code/code_string as ErregerBEZK,
x/items[at0015]/value as Datetime
from EHR e
contains COMPOSITION c
contains OBSERVATION v[openEHR-EHR-OBSERVATION.laboratory_test_result.v1]
contains (
CLUSTER h[openEHR-EHR-CLUSTER.laboratory_test_panel.v0] and
CLUSTER x[openEHR-EHR-CLUSTER.specimen.v1] and
CLUSTER q[openEHR-EHR-CLUSTER.laboratory_test_analyte.v1])
Expected result
There should be generated methods to support the specialization with a terminology ID and a code_string.
Success criteria
The defect has been fixed
The defect is checked by an unit or an integration test (Robot)
Merge Request approved
Unit tests passed
Build without errors
Release notes prepared
Runtime warnings
The text was updated successfully, but these errors were encountered:
Steps to reproduce
(generated example is in the code base: https://github.com/ehrbase/openEHR_SDK/blob/develop/client/src/test/java/org/ehrbase/client/classgenerator/examples/virologischerbefundcomposition/definition/ProVirusCluster.java)
F.e. using template "Virologischer Befund", the analyte (openEHR-EHR-CLUSTER.laboratory_test_analyte.v1) results in ProVirusCluster class which has only
however, this element could be specialized as DvCodedText f.e. to satisfy an AQL query on a specific code_string, for example this one from NUM:
Expected result
There should be generated methods to support the specialization with a terminology ID and a code_string.
Success criteria
The text was updated successfully, but these errors were encountered: