Hi all,
I'm looking for some advice on a DTL issue.
I'm working on an HL7 DTL where I need to populate MSH-6 / Receiving Facility using a combination of literal text and values from the PD1 Patient Primary Care Provider field.
The required MSH-6 value needs to be something like:
MCNIMCNumber.PracticeID
Where:
- MCN is a literal string
- IMCNumber comes from PD1
- PracticeID comes from PD1
For the IMC number, the direct source path that works is:
source.{PIDgrpgrp().PIDgrp.PD1(3).assigningauthority.namespaceID}
If I assign this direct path straight into MSH-6, the value populates.

.png)
.png)
.png)
