Back To Index  <<  Back To Templates

draft Template  Dosage Instructions Entry Content Module

Id 2.16.756.5.30.1.1.1.1.3.10.2.10.10.4.1 Gültigkeit gültig ab 2016‑06‑13 14:54:37
Status draft Draft Versions-Label
Name CH-EMED-DosageInstructionsEntryContentModule Anzeigename Dosage Instructions Entry Content Module
Beschreibung Strukturierte Dosierungsangaben
Klassifikation CDA Entry Level Template
Offen/Geschlossen Offen (auch andere als die definierten Elemente sind erlaubt)
Assoziiert mit
Assoziiert mit 4 Konzepte
Id Name Datensatz
cdachemed-dataelement-55 Anwendungsdauer Parameter eMedikation B8
cdachemed-dataelement-52 Verabreichungsweg Parameter eMedikation B8
cdachemed-dataelement-53 Dosierungs-Range Parameter eMedikation B8
cdachemed-dataelement-51 Anwendungsschema Parameter eMedikation B8
Benutzt von / Benutzt
Benutzt von 12 Templates, Benutzt 0 Templates
Benutzt von Template-Id als Name Version
2.16.756.5.30.1.1.1.1.3.10.2.10.1.10.4.1 Medication Treatment Plan Item Entry Content Module 2016‑06‑13 14:23:13
2.16.756.5.30.1.1.1.1.3.10.2.10.1.10.3.1 link eCurrentMedication Section Content Module 2016‑05‑21 23:12:35
2.16.756.5.30.1.1.1.1.3.10.1 link eCurrentMedication V1 2016‑05‑13 22:09:17
2.16.756.5.30.1.1.1.1.3.10.2.10.2.10.4.1 link Prescription Item Entry Content Module 2016‑06‑25 12:22:37
2.16.756.5.30.1.1.1.1.3.10.2.10.2.10.3.1 link Prescription Section Content Module 2016‑06‑06 15:45:17
2.16.756.5.30.1.1.1.1.3.10.2 link eRezept V1 2016‑05‑21 10:48:21
2.16.756.5.30.1.1.1.1.3.10.2.10.4.10.4.1 link Pharmaceutical Advice Item Entry Content Module 2016‑06‑25 13:03:02
2.16.756.5.30.1.1.1.1.3.10.2.10.4.10.3.1 link Pharmaceutical Advice Section Content Module 2016‑06‑06 16:43:15
2.16.756.5.30.1.1.1.1.3.10.4 link eMedicationComment V1 2016‑05‑21 10:50:30
2.16.756.5.30.1.1.1.1.3.10.2.10.3.10.4.1 link Dispense Item Entry Content Module 2016‑06‑17 23:36:35
2.16.756.5.30.1.1.1.1.3.10.2.10.3.10.3.1 link Dispense Section Content Module 2016‑06‑06 15:58:22
2.16.756.5.30.1.1.1.1.3.10.3 link eAbgabeAnwendungsDokument V1 2016‑05‑21 10:49:53
Beispiel
Dosisvariante 1
<!-- 0.5x morgens ab 20111129 -->
<snip>
  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.7.1"/>
  <!-- ... -->
  <effectiveTime xsi:type="IVL_TS">
    <low value="20111129"/>
  </effectiveTime>
  <effectiveTime operator="A" xsi:type="EIVL_TS">
    <event code="ACM"/>
  </effectiveTime>
  <!-- ... -->
  <doseQuantity>
    <center value="0.5"/>
  </doseQuantity>
</snip>
Beispiel
Dosisvariante 2
<!-- 1 morgens, 1 abends ab 20120204 -->
<snip>
  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.7.1"/>
  <!-- ... -->
  <effectiveTime xsi:type="IVL_TS">
    <low value="20120204"/>
  </effectiveTime>
  <effectiveTime xsi:type="SXPR_TS" operator="A">
    <comp xsi:type="EIVL_TS">
      <event code="ACM"/>
    </comp>
    <comp xsi:type="EIVL_TS" operator="I">
      <event code="ACV"/>
    </comp>
  </effectiveTime>
</snip>
Beispiel
Dosisvariante 3
<!-- 1 morgens, 0.5 abends ab 20120204 -->
<snip>
  <!-- Split dosing -->
  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.9"/>
  <effectiveTime xsi:type="IVL_TS">
    <low value="20120204"/>
  </effectiveTime>
  <routeCode code="PO" displayName="Oral" codeSystem="2.16.840.1.113883.5.112" codeSystemName="RouteOfAdministration"/>
  <consumable>
    <manufacturedProduct>
      <manufacturedMaterial nullFlavor="NA"/>
    </manufacturedProduct>
  </consumable>
  <entryRelationship typeCode="COMP">
    <!-- morgens 1 stück -->
    <sequenceNumber value="1"/>
    <substanceAdministration classCode="SBADM" moodCode="INT">
      <effectiveTime xsi:type="EIVL_TS">
        <event code="ACM"/>
      </effectiveTime>
      <doseQuantity>
        <center value="1"/>
      </doseQuantity>
      <consumable>
        <manufacturedProduct>
          <manufacturedMaterial nullFlavor="NA"/>
        </manufacturedProduct>
      </consumable>
    </substanceAdministration>
  </entryRelationship>
  <entryRelationship typeCode="COMP">
    <!-- abends 0.5 stück -->
    <sequenceNumber value="2"/>
    <substanceAdministration classCode="SBADM" moodCode="INT">
      <effectiveTime xsi:type="EIVL_TS">
        <event code="ACV"/>
      </effectiveTime>
      <doseQuantity>
        <center value="0.5"/>
      </doseQuantity>
      <consumable>
        <manufacturedProduct>
          <manufacturedMaterial nullFlavor="NA"/>
        </manufacturedProduct>
      </consumable>
    </substanceAdministration>
  </entryRelationship>
</snip>
Item DT Kard Konf Beschreibung Label
hl7:effectiveTime
IVL_TS 0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
wo [@xsi:type='IVL_TS']
  target Ziel der Konzept Id(s):
cdachemed-dataelement-55 Anwendungsdauer Parameter eMedikation B8
treetree hl7:low
TS 0 … 1 Zeitpunkt des Anwendungsstarts (CH-EMED-DosageInstructionsEntryContentModule)
treetree hl7:high
TS 0 … 1 Zeitpunkt des Anwendungendes (CH-EMED-DosageInstructionsEntryContentModule)
hl7:effectiveTime
EIVL_TS 0 … 1 Zeitelement zur Aufnahme des Einnahmezeitpunkts (Dosisvariante 1) (CH-EMED-DosageInstructionsEntryContentModule)
wo [@operator='A' and @xsi:type='EIVL_TS']
treetree @operator
cs 1 … 1 F A
  target Ziel der Konzept Id(s):
cdachemed-dataelement-51 Anwendungsschema Parameter eMedikation B8
treetree hl7:event
CS 1 … 1 M (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treetree @code
cs 1 … 1 R
  CONF
Der Wert von @code muss gewählt werden aus dem Value Set 2.16.756.5.30.1.127.77.4.11.2 TimingEvent (DYNAMIC)
hl7:effectiveTime
SXPR_TS 0 … 1 Mehrere Aufnahme mit gleicher Dosis (Dosisvariante 2) (CH-EMED-DosageInstructionsEntryContentModule)
wo [@operator='A' and @xsi:type='SXPR_TS']
treetree @operator
cs 1 … 1 F A
treetree @xsi:type
cs 1 … 1 F SXPR_TS
treetree hl7:comp
1 … 1 M (CH-EMED-DosageInstructionsEntryContentModule)
wo [@xsi:type='EIVL_TS']
treeblank treetree @xsi:type
cs 1 … 1 F EIVL_TS
treeblank treetree hl7:event
CS 1 … 1 M (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treeblank treetree @code
cs 1 … 1 R
  CONF
Der Wert von @code muss gewählt werden aus dem Value Set 2.16.756.5.30.1.127.77.4.11.2 TimingEvent (DYNAMIC)
treetree hl7:comp
1 … * M (CH-EMED-DosageInstructionsEntryContentModule)
wo [@operator='I' and @xsi:type='EIVL_TS']
treeblank treetree @operator
cs 1 … 1 F I
treeblank treetree @xsi:type
cs 1 … 1 F EIVL_TS
treeblank treetree hl7:event
CS 1 … 1 M (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treeblank treetree @code
cs 1 … 1 R
  CONF
Der Wert von @code muss gewählt werden aus dem Value Set 2.16.756.5.30.1.127.77.4.11.2 TimingEvent (DYNAMIC)
hl7:routeCode
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
  CONF
Der Wert von @code muss gewählt werden aus dem Value Set 2.16.840.1.113883.1.11.14581 RouteOfAdministration (DYNAMIC)
  target Ziel der Konzept Id(s):
cdachemed-dataelement-52 Verabreichungsweg Parameter eMedikation B8
hl7:doseQuantity
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
  target Ziel der Konzept Id(s):
cdachemed-dataelement-53 Dosierungs-Range Parameter eMedikation B8
hl7:rateQuantity
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
hl7:entryRelationship
0 … * Mehrere Aufnahme mit unterschiedlicher Dosis (Dosisvariante 3, Splitdosis)) (CH-EMED-DosageInstructionsEntryContentModule)
wo [@typeCode='COMP' and hl7:substanceAdministration]
treetree @typeCode
cs 1 … 1 F COMP
treetree hl7:sequenceNumber
INT 1 … 1 M (CH-EMED-DosageInstructionsEntryContentModule)
treetree hl7:substanceAdministration
0 … 1 R (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treetree hl7:effectiveTime
EIVL_TS 0 … 1 Zeitelement zur Aufnahme des Einnahmezeitpunkts (CH-EMED-DosageInstructionsEntryContentModule)
wo [@xsi:type='EIVL_TS']
treeblank treeblank treetree @xsi:type
cs 1 … 1 F EIVL_TS
treeblank treeblank treetree hl7:event
CS 1 … 1 M (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treeblank treeblank treetree @code
cs 1 … 1 R
  CONF
Der Wert von @code muss gewählt werden aus dem Value Set 2.16.756.5.30.1.127.77.4.11.2 TimingEvent (DYNAMIC)
treeblank treetree hl7:doseQuantity
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treetree hl7:rateQuantity
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treetree hl7:consumable
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treeblank treetree hl7:manufacturedProduct
0 … 1 R (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treeblank treeblank treetree hl7:manufacturedMaterial
0 … 1 (CH-EMED-DosageInstructionsEntryContentModule)
treeblank treeblank treeblank treeblank treetree @nullFlavor
cs 1 … 1 F NA