Back To Index  <<  Back To Templates

active Template  Original Text Reference

Id 2.16.756.5.30.1.1.10.9.49 Effective Date 2018‑04‑18
Status active Active Version Label 2017
Name cdach_other_OriginalTextElementWithReferenceToNarrativeText Display Name Original Text Reference
Description
Reusable template wherever a original text reference to the corresponding text in the human readable part (narrative text) is used in a CDA-CH V2 document. CDA-CH V2 derivatives, i.e. Swiss exchange formats MAY use this template by either reference or specialisation.
Label CDA‑CH V2
Classification Template type not specified
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 25 templates, Uses 0 templates
Used by as Name Version
2.16.756.5.30.1.1.10.2.1 Include draft Patient - recordTarget (2020) 2019‑09‑12 14:53:02
2.16.756.5.30.1.1.10.9.36 link active CDA-CH v2.0 Header Template Compilation (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.1.12 link active CDA-CH v2.0 - nonXMLBody (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.1.14 link active CDA-CH v2.0 - structuredBody enhanced (2018) 2018‑04‑18
2.16.756.5.30.1.1.10.1.9 link draft CDA-CH v2.1 - structuredBody (2020) 2019‑10‑17 15:22:41
2.16.756.5.30.1.1.10.1.9 link retired CDA-CH v2.0 - structuredBody (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.2.1 Include retired Patient - recordTarget (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.12 Include draft Assigned Entity Compilation with id (2020) 2019‑10‑24 16:41:55
2.16.756.5.30.1.1.10.2.5 link active Legal Authenticator (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.2.6 link draft Authenticator (2020) 2019‑01‑01 20:20:44
2.16.756.5.30.1.1.10.2.6 link retired Authenticator (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.2.7 link active Data Enterer (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.12 Include retired Assigned Entity Compilation with id (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.17 Include draft Assigned Entity Compilation with name, addr and telecom (2020) 2019‑10‑24 16:20:55
2.16.756.5.30.1.1.10.9.17 Include retired Assigned Entity Compilation with name, addr and telecom (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.31 Include retired Performer (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.32 Include draft Assigned Entity Compilation with id, name, addr, telecom, person and organization (2020) 2019‑10‑24 16:38:14
2.16.756.5.30.1.1.10.9.31 link draft Performer (2020) 2018‑12‑24 19:51:04
2.16.756.5.30.1.1.10.2.46 link draft Health Service - documentationOf (2019) 2019‑01‑01 20:53:33
2.16.756.5.30.1.1.10.2.46 link retired Health Service - documentationOf (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.32 Include retired Assigned Entity Compilation with id, name, addr, telecom, person and organization (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.50 Include draft Assigned Entity Compilation with GLN, name, addr, telecom, person and organization (2020) 2019‑10‑24 16:50:31
2.16.756.5.30.1.1.10.9.50 Include retired Assigned Entity Compilation with GLN, name, addr, telecom, person and organization (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.9.51 Include draft Assigned Entity Compilation with GLN and name (2020) 2019‑10‑24 16:53:35
2.16.756.5.30.1.1.10.9.51 Include retired Assigned Entity Compilation with GLN and name (2017) 2018‑04‑18
Example
Example
<originalText>
  demo  <reference value="#nartext1"/></originalText>
Item DT Card Conf Description Label
hl7:originalText
ED 0 … 1 C CDA‑CH V2
hl7:reference
TEL 1 … 1 M The reference to the corresponding text in the human readable part must be specified by reference to content[@ID]: reference[@value='#xxx'] CDA‑CH V2
@value
1 … 1 R Reference to the narrative part of the section in the format '#xxx', where xxx is the ID of the corresponding element.
  Schematron assert role red error  
  test starts-with(@value,'#')  
  Message The @value attribute content MUST conform to the format '#xxx', where xxx is the ID of the corresponding <content/> element.  
  Variable let Name idvalue  
  Value substring-after(@value,'#')  
  Schematron assert role red error  
  test ancestor::hl7:structuredBody//*[@ID=$idvalue]  
  Message No narrative text found for this reference (no content element within this document has an ID that corresponds to '<value-of select="$idvalue"/>').  
  Schematron assert role red error  
  test parent::*/text()=ancestor::hl7:structuredBody//*[@ID=$idvalue]/text()  
  Message The originalText content MUST be identical to the narrative text for this reference.