Stream: implementers
Topic: Insurance Coverage in Patient
Sachin (Jul 12 2017 at 14:27):
Is there way we can have coverage (insurance) information in patient resource.
I have the use case where i will get the input to create member which will have insurance details along with demographic details and and system expect insurance details along with demographic details.
Eric Haas (Jul 12 2017 at 15:13):
Extensions would work if all you need is the basics ( plan, member, insurance co) Otherwise Bundle Coverage with Patient.
Lloyd McKenzie (Jul 12 2017 at 15:42):
If you have enough information to populate a Coverage resource, you should use the resource - that's the way you get interoperability. It will be reasonably common that data that's submitted will end up populating multiple resources.
John Moehrke (Jul 12 2017 at 15:50):
It would be best to keep coverage information independent from Patient resource. For separation of design. Also from a Privacy and Security perspective.
Last updated: Apr 12 2022 at 19:14 UTC