FHIR Chat · Which resource to use for physical sites · implementers

Stream: implementers

Topic: Which resource to use for physical sites


view this post on Zulip ken masters (Mar 09 2017 at 14:44):

Hi, I'm new to FHIR and I had a two part question about the proper use of certain resource types. We are creating a directory application to search for practitioners, speciality groups and physical sites. These physical sites are important as they may have specialized equipment.

1. In FHIR, practitioners would use the practitioner resource, specialty groups will use the organization resource, but for the physical site... can I use the healthservices resources or should I extend the organization resource, or use the location resource? While multiple practitioners can belong to a speciality group, they may also belong to multiple sites. We want to be able to search by "physical site" which may have more than one organization/speciality group.

2. How does one link these resources together? For example, a Practitioner can belong to one or more organizations and sites. In the practitioner resource, I can use the reference methods to link to array of organizations and healthcareservices, etc.

thanks!

view this post on Zulip Stefan Lang (Mar 09 2017 at 14:55):

Welcome to FHIR :-)
Regarding your questions:
1) Location vs. Organization depends on what exactly "physical site" means in your case. But since you want to assign the practitioners to both specialty groups as well as physical sites, I'd suggest to use the Organization resource for physical site, eventually binding one or more locations to that organization if necessary.
2) a practitioner in an organization is represented by PractitionerRole, one PractitionerRole for each reference. A location within an organization is Location.managingOrganization.

view this post on Zulip Stefan Lang (Mar 09 2017 at 14:58):

For clarification: I'm talking STU3 ( http://build.fhir.org ) which will reach release status by the end of the month

view this post on Zulip John Moehrke (Mar 09 2017 at 15:33):

Ken, You might want to check with Argonaut and IHE. Both are collaborating on an Implementation Guide for just such things. Argonaut has a working model, IHE will be making that international and providing Profiling governance.

view this post on Zulip ken masters (Mar 09 2017 at 19:31):

Thank you for responses and guidance. I took a quick look at Argonaut and IHE and I think there is a gap in the use case... the directory that we are building is for telemedicine. Practitioners may offer some telemedicine services some may not. Sites may offer telemedicine services some may not. Would correlating the type of services offered be a good use of the "healthcareService" resource? or would this be an example where custom extensions can be used. Thank you.

view this post on Zulip Elliot Silver (Mar 09 2017 at 19:45):

Hi @ken masters, this seems very much aligned with the IHE ITI work item to profile care services and provider directories in FHIR. I suggest that you join the ITI technical committee mailing list to raise the issue, or contact @Luke Duncan.

view this post on Zulip ken masters (Mar 09 2017 at 19:50):

Thanks I've put in the request to join.


Last updated: Apr 12 2022 at 19:14 UTC