Skip to content

Lay out Overview

Alexander Henket edited this page May 1, 2020 · 2 revisions

The lay-out of the output of the CDA.xsl follows the same outlines for every CDA document

ClinicalDocument.title and effectiveTime
div element with id documentheader containing the most import details as far as available in the document:
  • Patient demographics (name, date of birth, age, gender, patient ID
  • Patient guardian details
  • Consent details
  • Encounter details
  • DocumentationOf details
  • InFulfillmentOf details
  • Author details
  • Table of Contents button (unless javascript is off or if there are no sections to build a table of contents from)
div element with id documentbody containing the nonXMLBody or structuredBody contents. Each section has a header tag starting from 3 (<h3>). Sub sections go to (<h4>) etc. From any section the following things are rendered:
  • Title
  • Code
  • Author, Informant, Subject
  • Text
div element with id documentfooter containing all CDA Header details:
  • Document
  • Custodian
  • Patient
  • Author
  • Authenticator
  • Legal Authenticator
  • Informant
  • etc.
Clone this wiki locally