FHIR Chat · List of addresses served by a doctor · implementers

Stream: implementers

Topic: List of addresses served by a doctor


view this post on Zulip Nata Samarina (Aug 30 2021 at 12:46):

Hello, everyone. The task is to keep a list of addresses served by a doctor. What is the best resource to use for this?

view this post on Zulip John Moehrke (Aug 30 2021 at 12:48):

PractitionerRole comes to my mind http://hl7.org/fhir/practitionerrole.html. so to get all the addresses you would pull all that doctors PractitionerRole resources

view this post on Zulip Lloyd McKenzie (Aug 30 2021 at 16:03):

Can you expand on what "addresses served by a doctor" means @Nata Samarina?

view this post on Zulip Brian Postlethwaite (Aug 31 2021 at 00:57):

As noted by John, yes this would be the locations referenced by the PractitionerRole
(which also indicate what they do at each of the locations - as may be different)

view this post on Zulip Nata Samarina (Aug 31 2021 at 06:49):

Addresses served by a doctor are those that are assigned to a doctor (detailing to the street). For example, a doctor serves the streets "White", "Green". This means that patients from "White" and "Green" streets should come to see this doctor, they should not come to another doctor of the same specialization. @Lloyd McKenzie

view this post on Zulip Lloyd McKenzie (Aug 31 2021 at 13:39):

So "geographic boundary served by the Practitioner". This sounds like extension space. Typically this would probably be a reference to a Location that describes the geographic boundary with coordinates. However, you could also have a list of partial addresses with just postal codes or street names.


Last updated: Apr 12 2022 at 19:14 UTC