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
Within the process of creating a sample form based on the openehr-sdk (https://github.com/ehrbase/num_platform/issues/13) with the template Diagnosis (CKM Diagnose), problems were encountered to fill in the field nameDesProblemsDerDiagnoseValue.
Actual result
When nameDesProblemsDerDiagnoseValue was set like "nameDesProblemsDerDiagnoseValue": "Kopfschmerzen",, the following error occured:
"Wrong Status code. Expected: [200, 201, 204]. Got: 400. Error message: {"error":"org.ehrbase.validation.constraints.wrappers.ValidationException: :-Validation error at /content[openEHR-EHR-EVALUATION.problem_diagnosis.v1]/data[at0001]/items[at0002]:Validation error at /content[openEHR-EHR-EVALUATION.problem_diagnosis.v1]/data[at0001]/items[at0002], TEXT01:Value does not match any defined codes,found:com.nedap.archie.rm.datavalues.DvText@fead6ffb.\n\n","status":"Bad Request"}"
Expected result
Because nameDesProblemsDerDiagnose is DV_Text, it should be possible to enter a diagnosis as text.
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
Within the process of creating a sample form based on the openehr-sdk (https://github.com/ehrbase/num_platform/issues/13) with the template Diagnosis (CKM Diagnose), problems were encountered to fill in the field
nameDesProblemsDerDiagnoseValue
.Actual result
When
nameDesProblemsDerDiagnoseValue
was set like"nameDesProblemsDerDiagnoseValue": "Kopfschmerzen",
, the following error occured:Expected result
Because
nameDesProblemsDerDiagnose
is DV_Text, it should be possible to enter a diagnosis as text.Success criteria
The text was updated successfully, but these errors were encountered: