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

DV Duration not retrieving the same format of value posted #1008

Open
6 tasks
ATHULKNAIR opened this issue Nov 29, 2022 · 3 comments
Open
6 tasks

DV Duration not retrieving the same format of value posted #1008

ATHULKNAIR opened this issue Nov 29, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@ATHULKNAIR
Copy link

Configuration information

  • EHRbase version: 0.22.0
  • openEHR_SDK version: 1.23.0
  • Archie version: 2.0.1
  • PostgreSQL version: PostgreSQL 14.2 (Ubuntu 14.2-1.pgdg18.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
  • Java Runtime version: Oracle Corporation 11.0.16+8
  • Operating System version: Linux amd64 5.4.196-108.356.amzn2.x86_64

Steps to reproduce

POST TEMPLATE given below
composition.json.txt
POST COMPOSITION given below : {{ehrscapeBaseUrl}}/composition?ehrId={{ _.ehrId }}&templateId={{templateId}}&format=FLAT
durationbug.opt.txt

Get the composition back using the uid : {{ehrscapeBaseUrl}}/composition/{{compositionId}}?format=FLAT

Actual result

{
    ...
    "clinikk.prescription_pad.v2/medication_order/order:0/therapeutic_direction/direction_duration": "P30D"
    ...
}

Expected result (Acceptance Criteria)

{
    ...
    "clinikk.prescription_pad.v2/medication_order/order:0/therapeutic_direction/direction_duration": "P2W6D"
    ...
}

Definition of Done

  • The defect is checked by an unit or an integration test (Robot)
  • Merge Request approved
  • Unit tests passed
  • Build without errors
  • Release notes prepared
  • No additional runtime warnings
@ATHULKNAIR ATHULKNAIR added the bug Something isn't working label Nov 29, 2022
@vladislavploaia
Copy link
Contributor

Hello @ATHULKNAIR,
Thank you for this ticket.
Bug reported in our internal JIRA.
https://jira.vitagroup.ag/browse/CDR-660 - EHRBase || Get Composition is not retrieving DV_DURATION value as in committed composition
When it is fixed, I will let you know.
CC: @vidi42

@rubyllamadora
Copy link

Hi @vladislavploaia, any updates on this?

@vladislavploaia
Copy link
Contributor

Hello @rubyllamadora,
Not fixed yet. I will let you know once I have any updates.

CC: @vidi42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants