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 ordering of notes/comments #2900

Merged
merged 34 commits into from
Nov 15, 2024
Merged

Fix ordering of notes/comments #2900

merged 34 commits into from
Nov 15, 2024

Conversation

mcmcgrath13
Copy link
Collaborator

@mcmcgrath13 mcmcgrath13 commented Nov 14, 2024

PULL REQUEST

Summary

Incorporate changes from skylight-hq/FHIR-Converter#10. Always use the original text and not a parsed/reconstructed version.

Also added a little clean up to move the getting of the div into phirpath and out of JS to keep logic more consolidated.

Related Issue

Fixes #2669

Acceptance Criteria

Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s)

Additional Information

Anything else the review team should know?

Checklist

  • If this code affects the other scrum team, have they been notified? (In Slack, as reviewers, etc.)

@mcmcgrath13 mcmcgrath13 changed the base branch from main to mcm/fix-social-history-obs November 14, 2024 13:29
Base automatically changed from mcm/fix-social-history-obs to main November 14, 2024 18:18
@@ -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-7 --single-branch /build/FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch mcm/fix-note-order --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 tag before merge

plannedProcedures: "Bundle.entry.resource.where(resourceType = 'CarePlan').activity"
plannedProcedureName: "detail.code.coding[0].display"
plannedProcedureOrderedDate: "extension.where(url = 'dibbs.orderedDate').valueString"
plannedProcedureScheduledDate: "detail.scheduledString"

# Administered Medications
administeredMedications: "Bundle.entry.resource.section.where(code.coding[0].code = '29549-3').text"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this wasn't used anywhere

@mcmcgrath13 mcmcgrath13 marked this pull request as ready for review November 14, 2024 21:40
@mcmcgrath13 mcmcgrath13 added this pull request to the merge queue Nov 15, 2024
Merged via the queue into main with commit 6e86ee7 Nov 15, 2024
31 checks passed
@mcmcgrath13 mcmcgrath13 deleted the mcm/fix-note-order branch November 15, 2024 16:35
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: Notes and comments appear in reverse order
2 participants