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

Get Parental Heights from LOINC if FamilyHistory resource is unavailable. #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shriniketsarkar-zz
Copy link

Issue : The open source version of growth chart gets the Father/Mother heights from the FamilyHistory resource. If an EHR has not implemented the Family History FHIR resource then the application provides for no other way to automatically get these heights from the patients chart thus leaving the user with an option to manually enter the heights using the Settings gear icon.

Solution : If the EHR has availability for Observation's resource then it can leverage 2 Parental Height LOINC's(83845-8 , 83846-6) to fetch the necessary heights. This change adds the ability to use LOINC's using the Observation's resource to fetch Father/Mother heights from the EHR.

Consideration: In this change the app attempts to make the FamilyHistory resource call but also request observation's for these additional LOINC's (for parental heights) and uses the heights returned by the LOINC's if FamilyHistory resource call fails.

…ble.

This change will request 2 LOINC’s with the call to the Observation’s resource to gather Father and Mother heights. This improves the chance of getting these values if the Family History resource is not available.
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.

2 participants