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

1868 map family history #2266

Merged
merged 12 commits into from
Jun 27, 2024
Merged

1868 map family history #2266

merged 12 commits into from
Jun 27, 2024

Conversation

RamilGaripov
Copy link
Contributor

@RamilGaripov RamilGaripov commented Jun 13, 2024

Ticket: https://github.com/metriport/metriport-internal/issues/1868

Dependencies

Description

  • Added FamilyHistory mapping
  • Added unit tests
  • Other small changes

Testing

  • Local
    • Tried locally with a valid FHIR bundle to get a valid CDA document
  • Staging
    • Add FamilyMemberHistory and see that it gets input into CCD

Release Plan

  • Merge this

@RamilGaripov RamilGaripov marked this pull request as ready for review June 24, 2024 19:15
Copy link
Member

@jonahkaye jonahkaye left a comment

Choose a reason for hiding this comment

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

Left some comments. Main comment is about having a structured value field in the observation within the family member history so there is structured data to parse.

Also, just wanted to check on the status of Epic testing on staging. Can we bump that if its been stalled? If this is the last section, we could also just wait to bump that until we ship this but there will definetly be issues on their end so ....

@RamilGaripov
Copy link
Contributor Author

Also, just wanted to check on the status of Epic testing on staging. Can we bump that if its been stalled? If this is the last section, we could also just wait to bump that until we ship this but there will definetly be issues on their end so ....

I will construct an updated version of the CDA and ping them again..

return "F";
default:
return "UK";
}
Copy link
Member

Choose a reason for hiding this comment

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

second thought. This is supposed to be converting fhir to CDA, but f and m are not valid values in fhir.

Copy link
Member

Choose a reason for hiding this comment

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

and also the name of the function should convey that its converting from fhir to CDA

Copy link
Contributor Author

Choose a reason for hiding this comment

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

lol true.. But I'll keep a copy of this function here for future use :P

Copy link
Member

@jonahkaye jonahkaye left a comment

Choose a reason for hiding this comment

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

Approved conditional on resolving last comment

@RamilGaripov RamilGaripov added this pull request to the merge queue Jun 27, 2024
Merged via the queue into develop with commit 2e49dd8 Jun 27, 2024
11 checks passed
@RamilGaripov RamilGaripov deleted the 1868-map-family-history branch June 27, 2024 20:36
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.

None yet

2 participants