Stream: implementers
Topic: beneficiary vs observed person in observation.subject?
Sebastiaan Raap (Apr 29 2019 at 14:22):
Hi there,
I have an information model: Ability to Perform Nursing Activities.
Which has a use case:
Person who performs the nursing activity: Mother
Beneficiary: Patient (son of the mother)
Activity: catheterize (this is a reference to a nursing activity, another information model)
Ability: With help (codeableconcept)
We're in doubt on how to profile this. Our first thought was to use the Observation structure, but who should be in Observation.subject? The mother, or the patient?
In all other Observations we used observation.subject to define who the patient is. But this observation is about the mother and her capability to perform the nursing activity on her child. So shouldn't she be the subject?
If so, what's the best way to reference the patient in this case?
Or is the Observation structure not suitable? Should we use another? If so, which one fits better?
tnx in advance
@Michelle (Moseman) Miller could you help us out?
Lloyd McKenzie (Apr 29 2019 at 15:05):
Bringing in @Brian Postlethwaite because it's related - at least tangentially - to Practitioner qualifications too.
Eric Haas (Apr 30 2019 at 01:26):
Observation.subject = Mother, Observation.focus = infant
Lloyd McKenzie (Apr 30 2019 at 04:16):
That doesn't seem right. The observation is describing the mother, not the infant. Focus is when the true subject differs from the record target here. @Sebastiaan Raap, whose health record should this statement be part of - the mother's or the baby's? (In FHIR it generally can't be in both.)
Pieter Edelman (Apr 30 2019 at 06:58):
That doesn't seem right. The observation is describing the mother, not the infant. Focus is when the true subject differs from the record target here. Sebastiaan Raap, whose health record should this statement be part of - the mother's or the baby's? (In FHIR it generally can't be in both.)
The health record applies to the infant. To clarify: the information deals with the question 'is the patient able to perform the nursing intervention?'. One of the options is: 'yes, with help', in which case a third person needs to be involved.
To me, it looks a bit dangerous to make the subject of the observation dependent of the 'ability' status, as 'with help' is just one of the options - in any other case, the subject will always be the infant, but in this particular case it suddenly changes. (We also have a bunch of other 'ability' statements; feeding, drinking, clothing, washing, etc. which don't include the 'with help' option; it would be nice if we could align this observation with the other ones). @Alexander Henket
Eric Haas (Apr 30 2019 at 07:23):
well the description of focus is..."The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus."
That bold bit sounds a lot like your use case.
Eric Haas (Apr 30 2019 at 07:24):
I don't remember where that use case came from, maybe Lloyd does...
Eric Haas (Apr 30 2019 at 07:25):
so flip what I said earlier.
focus = mom, subject = kid
Sebastiaan Raap (Apr 30 2019 at 12:29):
well the description of focus is..."The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus."
That bold bit sounds a lot like your use case.
This does sound a lot like our use case and it'll keep our 'ability' use cases consistent. Thanks for the input, we're discussing the solution tomorrow.
Lloyd McKenzie (Apr 30 2019 at 14:43):
Right. It makes more sense to have the child as the subject and mother as the focus here too. Child's chart, with potential different observations relating to the skills of mom, dad and grandma.
Last updated: Apr 12 2022 at 19:14 UTC