Added more LOINC’s to the app to request with the Observation’s Resource call inorder to improve on the chances of getting observation’s for weight, height, bone age, gestational age, parental heights. #44
Issue: Currently the open source growth chart app requests observations for certain LOINC's (weight, height, bmi, bone age). Depending on how the mapping for these LOINC's is setup in the EHR (mapping it to the data) it is possible that the FHIR queries may or may not result in observations.
Fix: This PR adds more LOINC's for weight, height, bone age, gestational age and parental heights. This covers more mappings in the EHR thus improving the chances of getting observations relevant to the apps functioning.
Issue: Currently the open source growth chart app requests observations for certain LOINC's (weight, height, bmi, bone age). Depending on how the mapping for these LOINC's is setup in the EHR (mapping it to the data) it is possible that the FHIR queries may or may not result in observations.
Fix: This PR adds more LOINC's for weight, height, bone age, gestational age and parental heights. This covers more mappings in the EHR thus improving the chances of getting observations relevant to the apps functioning.