FHIR Chat · Patient Coverage (PBM) · implementers

Stream: implementers

Topic: Patient Coverage (PBM)


view this post on Zulip Sara (Apr 11 2019 at 14:48):

How can FHIR be structured for a multi-component identifier (insurance carrier account group at patient level)?

How can FHIR be extended for patient/address to denote that address and phone/contact is confidential(safe address)?

Thanks!

view this post on Zulip Lloyd McKenzie (Apr 11 2019 at 20:20):

@Paul Knapp (for the first question)
For the second, see the http://hl7.org/fhir/valueset-postal-address-use.html extension, specifically the CONF code. There should be an equivalent extension for ContactPoint, but it doesn't look like there is one yet. Please submit a change request and we'll define a standard one. (If need be, you could use a local extension for now.)

view this post on Zulip Iryna Roy (Apr 11 2019 at 20:26):

Hi Sara, I think you are looking for (1) https://www.hl7.org/fhir/coverage.html

view this post on Zulip Sara (Apr 11 2019 at 23:28):

Thank you!

view this post on Zulip Jeremie Osaghae-Nosa (Jun 07 2019 at 15:06):

In regard to obtaining coverage for 1 patient what is the url query for this when using STU3.

view this post on Zulip Lloyd McKenzie (Jun 07 2019 at 15:18):

Coverage?beneficiary=Patient/123

view this post on Zulip Lloyd McKenzie (Jun 07 2019 at 15:19):

Though if you don't know the Patient's id on that server, you could also use chaining to filter on identifier, birthDate, etc.

view this post on Zulip Jeremie Osaghae-Nosa (Jun 07 2019 at 15:49):

I tried that and it stated validated expression is false


Last updated: Apr 12 2022 at 19:14 UTC