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

fix: prefer loinc codes for procedure names #2950

Merged
merged 5 commits into from
Nov 25, 2024
Merged

fix: prefer loinc codes for procedure names #2950

merged 5 commits into from
Nov 25, 2024

Conversation

mcmcgrath13
Copy link
Collaborator

@mcmcgrath13 mcmcgrath13 commented Nov 22, 2024

PULL REQUEST

Summary

Counterpart of skylight-hq/FHIR-Converter#16. Now that all procedure codes are returned, prefer to display the LOINC name if it exists, and if not the first display name available.

Related Issue

Fixes #2780

Additional Information

image

@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build

# Download FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-12 --single-branch /build/FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch mcm/px-codes --single-branch /build/FHIR-Converter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: update to released branch

@mcmcgrath13 mcmcgrath13 added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit 6a51c72 Nov 25, 2024
35 checks passed
@mcmcgrath13 mcmcgrath13 deleted the mcm/px-codes branch November 25, 2024 18:50
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

Successfully merging this pull request may close these issues.

BUG: Procedure names display CPT instead of LOINC
2 participants