This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "CDA Narrative to html mapping"

From HL7Wiki
Jump to navigation Jump to search
(Created page with "= Intro = = Elements = * br = br * caption = ? * col = col * colgroup = colgroup * content = span with attributes * footnote = ? * footnoteRef = ? * item = li * linkHtml = a...")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
* br = br
 
* br = br
* caption = ?
+
* caption = h1 ?  
 
* col = col
 
* col = col
 
* colgroup = colgroup
 
* colgroup = colgroup
 
* content = span with attributes
 
* content = span with attributes
* footnote = ?
+
* footnote = this just has to be visually distinguished.  span with id
* footnoteRef = ?
+
* footnoteRef = span with idref
 
* item = li
 
* item = li
 
* linkHtml = a
 
* linkHtml = a
Line 15: Line 15:
 
* list(listType=unordered) = ul  
 
* list(listType=unordered) = ul  
 
* paragraph = p
 
* paragraph = p
* renderMultiMedia =  
+
* renderMultiMedia = <img> for images, <video> for videos and html5
 
* sub = sub
 
* sub = sub
 
* sup = sup
 
* sup = sup
Line 29: Line 29:
  
 
* ID = id
 
* ID = id
* IDREF = ?
+
* IDREF = href with #link
 
* abbr = abbr
 
* abbr = abbr
 
* align = align
 
* align = align

Latest revision as of 05:57, 8 May 2018

Intro

Elements

  • br = br
  • caption = h1 ?
  • col = col
  • colgroup = colgroup
  • content = span with attributes
  • footnote = this just has to be visually distinguished. span with id
  • footnoteRef = span with idref
  • item = li
  • linkHtml = a
  • list(listType=ordered) = ol
  • list(listType=unordered) = ul
  • paragraph = p
  • renderMultiMedia = <img> for images, <video> for videos and html5
  • sub = sub
  • sup = sup
  • table = table
  • tbody = tbody
  • td = td
  • tfoot = tfoot
  • th = th
  • thead = thead
  • tr = tr

Attributes

  • ID = id
  • IDREF = href with #link
  • abbr = abbr
  • align = align
  • axis = axis
  • border = border
  • cellpadding = cellpadding
  • cellspacing = cellspacing
  • char = char
  • charoff = char
  • colspan = colspan
  • frame = frame
  • headers = headers
  • href = href
  • language = lang
  • listType = n/a
  • mediaType = n/a
  • name = name
  • referencedObject = ?
  • rel = rel
  • rev = rev
  • revised = ?
  • rowspan = rowspan
  • rules = rules ?CSS
  • scope = scope
  • span = colspan
  • styleCode = style
  • summary = summary
  • title = title
  • valign = valign
  • width = width