Hi All,
I am a FHIR developer and I have a question related to converting HL7 formatting characters into FHIR. Following are some formatting characters supported by HL7.
• \H, \N\ Highlight
• .br\ Hard return
• .ce\ Centre
• .in\ Indent
• .sk\ Skip space
• .sp\ Next line, align horizontal
• .ti\ Temporary indent
Since we store these special formatting characters in Database, we have a translator to convert HL7 into FHIR and wondering whether there are any character set available for FHIR.
It seems some of the characters can be converted into HTML markup but I wonder by doing so will break the FHIR rules?
Best regards,
Chandima