Stream: implementers
Topic: Seeking implementer feedback on Condition
Michelle (Moseman) Miller (Nov 12 2020 at 23:28):
In context of J#29263, Patient Care would appreciate implementer feedback on the following questions:
- Does your system capture the provider who diagnosed the condition?
- Does your system capture the provider who is responsible for treating the condition?
- Are there other types of participations that are captured for a Condition?
- If any of the above are yes, is that provider captured as an attribute of the Condition or via a condition-specific CareTeam?
Note:
- Condition.asserter is mapped to who.source
- Condition.recorder is mapped to who.author
- Condition doesn't have who.actor -- and that is what's being discussed in J#29263
Michele Mottini (Nov 12 2020 at 23:33):
Our system captures only the provider that diagnosed the condition. It is a direct attribute of the condition.
Ian Bacher (Nov 14 2020 at 19:27):
If a condition was diagnosed as part of an encounter recorded in our system, then we do capture the provider who diagnosed the condition. For our use cases, this is often separate from the person recording the condition. Both of these are direct attributes of condition. We do not generally track the provider responsible for a condition as part of the condition.
Last updated: Apr 12 2022 at 19:14 UTC