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

Web template-based Composition 'example' ignores any nodes called 'name' #1105

Open
2 tasks done
freshehr opened this issue Apr 17, 2023 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@freshehr
Copy link

Before reporting an issue

  • I have searched existing issues
  • I have reproduced the issue with the latest release

Environment information

0.24.0-SNAPSHOT 1.24.0-SNAPSHOT 2.0.1 Eclipse Adoptium 17.0.5+8 Linux amd64 5.19.0-23-generic PostgreSQL 13.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit

Steps to reproduce

Example composition via EHRBase

   "discharge_summary/professional_contacts/care_team/participant:0/role_and_relationship:0": "Primary emergency contact",
    "discharge_summary/professional_contacts/care_team/participant:0/member/telecom:0/system|terminology": "local",
...

Example composition via EHRBase Via Better

    "discharge_summary/professional_contacts/care_team/participant:0/role_and_relationship:0": "Primary emergency contact",
    "discharge_summary/professional_contacts/care_team/participant:0/member/name/use|code": "at0002",
    "discharge_summary/professional_contacts/care_team/participant:0/member/name/family": "Family 68",
    "discharge_summary/professional_contacts/care_team/participant:0/member/name/given": "Given 61",
    "discharge_summary/professional_contacts/care_team/participant:0/member/name/title": "Title 82",
    "discharge_summary/professional_contacts/care_team/participant:0/member/telecom:0/system|code": "at0012",
    "discharge_summary/professional_contacts/care_team/participant:0/member/telecom:0/value": "Value 80",
....

Note that participant here is part of the archetype structure - this is not a RM participant object.

From this and similar use-cases, it appears that the composition example generator is ignoring any paths with /name/ in them.

e.g.
HSE - Healthlink Discharge summary.zip

"discharge_summary/professional_contacts/care_team/participant:0/member/name/family": "Family 68",

Expected behavior

Don't ignore paths with 'name' in them!

Actual result

Missing example content

Further information

No response

@freshehr freshehr added the bug Something isn't working label Apr 17, 2023
@vladislavploaia
Copy link
Contributor

vladislavploaia commented Apr 21, 2023

Hello @freshehr ,
Thank you for reported issue.
To make sure that your ticket will be addressed, I've reported another one in our internal JIRA.
Once I get any updates, I will let you know.
CC: @vidi42 , @stefanspiska

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

2 participants