CHW/ANC SubTask - Create a ANC Patient Encounter #966
Replies: 25 comments
-
How does this fit in to the unified resource diagram? Is there a Task for a CHW visit, how does this relate to that? |
Beta Was this translation helpful? Give feedback.
-
I think this is covered in the diagram unless am missing something |
Beta Was this translation helpful? Give feedback.
-
OK cool! Let's add to the list of fields to capture, how we'll capture the links to other resources |
Beta Was this translation helpful? Give feedback.
-
Added Patient, I think we need to be more specific on what this Encounter is to encode, this looks like maybe it's an implementation issue for |
Beta Was this translation helpful? Give feedback.
-
A while back I and Brynn worked on this ANC use case scenario to record the 1st ANC contact. This scenario illustrates the resources involved in the application of the WHO IG at the first contact for a new patient. Here is a list of profiles that can be applicable for ANC /CHW use case Underlying data The Use case
CC @isabelcshaw @pld- We can record this as the Encounter/charity-first-contact - StrucutreDefinition given here |
Beta Was this translation helpful? Give feedback.
-
Cool that looks great, how do we represent the link to the CareTeam? |
Beta Was this translation helpful? Give feedback.
-
Researching on this still . The Location hierarchy stuff may also influence how that is done by. Will update once done |
Beta Was this translation helpful? Give feedback.
-
Here is a StructureDefinition for the CareTeam
|
Beta Was this translation helpful? Give feedback.
-
K, is the only connection between the CareTeam and Encounter due to the connection between the Patient and the CareTeam? |
Beta Was this translation helpful? Give feedback.
-
Yes. I would further summarize the care team structure using the following FHIR Resource JSON code snippet A CareTeam
contains a practitioner
and has a unique identifier
and its status could be proposed | active | suspended | inactive | entered-in-error
and the category for the CareTeam is an Encounter-focused care team - in this case to Check Pregnancy status
and the Care team name is
Taking care of a patient as the subject in this case Mary Ann
with Encounter ID
for the period dated
CareTeam.participant - Identifies all people and organizations who are expected to be involved in the care team.
CareTeam.participant.role - Indicates specific responsibility of an individual within the care team, such as "Primary care physician", "Trained social worker counsellor", "Caregiver", etc.
CareTeam.managing organization - The organization responsible for the care team.
|
Beta Was this translation helpful? Give feedback.
-
Oh ok cool so I was incorrect, the CareTeam can link directly to the Encounter, will we want to make use of that? Thinking operationally...
Right now we don't have a direct link from Patient to CareTeam or Encounter to CareTeam, I will add those in the diagram. I don't think we can do 2.ii. since GPS isn't in the Location hierarchy, did we have another way we are planning to do this? |
Beta Was this translation helpful? Give feedback.
-
@pld if there are some location constraints here, we could potentially address them in registration? Aka for the CHW implementation, it is generally safe to say that a family/patient is associated with the same location/catchment as the CHW who enrolls them and take location from that. Or, we could add a field beyond GPS to the registration form itself. For Liberia, we don't have any facility interaction, so the only case we'd need to cover is if a family moves to a new catchment. And, as an MVP, we could just mark families as moved and "deactivate" them for the CHA. And later address the possibility of reassignment in a single step. |
Beta Was this translation helpful? Give feedback.
-
@f-odhiambo do we have an ANC visit form/questionnaire? What fields shall we capture and what codes should it be mapped to. So basically its kind of a pre-req for ANC details screen where we need data for EDD, GA, and basic ANC registration. @RaaziaTarique |
Beta Was this translation helpful? Give feedback.
-
@maimoonak @RaaziaTarique I think part of the details lies here https://docs.google.com/document/d/1dl7VdPFsqRujSROEMGnN7gs4xRUzhEvra4XruX6PdRc/edit but Ill let |
Beta Was this translation helpful? Give feedback.
-
I see the form fields are defined and provides details about constraints, names, relevances. However, these are mapped to openmrs concepts. We need to map the concepts to LOINC or SNOMED codes. |
Beta Was this translation helpful? Give feedback.
-
@syedowaisali90 once the ANC flow is complete as described in the comment then create the following resources
|
Beta Was this translation helpful? Give feedback.
-
@dubdabasoduba looks like we are creating an IG here. For IGs I have seen people provide templates and some modifiable properties like we do have for SDC Questionnaires. So for e.g. here Condition for us is our own custom IG fhir-pregnancy-condition. This ideally should provide default implementation/template and we should modify only subject/onset. Rightnow we are using a json template into our app with name pregnancy-condition-template and in future it should be picked from our synced IG resource i.e. StructureDefinition for pregnancy-condition. Plz suggest different approaches we can use in future for this Same is the case of other entities |
Beta Was this translation helpful? Give feedback.
-
@dubdabasoduba are we sending this info with login? |
Beta Was this translation helpful? Give feedback.
-
@f-odhiambo it somewhat overlaps and contradict with the mocks attached in #416 . The first encounter can not determine #of fetuses unless an ultrasound is done. Also I think we can associate the Observations created in form with encounter created here (omitting fetuses). |
Beta Was this translation helpful? Give feedback.
-
Agree, this seems to be replaced by #416 |
Beta Was this translation helpful? Give feedback.
-
@pld @f-odhiambo @dubdabasoduba The implementation of these resources was done including CarePlan with #288 and #416 . However, this is done with templates used on mobile side. We need to find out a way to create these IGs or Templates or Workflow on server and then use those. i.e. load template from DB instead of assets folder. Initially I had thought to use the URLs inside WHO guide itself but then those are not working and also we should not rely on external sources which keep changing frequently. |
Beta Was this translation helpful? Give feedback.
-
sounds like this may overlap with some of the upcoming work on Quest, or at functionality we build for that may be related to organizing and loading of resources useful to this |
Beta Was this translation helpful? Give feedback.
-
should we close this? |
Beta Was this translation helpful? Give feedback.
-
@pld I will close a majority of the issues as we close the sprint on Monday and begin a new one |
Beta Was this translation helpful? Give feedback.
-
Converting this into a discussion son as to preserve the information |
Beta Was this translation helpful? Give feedback.
-
An Encounter is an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. A patient encounter is further characterized by the setting in which it takes place. Amongst them are ambulatory, emergency, home health, inpatient and virtual encounters.
An Encounter encompasses the lifecycle from pre-admission, the actual encounter (for ambulatory encounters), and admission, stay and discharge (for inpatient encounters).
During the encounter, the patient may move from practitioner to practitioner and location to location. Possible fields to be captured
Linking fields
Sample StrucutreDefiniotn attached here
Subtasks
LOE for subtasks in individual tickets
Beta Was this translation helpful? Give feedback.
All reactions