Stream: implementers
Topic: XML data modeling
utsuk niraula (Feb 03 2022 at 18:08):
Hello, how can the xml file be represented in tabular structure ?
Lloyd McKenzie (Feb 03 2022 at 18:16):
Which XML file? What type of data are you sharing?
utsuk niraula (Feb 03 2022 at 19:21):
It is a clinical document, is this detail sufficient ?
Shamil Nizamov (Feb 03 2022 at 20:39):
You may apply a stylesheet to a CDA document for human readability.
Lloyd McKenzie (Feb 03 2022 at 20:59):
No, "clinical document" is not sufficient detail. A clinical document might be CDA, it might be FHIR, it might be something completely custom. The syntaxes would be very distinct. In any case, unless you're trying to make the output interoperate with some other system, you can transform an XML instance into any arbitrary tabular form you like...
Eric Prud'hommeaux (Feb 03 2022 at 21:01):
you can even use the stylesheet to hamper human readability, if that's your thing
https://www.w3.org/2013/C-CDA/IJ.xml
Last updated: Apr 12 2022 at 19:14 UTC