Currently we are able to get Plan and Group Ids related to patient's insurance.
We have questions on carrier id and member id.
How to get carrier id from this API?
Is there any property in Coverage API which defines carrier id?
Is there any specific FHIR API to get Carrier details?
As per FHIR doc, we will get Member Id in Coverage.Identifier property (as shown in below screenshot).
Coverage.identifier can be any one of the below highlighted property (see screenshot).
How to identify if it is Member Id?
Is there any way to identify if this property contains member id?
Thanks & Regards,
Bharti Tijare
Nishanth Namana (Cerner)
unread,
Nov 18, 2021, 5:22:42 PM11/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Hello Bharti Tijare,
I'm currently checking with my team regarding carrier id and member id information. I'll post my response once I have an update from our team.
Thank you,
Nishanth Namana.
Nishanth Namana (Cerner)
unread,
Nov 19, 2021, 2:56:36 PM11/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Hello Bharti Tijare,
I got a response from my team and here they are
For Public Coverages, we don't have support for carrier organization id or the member id.
For Private Coverages, Carrier is an Organization. We can find the Carrier information from Coverage.payor field. And to get additional information about the Carrier, you can use FHIR Organization resource.
For Member Id's in Private Coverages, we got two different member id's.
Subscriber's Member Id: This information can be extracted from Coverage.SubscriberId field
Patient's Member Id: This can be extracted from Coverage.dependent field.
Hope this answers your question. Please let us know if you have any other questions.