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

Add additional provider details to ecr viewer #2591

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

BobanL
Copy link
Collaborator

@BobanL BobanL commented Sep 19, 2024

PULL REQUEST

Summary

  • Update fhir conversion to set encounter participant to be PractitionerRole, which includes a Practitioner and Organization.
    • Update Practitioner to remove any organization information
  • Add additional provider fields to be displayed
  • Add .5rem padding right to data title fields to support longer titles.

Related Issue

Fixes #2508

Acceptance Criteria

  • Provider Details section includes the data below in this order:
    • Provider Name
    • Provider Address
    • Provider Contact
    • Provider Facility Name
    • Provider Facility Address
    • Provider ID
  • The data in the fields should match the data found in the componentOf > encompassingEncounter > responsibleParty > assignedEntity section of the xml
  • If these fields are not present in the eCR document, they are added to the Unavailable Info section

Additional Information

image

Checklist

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

@BobanL
Copy link
Collaborator Author

BobanL commented Sep 19, 2024

@sarahtress - The field Provider Facility Address is a bit long. Is this fine or should something change?

image

@sarahtress
Copy link
Collaborator

@sarahtress - The field Provider Facility Address is a bit long. Is this fine or should something change?

image

hmmm actually this feels like more of a "we need to add some padding or like a max width so that "Address" would go to the next line" problem

@BobanL
Copy link
Collaborator Author

BobanL commented Sep 19, 2024

@sarahtress - The field Provider Facility Address is a bit long. Is this fine or should something change?
image

hmmm actually this feels like more of a "we need to add some padding or like a max width so that "Address" would go to the next line" problem

This is what it looks like with .5 rem of padding. Does this look right?
image

@sarahtress
Copy link
Collaborator

@BobanL that looks good to me, thank you!

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.

Update "Provider Details" in Encounter Info
2 participants