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

Bone Age observation's are not displayed in the Table. #27

Open
shriniketsarkar-zz opened this issue Apr 24, 2017 · 1 comment
Open

Comments

@shriniketsarkar-zz
Copy link

Currently the growth chart app accepts an array of associative arrays containing the key-value pairs :

{
       date: v.effectiveDateTime,
       boneAgeMos: units.any(v.valueQuantity)
} 

which are collected here : Ref.
"boneAgeMos" is only used if the object is of type : SmartBoneage

But since we are never creating any objects of type SmartBoneage the key "boneAgeMos" is never read thus keeping the BoneAge to be displayed in the Table as always undefined.

@nschwertner Is this a bug or am I missing something?

@nschwertner
Copy link
Member

This sounds like a bug to me, which probably occurred when the app was adapted to SMART on FHIR (from SMART Classic, which it was written against originally). I can see the data being processed inside the app (for example sample patient Paul Luttrell has some bone age observations), but then it somehow fails to get matched against the height measurements and displayed. You are welcome to contribute a fix for v1 if you work out a solution. We will address this with v2 of the app for sure.

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

No branches or pull requests

2 participants