Stream: implementers
Topic: EVN.5 - Operator Id
Medi Harsini (Feb 14 2020 at 10:31):
Hi, can someone help on mapping HL7 v2.7 - EVN.5 - Operator Id to FHIR? Any suggestion on how and where?
Vassil Peytchev (Feb 14 2020 at 15:28):
The definition of EVN-5 is " individual responsible for triggering the event". The closest thing I could find is MessageHeader.enterer
Medi Harsini (Feb 14 2020 at 15:33):
Thanks @Vassil Peytchev but this is a different resource... Naturally you have to combine/Contain/Bundle this if it is to be used with Appointment or DpcumentRefrence or what so ever... Same question applies to stuff like orignating system and generally anything on the MSH and EVN segment
Medi Harsini (Feb 14 2020 at 15:34):
How did you use it? in conjunction with any other resource or separately
John Moehrke (Feb 14 2020 at 15:41):
You will likely get better input asking on the stream dedicated to #v2 to FHIR
Vassil Peytchev (Feb 14 2020 at 15:52):
enterer is a reference, which means you can just have an identifier there. You don't necessarily need to bundle a whole resource.
Medi Harsini (Feb 14 2020 at 16:19):
Thanks @John Moehrke @Vassil Peytchev
Last updated: Apr 12 2022 at 19:14 UTC