Stream: implementers
Topic: Pregnant: how to relate gravidity?
Alexander Henket (May 22 2019 at 13:38):
In STU3 I can start an EpisodeOfCare and use the pregnancy Condition as diagnosis and connect gravidity/parity Observations through context.EpisodeOfCare.
In R4, the latter got lost. I now need to connect a gravidity Observation to an Encounter, and an Encounter to EpisodeOfCare.
Do things really need to be this complicated? In my context I want to know:
- Is person pregnant? Y/N
- If Y: what's the dateLastMenstruation/termDate/gravidity/parity/pregnancyDuration.
I'm struggling to find how to relate all that information
Lloyd McKenzie (May 22 2019 at 14:36):
EpisodeOfCare didn't get lost. The linkage just got moved to an extension. You can (and should) model it the same way in R4 as you did using STU3.
Last updated: Apr 12 2022 at 19:14 UTC