FHIR Chat · Practitioner Resource · implementers

Stream: implementers

Topic: Practitioner Resource


view this post on Zulip Aritra Kundu (Oct 30 2019 at 11:05):

Hi Team,

I am trying to create a Bundle resource where I want to add the below fields:

Malpractice Insurance Carrier Name
Malpractice Insurance Policy Number
Malpractice Insurance Coverage limitation
Malpractice Insurance Coverage Expiry Date

Could you please let me know in which resource I can add this and link to a Practitioner?

Regards,
Aritra

view this post on Zulip Lloyd McKenzie (Oct 30 2019 at 13:33):

I expect those would be extensions. I'm not aware of an ability of FHIR to carry a Practitioner's insurance. @Brian Postlethwaite ?

view this post on Zulip Brian Postlethwaite (Oct 30 2019 at 13:34):

Nothing I've seen before, any chance you've seen it @Paul Knapp?

view this post on Zulip Michele Mottini (Oct 30 2019 at 13:41):

Use Contract?

view this post on Zulip Lloyd McKenzie (Oct 30 2019 at 16:06):

That seems an odd choice, but it might work.

view this post on Zulip Aritra Kundu (Oct 30 2019 at 16:58):

Hi Team,

I am trying to create a Bundle resource where I want to add the below fields:

Malpractice Insurance Carrier Name
Malpractice Insurance Policy Number
Malpractice Insurance Coverage limitation
Malpractice Insurance Coverage Expiry Date

Could you please let me know in which resource I can add this and link to a Practitioner?

Regards,
Aritra

Can I use CoverageType Resource in this context? If so, how would I link this to Practitioner. It would be great if someone can reply on this.

Thanks,
Aritra

view this post on Zulip Lloyd McKenzie (Oct 30 2019 at 18:34):

Coverage is aimed at healthcare coverage for Patients, not liability coverage for Practitioners

view this post on Zulip Paul Knapp (Feb 19 2020 at 16:42):

Either extensions or a profile on Contract, I think the latter would be better but it would require that we do some cleanup on Contract.

view this post on Zulip Craig Thompson (Oct 01 2020 at 18:01):

Hoping someone can help me understand patient/Practitioner scope. I'm testing the carin bluebutton consumer app (https://github.com/carin-alliance/cpcds-client-ri). This is a patient launch app that pulls down EOBs from the server and then loops through and calls for a Practitioner resource based on the data in the EOB. Our FHIR server is throwing a permissions error when the request comes through for the practitioner. The scopes in the app are currently "launch patient/Patient.read openid fhirUser". I've changed them to patient/*.read. Given the scopes, should a user be able to request a /Practitioner resource or are additional scopes necessary. Thanks, Craig

view this post on Zulip Michele Mottini (Oct 01 2020 at 18:51):

patent/*.read should be enough


Last updated: Apr 12 2022 at 19:14 UTC