You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm....looking at the template it is built on the expectation that email address and phone number are different entries in the repeating PID.13 field.
So pulling the PID.13 field apart into two repetitions one for email address and another for the phone number should give you what you're looking for.
If you are unable to pre-process your HL7 input message to (correctly) put the email address and phone number into separate repetitions - then you are stuck with having to customize:
resource/Patient.yml will need to be adjusted to make it generate two telecom fields from the single PID.13 entry
MSH|^~&|Company|Company Facility|UI Application|Company UI Application|20230209131733||ADT^A04|123420230209131733|P|2.3
EVN|A04|20230209131733
PID|||||Raj^Jetly|||M|||House Name^Chavara P.O^Palayam^Kerala^685836||^^^[email protected]^^^919527795955
This is the sample hl7message when i converted to fhir, it doesn't contain the PID13.7 detail which is the phone number.
The text was updated successfully, but these errors were encountered: