Template

Show index

Template Document Title 2020‑06‑26

Id2.16.756.5.30.1.1.10.2.62Effective Date2020‑06‑26
Statusactive ActiveVersion Label2020
Namecdachlrep_header_DocumentTitleDisplay NameDocument Title
Description

The document MUST contain a title. The following translations of the LOINC codes specified in XD-LAB MUST be used:

Multidisciplinary reports

LOINC CodeText
11502-2[ge]: Multidisziplinäre Befunde
[fr]: Résultats multidisciplinaires
[it]: Risultati multidisciplinari

Findings of a particular discipline

The same translations as for Laboratory Speciality Section are to be used.

LabelCDA‑CH‑LREP
ClassificationCDA Header Level Template
Open/ClosedOpen (other than defined elements are allowed)
Used by / Uses
Used by 1 transaction and 1 template, Uses 0 templates
Used by as NameVersion
2.16.756.5.30.1.1.1.1.3.9.77.1.4.2Transactionpending CDA-CH-LREP - General Laboratory Report (2018)2018‑03‑06 18:38:46
2.16.756.5.30.1.1.10.1.10Includeactive General Laboratory Report (2020)2020‑06‑26
Example
Multidisciplinary laboratory report in German
<title>Laborbefund - Multidisziplinäre Befunde</title>
Example
Multidisciplinary laboratory report in English
<title>Laboratory report - Multidisciplinary Laboratory Report</title>
Example
Serology report German
<title>Laborbefund - Serologiebefunde</title>
Example
Serology report Englisch
<title>Laboratory report - Serologiebefunde</title>
ItemDTCardConfDescriptionLabel
hl7:title
ST1 … 1M

The document title must follow the following text format where <human readable code> is the local translation of the document LOINC code:

  • [de]: 'Laborbefund - <human readable code>'
  • [fr]: 'Rapport de laboratoire - <human readable code>'
  • [it]: 'Referto di laboratorio - <human readable code>'
  • [en]: 'Laboratory report - <human readable code>'
CDA‑dotsLREP
 Variable letNamelanguageCode 
 Valuesubstring(/hl7:ClinicalDocument/hl7:languageCode/@code,1,2) 
 Schematron assertrolered error 
 testnot($languageCode='en') or starts-with(text(),'Laboratory report') 
 MessageThe English title must start with 'Laboratory report' 
 Schematron assertrolered error 
 testnot($languageCode='de') or starts-with(text(),'Laborbefund') 
 MessageThe German title must start with 'Laborbefund' 
 Schematron assertrolered error 
 testnot($languageCode='fr') or starts-with(text(),'Rapport de laboratoire') 
 MessageThe French title must start with 'Rapport de laboratoire' 
 Schematron assertrolered error 
 testnot($languageCode='it') or starts-with(text(),'Rapporto di laboratorio') 
 MessageThe Italian title must start with 'Rapporto di laboratorio'