I'm having some issues writing this code. How can I get each segment of an existing NTE with tiles into multiple NTE segments.
Example: Here the input NTE
NTE|1||Indication->New LBBB post TAVR~Problems->ATRIAL FIBRILLATION, PERSISTENT, LONGSTANDING [ICD10-I48.11]~Problems->PACEMAKER DEPENDENT [ICD10-I49.8]~Anticoagulation->Not anticoagulated.
I want to add a NTE for each ~
NTE|1|Indication for montoring->Palpitations
NTE|2|Problems->ATRIAL FIBRILLATION, PERSISTENT, LONGSTANDING [ICD10-I48.11]
NTE|3|Problems->PACEMAKER DEPENDENT [ICD10-I49.8]
NTE|4|Problems->Anticoagulation->Not anticoagulated.
There could be multiple of each.