FHIR Chat · Preferred pharmacist · implementers

Stream: implementers

Topic: Preferred pharmacist


view this post on Zulip Alexander Henket (Mar 27 2017 at 09:54):

Hi. We been chewing on CareTeam to convey "preferred care providers" as this was the direction we got. It feels awkward. What would the category be for that CareTeam? Would you expect the GP there too, even though the GP is attached to Patient as well?

The CareTeam more logically applies to a team involved with a procedure, treatment or what have you. The only thing that binds "preferred care providers" is the fact that the patient indicated a preference of some sort. The pharmacist does not know the obstetrician or the dietician, while they are all part of the CareTeam containing "preferred care providers". Or is the idea that each of these providers are part of a distinct one man/organization team?

Our first and potentially only use case in the longer term, judging by past experience, is the notion of a "preferred pharmacist". In The Netherlands you theoretically have choice for every dispense, but in practice most people go to the same pharmacy everytime. Having this preference in a prescribing system makes sense as courtesy to your patient/client. Our CareTeam could look like this:

<CareTeam xmlns="http://hl7.org/fhir">
  <category>
    ???
  </category>
  <name value="Preferred providers"/>
  <subject>
    <reference value="Patient/1293912"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="46255001"/>
        <display value="Pharmacist"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/12893712"/>
    </member>
    <period>
      <start value="2017-01"/>
    </period>
  </participant>
</CareTeam>

view this post on Zulip Alexander Henket (Mar 27 2017 at 13:05):

@Michelle M Miller I believe this topic is in your ally?

view this post on Zulip Michelle (Moseman) Miller (Mar 27 2017 at 14:53):

I'll take your question back to the Patient Care / Learning Health Systems work groups. The Patient Care FHIR call (on Thurs this week) is cancelled, but we also have a Learning Health System dedicated CareTeam call every Friday. I'll ask that this be added to the LHS agenda.

view this post on Zulip Alexander Henket (Mar 27 2017 at 16:51):

I can't make coming or next Friday. I see you keep the LHS minutes on the wiki (http://wiki.hl7.org/index.php?title=LHS_Conference_Calls_and_Meeting_Minutes) so I'll make a note to read those to see what comes out. Is the use case I have outlined enough to support the discussion without my presence?

view this post on Zulip Michelle (Moseman) Miller (Mar 27 2017 at 18:29):

Yes, that is where the LHS CareTeam meeting minutes are getting published. In general, our focus has been on the care coordination use case, but I did get confirmation that we can add your use case to the agenda on Friday. Your use case makes sense, so I don't have any other questions for you right now.

view this post on Zulip Alexander Henket (Mar 28 2017 at 21:13):

Alright, to add to why CareTeam might not function for the use case this: any public pharmacy here has around 6400 patients. Any hospital has at least 2,5 million patient records. If you keep CareTeams of 1 pharmacy connected to multiple patients you have 6400 CareTams, and a privacy issue when you get that rather large resource (unless you prune to what the requester is allowed to see). The alternative is as many CareTeams as you have patient/pharmacy permutations so 2,500,000 careteams for a regular hospital.
.
The solution that we started the discussion from was an extension in Patient just like the Patient.generalPractitioner is there. There currently is no core extension for that. Depending on the outcome that might be a second way out
@Ben Schrijver making sure you are aware your use case is discussed here.

view this post on Zulip Michelle (Moseman) Miller (Apr 06 2017 at 23:07):

@Alexander Henket Patient Care had a brief discussion today and concluded that CareTeam doesn't feel like the right way to convey a preferred pharmacy. Some of the discussion included:

  • Presumably, the intent is to capture the preferred pharmacy location/organization - and not a specific pharmacist (practitioner)
  • A pharmacy is more like a preferred supplier rather than a care provider
  • The preferred pharmacy (at least in the US) could be influenced by the PBM (pharmacy benefit manager)
  • Pharmacists (practitioners) can be members of a care team, such as an oncology patient who might have a clinical pharmacist as part of the care team, but that is more of an exception.
  • Patient Care would like Patient Admin's feedback (hint, hint @Brian Postlethwaite (new)) on whether Patient.generalPractitioner could be scoped to include all "patient preferred providers"
  • Presumably, in context of a specific MedicationRequest, MedicationRequest.dispenseRequest.performer can be used.

view this post on Zulip Alexander Henket (Apr 07 2017 at 07:14):

@Michelle M Miller @Ben Schrijver @Marten Smits @Ardon Toonstra
Thanks for that. I'm glad you reached the same conclusion we did. In STU3 we will model the preferred pharmacist as Patient extension. In direct response:
.

Presumably, the intent is to capture the preferred pharmacy location/organization - and not a specific pharmacist (practitioner)

Yes

A pharmacy is more like a preferred supplier rather than a care provider

At least supplier, but you might also have a good relationship with one ore more employees. Not sure what the impact of the difference would be

The preferred pharmacy (at least in the US) could be influenced by the PBM (pharmacy benefit manager)

It may be, it does not for us obviously. How would that impact how you model it?

Pharmacists (practitioners) can be members of a care team, such as an oncology patient who might have a clinical pharmacist as part of the care team, but that is more of an exception.

Agree

Patient Care would like Patient Admin's feedback (hint, hint @Brian Postlethwaite) on whether Patient.generalPractitioner could be scoped to include all "patient preferred providers"

I would probably agree with that change, although that's sort where 'we' at PA came from with Patient.

Presumably, in context of a specific MedicationRequest, MedicationRequest.dispenseRequest.performer can be used.

Yes, but in order to populate that performer efficiently, you would want to know at prescription time

view this post on Zulip Brian Postlethwaite (Apr 11 2017 at 01:32):

And when they change the preferred pharmacist, and also want to include the community care manager and their preferred physio, and phsyciatrist and include the dates that these were all appropriate. This now looks like the CareTeam resource that we split from CarePlan and EpisodeOfCare.

view this post on Zulip Brian Postlethwaite (Apr 11 2017 at 01:33):

And no, wouldn't expect a single CareTeam for 1 pharmacy with all the patients in it, a single careteam for each patient with all the professionals contributing to their care.
Maybe a contained CareTeam might be sensible.


Last updated: Apr 12 2022 at 19:14 UTC