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

Medication.ingredient.itemCodeableConcept.coding.code is unset #36

Open
chgl opened this issue Aug 25, 2021 · 3 comments
Open

Medication.ingredient.itemCodeableConcept.coding.code is unset #36

chgl opened this issue Aug 25, 2021 · 3 comments
Assignees

Comments

@chgl
Copy link
Contributor

chgl commented Aug 25, 2021

System and display are set, but it seems like code is missing:

https://github.com/miracum/ahd2fhir/blob/master/ahd2fhir/mappers/ahd_to_medication.py#L57

@makampf
Copy link
Member

makampf commented Apr 14, 2022

@medtechst Although system and display is set, as far as i understood, system is wrong (ATC). And we maybe need mapping to ingredients - which we don't have?!?

@makampf
Copy link
Member

makampf commented Apr 14, 2022

image

@medtechst
Copy link

medtechst commented Apr 14, 2022

According to the core data set module for medication (https://www.medizininformatik-initiative.de/Kerndatensatz/Modul_Medikation/Medication-duplicate-2.html), ingredients should primarily be coded with codes from ASK, UNII, CAS or SNOMED. And ingredient is 1...* .
The ATC code should only be found at Medication.code.coding.

To still be able to create a valid Medication resource our suggestion would be to write a Data Absent Reason in the ingredients element.
An alternative would be to not create a Medication resource at all and to fill only in MedicationStatement.medication a CodableConcept with the ATC code.

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

No branches or pull requests

4 participants