FHIR Chat · Resources · implementers

Stream: implementers

Topic: Resources


view this post on Zulip Jeremy Chapman (Sep 01 2020 at 22:14):

If I want to model an organization, within a region of a province/state, that is manged by an larger organization within a province/state, should I use district/state/country of the address component, or are there cases where it is more appropriate/necessary to model that structure with resources for each entity and if so, what would those resources be?

view this post on Zulip Lloyd McKenzie (Sep 02 2020 at 02:03):

OrganizationAffiliation or Organization.partOf are the usual ways to link a smaller organization to the organization that's responsible for it. HealthCareService allows indicating a region. Organization itself doesn't have an element to define it's regional area of influence, though you could use an extension for that (or perhaps propose that a standard one be defined).

view this post on Zulip Jeremy Chapman (Sep 02 2020 at 15:10):

What is the process for making proposals and where do I go to start that process?

view this post on Zulip Lloyd McKenzie (Sep 02 2020 at 15:16):

At the bottom of every page in the spec is a "propose a change" link. That will take you to HL7's Jira site. You'll need to register (which is free - we use it to verify you're not a spammer). After that you can propose changes to your heart's content :)

view this post on Zulip Michele Mottini (Sep 02 2020 at 15:17):

...but you can create and use your own extension without having to go through HL7

view this post on Zulip Rik Smithies (Sep 02 2020 at 15:32):

and also it's good to just float your ideas here for what you are intending to propose, so you can get quick feedback

view this post on Zulip Dave Shekhar (Nov 03 2020 at 21:05):

@Lloyd McKenzie Can we pass (Health) Plan Code in HealthcareService.identifier for Plan Specific Search for HealthcareService endpoint? Da Vinci Plan-Net reference server had a search parameter for HealthcareService.eligibility.code but I don't see it anymore. TIA.

view this post on Zulip Lloyd McKenzie (Nov 03 2020 at 21:23):

HealthService.identifier is going to be specific to a single type of service at a single organization offered by a single organization. It's not the same as a generic plan code that might be shared across multiple services offered at different sites or by different organizations. Is there a reason why you wouldn't map that to HealthcareService.type?

view this post on Zulip Dave Shekhar (Nov 03 2020 at 21:34):

Hi @Lloyd McKenzie Healthcareservice.type is being taken from https://www.hl7.org/fhir/valueset-service-type.html. We need to pass Plan ID for Plan specific HealthcareService search.

view this post on Zulip Lloyd McKenzie (Nov 03 2020 at 21:42):

HealthcareService.type has an example binding. You're free to send whatever codes you wish. (You can also send multiple codings, representing translations of the service in different code systems).

view this post on Zulip Dave Shekhar (Nov 03 2020 at 22:01):

@Lloyd McKenzie Thanks Lloyd. So does this search URL looks OK? I am passing Payer specific PlanID and Plan type of Pharmacy: http://localhost:8080/fhir/HealthcareService?service-type=htpps://my.codesystemurl.com|myPlanID&service-type==http://hl7.org/fhir/ValueSet/service-type|Pharmacy

view this post on Zulip Lloyd McKenzie (Nov 03 2020 at 23:02):

I'm going to take a step back for a second. When you have a payer specific plan id, are you wanting to say "does this service accept medicaid?" or "Does this service accept payer ABC coverage XYZ?" or are you wanting to say "does this service do medication reconciliation?"

view this post on Zulip Dave Shekhar (Nov 03 2020 at 23:17):

I am implying the second option - "Does this service accept payer ABC coverage XYZ?" Give me ALL HealthcareService (type = Pharmacy) covered by Payer ABC with Medical Plan Id = myPlanID (Pharmacy Directory stream). The requestor has already done InsurancePlan search based on Zip Code and selected a plan from list of Medical Plans sent as response to InsurancePlan call.

view this post on Zulip Lloyd McKenzie (Nov 04 2020 at 05:05):

Ah. Ok. Right now, there's no standard way to do that. It would need to be an extension. It might be a candidate for a standard extension. @Brian Postlethwaite thoughts?

view this post on Zulip Brian Postlethwaite (Nov 04 2020 at 08:08):

There is also the insuranceplan resource that would hold the plans for an Organization. No linkage to a specific service though. http://hl7.org/fhir/insuranceplan.html

view this post on Zulip Dave Shekhar (Nov 04 2020 at 14:45):

Lloyd: Da Vinci Plan-Net has defined a Profile for HealthcareService. But there also that use case is not in the IG so far. I was thinking to use HealthcareService.eligibility.code to pass Payer ABC's Medical Plan Id. But neither FHIR nor Da Vinci Plan-Net IG doesn't support that search params (I think it was being supported at both places till few weeks back). So the sample request endpoint I provided you above based on your suggestion - seems to be appropriate at this time (if not going for use of extension). IF it doesn't seem to be grossly FHIR non-complaint, will like to go ahead with that for "Plan specific use case". Putting it here again, let me know: http://localhost:8080/fhir/HealthcareService?service-type=htpps://my.codesystemurl.com|myPlanID&service-type==http://hl7.org/fhir/ValueSet/service-type|64

view this post on Zulip Lloyd McKenzie (Nov 04 2020 at 16:41):

In looking at HealthcareService.eligibility, it seems focused on "who is eligible to receive the service" rather than "whose insurance do we accept". My leaning is that for the latter, you need a distinct element, probably an extension (and associated search parameter).

view this post on Zulip Steffy Thankam Wilson (Jun 02 2021 at 08:20):

Hi All,
How can we implement the bundle concept with the fhir resources.

view this post on Zulip Lloyd McKenzie (Jun 02 2021 at 13:41):

Can you expand on where you're running into trouble? Have you looked at the examples in the spec? Implement using what platform?


Last updated: Apr 12 2022 at 19:14 UTC