Back To Index  <<  Back To Templates

active Template  Original Text Reference

Id 2.16.756.5.30.1.1.10.9.49
ref
hl7chcda-
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 19 templates, Uses 0 templates
Used by as Name Version
2.16.756.5.30.1.1.10.2.82 Include draft Legal Authenticator (2018) 2017‑09‑12 20:32:59
2.16.756.5.30.1.1.10.1.11 link draft Social-medical care plan V2 (2018) 2017‑08‑24 18:00:03
2.16.756.5.30.1.1.10.4.110 Include draft Transport Act (2018) 2017‑09‑19 16:59:07
2.16.756.5.30.1.1.10.3.72 link draft Transport Mode Section - coded (2018) 2017‑09‑13 22:33:47
2.16.756.5.30.1.1.10.4.113 Include draft Advance Directive Observation (2018) 2017‑09‑19 21:34:59
2.16.756.5.30.1.1.10.3.63 link draft Advance Directives Section - coded (2018) 2017‑09‑13 20:10:42
2.16.756.5.30.1.1.10.9.12 Include active Assigned Entity Compilation with id (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.2.6 link draft Authenticator (2019) 2019‑01‑01 20:20:44
2.16.756.5.30.1.1.10.2.6 link active 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.32 Include active Assigned Entity Compilation with id, name, addr, telecom, person and organization (2017) 2018‑04‑18
2.16.756.5.30.1.1.10.4.111 link draft Performer (2018) 2017‑09‑19 17:17:19
2.16.756.5.30.1.1.10.4.103 link draft Social History Observation (2018) 2017‑09‑14 16:03:45
2.16.756.5.30.1.1.10.3.58 link draft Social History Section - coded (2018) 2017‑09‑13 16:52:50
2.16.756.5.30.1.1.10.4.104 link draft Inability To Work Observation (2018) 2017‑09‑14 17:44:49
2.16.756.5.30.1.1.10.3.71 link draft Ability To Work Section - coded (2018) 2017‑09‑13 22:19:52
2.16.756.5.30.1.1.10.9.31 link draft Performer (2017) 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.87 link draft Health Service - documentationOf (2018) 2019‑01‑02 09:07:07
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.