Back To Index  <<  Back To Templates

draft Template  Dosage Instructions Non Structured Entry Content Module

Id 2.16.756.5.30.1.1.10.4.52
ref
ch-pharm-
Effective Date 2016‑09‑13 15:33:18
Status draft Draft Version Label 2017
Name DosageInstructionsNonStructuredEntryContentModule Display Name Dosage Instructions Non Structured Entry Content Module
Description Dosage Instructions 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.52
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Associated with
Associated with 3 concepts
Id Name Data Set
cdachemed-dataelement-160 final Dosierung 2022 draft Dataset 1
cdachemed-dataelement-23 draft Dosierung draft Dataset 1
cdachemed-dataelement-58 draft Dosierung draft Dataset 1
Used by / Uses
Used by 6 transactions and 20 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-5 Transaction draft Medication Dispense document 2018‑04‑04 15:35:51
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 final Medication Card document (2022) 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 active Medication Card Section Content Module (2022) 2022‑03‑04 12:34:31
2.16.756.5.30.1.1.10.1.3 link active Medication Card document (2022) 2016‑05‑13
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.4.44 link draft Pharmaceutical Advice Item Entry Content Module (2022) 2022‑06‑30 15:10:57
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.44 link draft Pharmaceutical Advice Item Entry Content Module (2020) 2016‑06‑25
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.42 Containment draft Dispense Item Entry Content Module (2021) 2016‑06‑17
2.16.756.5.30.1.1.10.3.11 link draft Dispense Section Content Module (2017) 2016‑06‑06
2.16.756.5.30.1.1.10.1.5 link draft Medication Dispense 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
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.52"/>  <hl7:text>
    <hl7:reference value="#mtp.1.dosageinstructionsnonstructured"/>  </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.52
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