opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://smartregister.org
Apache License 2.0
54 stars 41 forks source link

Edit related person fields to registration questionnaire #185

Closed f-odhiambo closed 3 years ago

f-odhiambo commented 3 years ago

Once you have created a new related person, you can retrieve their details on the edit patient profile details page and updated the files accordingly. This should update the bundle resources i.e Patient resource and RelatedPerson resource respectively

Attached mock

Screen Shot 2021-05-31 at 12 12 31 PM
f-odhiambo commented 3 years ago

We need to unblock this feature implementation. At the moment we do not have a way in which we can be able to extract multiple resources from a single questionnaire

f-odhiambo commented 3 years ago

Update

  1. Structure map based extraction
  2. Definition support to be used in place once UUID work is complete
  3. Create a subtask for this issue
MuhammadSalman-7214 commented 3 years ago

This is being blocked until Epharim's work completes on ticket https://github.com/opensrp/fhircore/issues/184

ekigamba commented 3 years ago

@MuhammadSalman-7214 I think you can proceed from this branch https://github.com/opensrp/fhircore/tree/issue/184-add-related-persons-fields because this PR is possibly going to be blocked for a while.

The required datacapture release for this branch has also been released here https://github.com/google/android-fhir/packages/677325 and contains the latest master from Android FHIR SDK + StructureMap-based extraction PR

MuhammadSalman-7214 commented 3 years ago

okay, thanks for informing @ekigamba

f-odhiambo commented 3 years ago

@ekigamba Assigning you this task on Edit patient post Salman's depature