Back To Index  <<  Back To Templates

draft Template  Treatment Reason Entry Content Module

Id 2.16.756.5.30.1.1.10.4.41
ref
ch-pharm-
Effective Date 2016‑06‑13
Status draft Draft Version Label 2017
Name TreatmentReasonEntryContentModule Display Name Treatment Reason Entry Content Module
Description Treatment reason
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.41
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Associated with
Associated with 2 concepts
Id Name Data Set
cdachemed-dataelement-165 draft Behandlungsgrund * draft Dataset 1
cdachemed-dataelement-62 draft Behandlungsgrund * draft Dataset 1
Used by / Uses
Used by 5 transactions and 13 templates, Uses 1 template
Used by as Name Version
cdachemed-transaction-4 Transaction draft Medication Prescription document 2018‑04‑04 15:33:29
cdachemed-transaction-9 Transaction draft Medication Treatment Plan document 2019‑12‑12 14:11:31
cdachemed-transaction-6 Transaction draft Pharmaceutical Advice document 2018‑04‑04 15:36:35
cdachemed-transaction-7 Transaction draft Medication List document 2018‑04‑04 15:37:19
cdachemed-transaction-8 Transaction draft Medication Card document 2018‑04‑04 15:42:50
2.16.756.5.30.1.1.10.4.34 Containment draft Medication Treatment Plan Item Entry Content Module (2021) 2019‑12‑11 11:31:52
2.16.756.5.30.1.1.10.3.13 link draft Medication Treatment Plan Section Content Module (2017) 2017‑05‑01 12:51:36
2.16.756.5.30.1.1.10.1.7 link draft Medication Treatment Plan document (2020) 2017‑04‑12 13:57:31
2.16.756.5.30.1.1.10.3.44 link draft Medication List Section Content Module (2021) 2018‑01‑22 15:40:38
2.16.756.5.30.1.1.10.1.13 link draft Medication List document (2020) 2018‑01‑22 15:17:26
2.16.756.5.30.1.1.10.3.9 link draft Medication Card Section Content Module (2021) 2016‑05‑21
2.16.756.5.30.1.1.10.1.3 link draft Medication Card document (2020) 2016‑05‑13
2.16.756.5.30.1.1.10.4.44 link draft Pharmaceutical Advice Item Entry Content Module (2020) 2016‑06‑25
2.16.756.5.30.1.1.10.3.12 link draft Pharmaceutical Advice Section Content Module (2017) 2016‑06‑06
2.16.756.5.30.1.1.10.1.6 link draft Pharmaceutical Advice document (2020) 2016‑05‑21
2.16.756.5.30.1.1.10.4.43 Containment draft Prescription Item Entry Content Module (2021) 2019‑09‑11 17:05:49
2.16.756.5.30.1.1.10.3.10 link draft Prescription Section Content Module (2017) 2016‑06‑06
2.16.756.5.30.1.1.10.1.4 link draft Medication Prescription document (2020) 2016‑05‑21
Uses as Name Version
2.16.756.5.30.1.1.10.9.1 Include draft Narrative Text Reference With Content (2021) DYNAMIC
Relationship Specialization: template 2.16.840.1.113883.10.12.303 CDA Observation (DYNAMIC)
ref
ad1bbr-
Example
Example
<observation classCode="OBS" moodCode="EVN">
  <templateId root="2.16.756.5.30.1.1.10.4.41"/>  <code code="75326-9" codeSystem="2.16.840.1.113883.6.1" displayName="Problem" codeSystemName="LOINC"/>  <text>
    <reference value="#mtp.1.reason"/>  </text>
  <statusCode code="completed"/></observation>
Item DT Card Conf Description Label
hl7:observation
(Tredotsule)
@classCode
cs 0 … 1 F OBS
@moodCode
cs 0 … 1 F EVN
hl7:templateId
II 1 … 1 M (Tredotsule)
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.41
hl7:code
CD 1 … 1 R (Tredotsule)
@code
CONF 0 … 1 F 75326-9
@codeSystem
0 … 1 F 2.16.840.1.113883.6.1 (LOINC)
@codeSystemName
0 … 1 F LOINC
@displayName
0 … 1 F Problem
Included from 2.16.756.5.30.1.1.10.9.1 Narrative Text Reference With Content (DYNAMIC)
hl7:text
ED 1 … 1 R It shall contain both the narrative text content and a reference to the human readable part of the item. This human readable part may contain a simple text to redirect the reader to the PDF document (e.g. "See PDF version included").
There shall be a single non-blank text node (i.e. the text shall be completely before or after the reference, see examples). The text shall be raw (i.e. no markup shall be used).
(Tredotsule)
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']
(Tredotsule)
@value
st 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 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"/>').  
  Variable let Name textBefore  
  Value normalize-space(text()[1])  
  Variable let Name textAfter  
  Value normalize-space(text()[2])  
  Schematron assert role red error  
  test (not($textBefore) and $textAfter) or ($textBefore and not($textAfter))  
  Message The text content shall be included before or after the reference.  
hl7:statusCode
CS 1 … 1 M (Tredotsule)
@code
CONF 1 … 1 F completed