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

Incorrect way to convert 00080061 to FHIR #6

Closed
Chinlinlee opened this issue May 18, 2022 · 1 comment
Closed

Incorrect way to convert 00080061 to FHIR #6

Chinlinlee opened this issue May 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Chinlinlee
Copy link
Member

In DICOM2FHIRImagingStudy.js line 213

studyobj.modality = DCMstring(json, '00080061');

The code read 00080061 tag of DICOM which the tag is only used for querying.
Need to find another way to convert the value of 00080061 tag to modalities in the study of FHIR ImagingStudy.

@Chinlinlee Chinlinlee added the bug Something isn't working label May 18, 2022
@cylien
Copy link
Member

cylien commented May 18, 2022

Please refer to DICOM Tag Mapping in FHIR ImagingStudy.
https://build.fhir.org/imagingstudy-mappings.html

Deal with the DICOM tag listed on the mapping table. Also, it is possible to process the DICOM tags listed on a DICOM tag list which could be added in Raccoon.

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