Stream: netherlands
Topic: Patient Identity Check (WID)
Raymond Bakker (Jun 03 2020 at 08:43):
Hi all,
What would be an appropriate place to store the results of a Patient identity check, known as the "WID Controle", in the Patient resource?
My initial thought is Patient.identifier:BSN.use with value "official".
Many thanks.
Kind Regards,
Raymond Bakker
Enovation Group
Jose Costa Teixeira (Jun 03 2020 at 08:49):
I think the WID controle is whether the identity has been confirmed - is that true?
Raymond Bakker (Jun 03 2020 at 10:19):
Hi Jose, yes, specifically the legality of the provided identity document. So, that's actually a good remark because it is more about the document itself.
Jose Costa Teixeira (Jun 03 2020 at 12:24):
I would not use "official" for that
René Spronk (Jun 04 2020 at 06:49):
@Alexander Henket ?
Alexander Henket (Jun 04 2020 at 06:52):
Why is it necessary to do this in FHIR when we never did this in V3 (eventually, although we initially planned to), and only did this in V2 because V2 is normally institution internal traffic.
We don't do this in V3 (or FHIR) so far because there is no identified use case for it. By law you SHALL NOT send an unverified bsn. Hence, when you do send a bsn, it SHALL be a verified bsn based on identity document. How/what/when is not relevant to the receiver as he SHALL do that again himself.
Alexander Henket (Jun 04 2020 at 06:54):
The only use case I can think of today for FHIR is where FHIR replaces V2 for institution internal traffic. Is that the case here or is there something else I'm missing.
René Spronk (Jun 04 2020 at 06:56):
Hmm. So if the default is 'WID was verified', we may need a way to capture that the 'identity is uncertain' (like in v2) in case the default doesn't hold. This could be an extension, or it could be a meta tag.
Alexander Henket (Jun 04 2020 at 06:58):
Using identifier.use = official on a bsn probably makes sense, but never looked at identifier.use in any profile. It could not mean "verified", it could only mean "this is the persons the most trusted for the identification"
Alexander Henket (Jun 04 2020 at 06:59):
we may need a way to capture that the 'identity is uncertain' (like in v2)
Maybe... if the same use cases for V2 apply. Is that the case?
René Spronk (Jun 04 2020 at 06:59):
@Raymond Bakker what's the use case?
Raymond Bakker (Jun 05 2020 at 07:09):
@Alexander Henket @René Spronk : there currently is no solid use case: the question is from a customer who asked for input on where to store such information in FHIR.
Strictly speaking the WID is only about the validity of the document that the person provided, not the person themselves, so perhaps it is indeed best to store it as meta information or by extension.
Thanks!
Brendan Keeler (Jun 05 2020 at 14:08):
I could imagine newer applications using FHIR as their data store would want a place for it. I only ever remember implementing interfacing it to and from lab systems
Alexander Henket (Jun 09 2020 at 13:40):
The "person validity" vs "identity document validity" ... I'm sorry that just cracked me up.
but the first question is: "Is there a use case?" If there is we should cater for it. If there is not, then 'where do I put it', is a moot point.
Alexander Henket (Jun 09 2020 at 13:42):
@Brendan Keeler was that a Dutch use case? The only requirement I know of today is between EHR and Lab system. This is traditionally solved using V2.
When a GP orders stuff there is no such legal requirement. The lab can just assume validity of what the GP sends
Last updated: Apr 12 2022 at 19:14 UTC