Back To Index  <<  Back To Templates

draft Template  Dosage Intake Mode Entry Content Module

Id 2.16.756.5.30.1.1.10.4.37
ref
ch-pharm-
Effective Date 2016‑09‑13 16:06:07
Status draft Draft Version Label 2017
Name DosageIntakeModeEntryContentModule Display Name Dosage Intake Mode Entry Content Module
Description Dosage intake mode reference to free text (non structured) in narrative part.
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.37
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Associated with
Associated with 1 concept
Id Name Data Set
cdachemed-dataelement-99 draft Dosierung draft Dataset 1
Used by / Uses
Used by 0 transactions and 2 templates, Uses 1 template
Used by as Name Version
2.16.756.5.30.1.1.10.4.34 Containment cancelled Medication Treatment Plan Item Entry Content Module (2017) 2016‑06‑13
2.16.756.5.30.1.1.10.4.43 Containment cancelled Prescription Item Entry Content Module (2017) 2016‑06‑25
Uses as Name Version
2.16.756.5.30.1.1.10.9.1 Include draft Narrative Text Reference With Content (2021) DYNAMIC
Example
Example
<hl7:substanceAdministration moodCode="INT" classCode="SBADM">
  <hl7:templateId root="2.16.756.5.30.1.1.10.4.37"/>  <hl7:text>
    <hl7:reference value="#mtp.1.dosageintakemode"/>  </hl7:text>
  <hl7:consumable>
    <hl7:manufacturedProduct>
      <hl7:manufacturedMaterial nullFlavor="NA"/>    </hl7:manufacturedProduct>
  </hl7:consumable>
</hl7:substanceAdministration>
Item DT Card Conf Description Label
hl7:substanceAdministration
(Dosdotsule)
@classCode
cs 1 … 1 F SBADM
@moodCode
cs 1 … 1 F INT
hl7:templateId
II 1 … 1 M (Dosdotsule)
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.37
Included R 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).
(Dosdotsule)
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']
(Dosdotsule)
@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:consumable
1 … 1 R (Dosdotsule)
hl7:manufacturedProduct
1 … 1 R (Dosdotsule)
hl7:manufacturedMaterial
1 … 1 R (Dosdotsule)
@nullFlavor
cs 1 … 1 F NA