Stream: implementers
Topic: What resource need to be used
rekha (Dec 16 2020 at 11:18):
Hi all,
We have a requirement that we have [patient, provider, utilization manager, case manager, practice manager, billing specialist, CDI Specialist, IT developer, Discharge liasion, Quality manager] different types of roles and we need to use them in a resource . So, I need to know what is the resource that is suitable for this purpose??
Thanks in advance.
Lin Zhang (Dec 16 2020 at 11:45):
Basically, Patient and Practioner resources would be sufficient.
rekha (Dec 16 2020 at 11:49):
Hi @Lin Zhang ,Thank you for the response ,but what is the field that is suitable for the roles I mentioned.
Lin Zhang (Dec 16 2020 at 11:53):
http://build.fhir.org/patient.html
http://build.fhir.org/practitioner.html
rekha (Dec 16 2020 at 12:17):
@Lin Zhang ,you have mentioned the resources sir , but I want to know which field we can use for those roles
rekha (Dec 16 2020 at 12:22):
@Lin Zhang ,In Patient ,Practitioner roles we won't be having different roles to use like I mentioned above, those roles are like other than Patient and Practitioner.
Vassil Peytchev (Dec 16 2020 at 14:18):
Take a look at PractitionerRole - it is intended for any type of professional designation.
Lin Zhang (Dec 16 2020 at 14:58):
Indeed, PractitionerRole is a specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. But it is not merely a field but a more complex structure (resource) consisting of more than one element.
See http://build.fhir.org/practitionerrole.html
Lin Zhang (Dec 16 2020 at 15:00):
PractitionerRole.code and PractitionerRole.specialty are more related to your requirement.
John Moehrke (Dec 16 2020 at 16:09):
Practitioner and PractionerRole are not just for clinicians... they are for ANY agent outside the other specific types (e.g. Patient)
rekha (Dec 17 2020 at 04:43):
Thank you @Vassil Peytchev @Lin Zhang @John Moehrke
Last updated: Apr 12 2022 at 19:14 UTC