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

Mapping Improvements: Patient, Related Person #1504

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

jonahkaye
Copy link
Member

@jonahkaye jonahkaye commented Jan 23, 2024

Refs: #1449

Description

  • mapping improvement for Patient Resource
  • adding required resource for RelatedPerson

Testing

[Regular PRs:]

  • Local
    • local fhir mr gen
    • test on 100 patients local

Release Plan

  • staging testing?
  • Merge this

@jonahkaye jonahkaye changed the title Mapping Improvements Mapping Improvements: Patient Jan 23, 2024
@jonahkaye jonahkaye self-assigned this Jan 23, 2024
@jonahkaye jonahkaye changed the title Mapping Improvements: Patient Mapping Improvements: Patient, Related Person Jan 23, 2024
@@ -9,4 +9,5 @@
"state": "{{addr.state._}}",
"country": "{{addr.country._}}",
"postalCode": "{{addr.postalCode._}}",
"period": {{>DataType/Period.hbs period=addr.useablePeriod}}
Copy link
Member Author

Choose a reason for hiding this comment

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

tells you if the address is up to date by looking if its still in use. valuable to have

@@ -22,6 +23,7 @@
{{/each}}
],
"birthDate":"{{addHyphensDate patientRole.patient.birthTime.value}}",
"deceased":"{{patientRole.patient.s:deceasedInd.value}}",
Copy link
Member Author

Choose a reason for hiding this comment

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

seems important lol

"patient":
{
"reference":"{{REF}}"
},
Copy link
Member Author

@jonahkaye jonahkaye Jan 23, 2024

Choose a reason for hiding this comment

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

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

1 participant