Stream: implementers
Topic: Practitioner mappings
Lokesh G S (Oct 28 2020 at 05:43):
Can someone help me with the following data mapping
Lokesh G S (Oct 28 2020 at 05:43):
To save Details about practitoner i.e. his biodata
Video Introduction details?
Patient reviews on practitioner?
Star Rating given to the practitioner by patient?
Digital certificates?
Practitioner tagging like (Signposting, Charity, Crisis, Referring Clinician, Cross-referral, etc. )
Jean Duteau (Oct 28 2020 at 05:45):
@Lokesh G S Not if you post in an unrelated thread. Please post in a separate thread. https://confluence.hl7.org/display/FHIR/FHIR+Rules+for+Asking+Questions
Lokesh G S (Oct 28 2020 at 05:54):
@Jean Duteau I am keeping on asking @Adrian Lingen & @Alexander Pavlushkin still not getting the answers. you just tole me to post them in some other link.
Lloyd McKenzie (Oct 28 2020 at 05:58):
@Lokesh G S The 'thread' is the name of the topic - in this case "STU3 pre-adoption of Reference in R4" - which is not related to your question. When you post a new question, either find an appropriate topic already in the thread or change the topic name to a new one and use that. To make things easier for you, I'll use my admin privileges to move your post.
Lloyd McKenzie (Oct 28 2020 at 05:58):
The thread is now named "Practitioner mappings" :)
Jean Duteau (Oct 28 2020 at 06:01):
And this is now a duplicate thread of https://chat.fhir.org/#narrow/stream/179166-implementers/topic/FHIR.20Mapping.20to.20Custom.20Applications. I answered your questions over there.
Lloyd McKenzie (Oct 28 2020 at 06:02):
For some of your questions, you'll need to provide more details about the data elements. However, I'll take a stab at a couple:
Practitioner reviews and star ratings would be Observations.
What is 'biodata'?
What's an example of "video introduction details"?
Digital certificates to allow the practitioner to sign information? Typically that would be query
For practitioner tagging, something like "referring clinician" is a function with respect to a particular order, not something that's a general property of the practitioner. I'm not exactly sure what the other tags mean - definitions or explanations of usage would help
Lokesh G S (Oct 28 2020 at 06:36):
hi @Lloyd McKenzie .. biodata is basic data of the practitioner , his biodata for example
"Disciplined and confident physician with uk license and board certification in internal medicine. Extensive experience in hospital and clinical settings. Strong background working with minority and low income populations"
Lokesh G S (Oct 28 2020 at 06:36):
Video introduction details are like practioner can record his introduction etc in the video and should be able to savae
Lloyd McKenzie (Oct 28 2020 at 15:18):
Ok, so "bio data" is sort of a resume intro. That would either be an Observation or an extension.
For video introduction details - what is the intro to? Just a Practitioner saying "Hi, I'm Dr. Jones, here's a bit about me...". Is it a link or do you want to store the actual video data?
Lloyd McKenzie (Oct 28 2020 at 15:19):
Does the intro have a context - e.g. is it tied to a particular type of care? to a specific role? to a particular encounter/patient?
Lokesh G S (Oct 29 2020 at 10:55):
Hi guys how to record the audit events. for example when an organization name got changed need to add the event
Lloyd McKenzie (Oct 29 2020 at 13:49):
Can you expand on your question? Have you looked at the AuditEvent resource?
Lokesh G S (Oct 29 2020 at 16:00):
yes @Lloyd McKenzie my doubt is if the organization name is changed do we audit event only the name or entire organization json?
Lloyd McKenzie (Oct 29 2020 at 18:40):
All of the historical information will typically be captured by resource history - which will be a full snapshot of the resource. AuditEvent then points to that version and indicates who did it, when, etc.
AJ Chen (Nov 05 2020 at 18:02):
I'm curious: what was the thinking behind changing Practitioner and PractitionserRole relationship to PractitionerRole.Practitioner? I'm working on conversion from CCD to fhir, and see this relationship is represented in just the opposite ways when moving from dstu2 to r4.
Lloyd McKenzie (Nov 05 2020 at 19:16):
@Brian Postlethwaite
Brian Postlethwaite (Nov 05 2020 at 21:00):
Might find some interesting write up on the change
https://brianpos.com/2016/10/16/practitioner-role-vs-practitionerrole/
Andrew (Dec 17 2020 at 13:02):
Hi!
Can anyone explain how should we map something like the "Board Certified" field into Practitioner entity? Should we create a custom extension or there is a field where we can put this value?
John Moehrke (Dec 17 2020 at 13:24):
take a look at the vHDR. I think they covered this http://hl7.org/fhir/uv/vhdir/2018Jan/
Andrew (Dec 17 2020 at 14:09):
John Moehrke said:
take a look at the vHDR. I think they covered this http://hl7.org/fhir/uv/vhdir/2018Jan/
Thanks for the answer!
But, deeply sorry, forgot to mention, that i'm already using this specific implementation
http://hl7.org/fhir/us/davinci-pdex-plan-net/2020Feb/profiles.html
do you know if they covered it. tried to look through fileds but didn't find anything appropriate for the "Board Certified" except for custom extension
John Moehrke (Dec 17 2020 at 14:48):
You might want to ask on the #Da Vinci streams
Last updated: Apr 12 2022 at 19:14 UTC