Template

Show index

Template Sbadm TemplateId Options 2015‑02‑17

Id1.2.40.0.34.11.90012
ref
elgabbr-
Effective Date2015‑02‑17
Statusdraft DraftVersion Label
NameSbadmtemplateidoptionsDisplay NameSbadm TemplateId Options
ClassificationCDA Entry Level Template
Open/ClosedOpen (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 9 templates, Uses 0 templates
Used by as NameVersion
1.2.40.0.10.1.4.3.4.1.3.3linkretired Medikation Pharmazeutische Empfehlung Entry eMedikation-deprecated2013‑12‑20
1.2.40.0.34.11.8.1.3.1Includedraft Medikation Verordnung Entry eMedikation2014‑09‑01
1.2.40.0.34.11.8.4.3.1linkretired Medikation Pharmazeutische Empfehlung Entry eMedikation2014‑01‑31
1.2.40.0.34.11.30035Includeactive Altered Dosage Instructions2013‑12‑21
1.2.40.0.34.11.90015Includeactive Altered Supply Information2016‑07‑21
1.2.40.0.34.777.3.10.12Includecancelled Medikation Verordnung Entry TGD2018‑07‑25 10:28:04
1.3.6.1.4.1.19376.1.9.1.3.6Includerejected Altered Supply Information2013‑12‑21
2.16.840.1.113883.2.16.777.4.10.1Includedraft xxx_broken12020‑10‑06 14:49:02
2.16.840.1.113883.2.16.777.4.10.2Includedraft xxx_broken22020‑10‑06 14:58:32
RelationshipVersion: template 1.2.40.0.34.11.90012 Sbadm TemplateId Options (2015‑02‑17)
ref
elgabbr-
Example
Strukturbeispiel Dosierungsvariante 1: Tagesdosierung
<ClinicalDocument>
  <entry typeCode="DRIV">
    <substanceAdministration classCode="SBADM" moodCode="INT">
      <templateId root="1.2.40.0.34.11.8.1.3.1"/>      <!-- ELGA -->
      <templateId root="2.16.840.1.113883.10.20.1.24"/>      <!-- HL7 CCD -->
      <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.7"/>      <!-- IHE PCC -->
      <templateId root="1.3.6.1.4.1.19376.1.9.1.3.2"/>      <!-- IHE PHARM -->
      <!-- Dosierungsart 1, „Normal dosing“ -->
      <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.7.1"/>       :       <!--
Einnahmedauer
Einnahme von 27.05.2011 bis 08.06.2011
-->
      <effectiveTime>
        <low value="20110527000000+0200"/>        <high value="20110608235959+0200"/>      </effectiveTime>
      <!--
********** Dosierungsart 1 Anfang **********
Im Falle von Dosierungsart 1 und 3 („Normal dosing“) werden die
Einnahmezeitpunkte + Dosis in Form eines weiteren effectiveTime
und eines doseQuantity Elements angegeben

Dosierungsart 1: Tagesdosierung
Einmal täglich, 3 Stk.
-->
      <!-- pro Tag -->
      <effectiveTime xsi:type="PIVL_TS" operator="A" institutionSpecified="true">
        <period value="1" unit="d"/>      </effectiveTime>
      <!-- 2 1/2 Stk -->
      <doseQuantity value="2.5"/>      <!-- ********** Dosierungsart 1 Ende ********** -->
       :     </substanceAdministration>
  </entry>
</ClinicalDocument>
Example
Strukturbeispiel Dosierungsvariante 2 (Einzeldosierung)
<ClinicalDocument>
  <entry typeCode="DRIV">
    <substanceAdministration classCode="SBADM" moodCode="INT">
      <templateId root="1.2.40.0.34.11.8.1.3.1"/>      <!-- ELGA -->
      <templateId root="2.16.840.1.113883.10.20.1.24"/>      <!-- HL7 CCD -->
      <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.7"/>      <!-- IHE PCC -->
      <templateId root="1.3.6.1.4.1.19376.1.9.1.3.2"/>      <!-- IHE PHARM -->
      <!-- Dosierungsart 2, „Split dosing“ -->
      <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.9"/>       :       <!--
Einnahmedauer
Einnahme von 27.05.2011 bis 08.06.2011
-->
      <effectiveTime>
        <low value="20110527000000+0200"/>        <high value="20110608235959+0200"/>      </effectiveTime>
       :       <!--
********** Dosierungsart 2 Anfang **********
Im Falle von Dosierungsart 2 und 4 („Split dosing“) werden die
Einnahmezeitpunkte + Dosis in Form von untergeordneten
entryRelationship Elementen angegeben (Morgens, Mittags, ...)

Dosierungsart 2: Einzeldosierung
Morgens – Mittags – Abends - Nachts
2 - 0 - 1 - 0
-->
      <entryRelationship typeCode="COMP">
        <!-- Einnahme: MORGENS, 2 Stück -->
        <sequenceNumber value="1"/>        <substanceAdministration classCode="SBADM" moodCode="INT">
          <text>
            <reference value="#dpos-2"/>          </text>
          <effectiveTime xsi:type="EIVL_TS">
            <event code="ACM"/>            <offset value="0" unit="s"/>          </effectiveTime>
          <doseQuantity value="2"/>          <consumable>
            <manufacturedProduct>
              <manufacturedMaterial nullFlavor="NA"/>            </manufacturedProduct>
          </consumable>
        </substanceAdministration>
      </entryRelationship>
      <entryRelationship typeCode="COMP">
        <!-- Einnahme: ABENDS, 1 Stück -->
        <sequenceNumber value="2"/>        <substanceAdministration classCode="SBADM" moodCode="INT">
          <effectiveTime xsi:type="EIVL_TS">
            <event code="ACV"/>            <offset value="0" unit="s"/>          </effectiveTime>
          <doseQuantity value="1"/>          <consumable>
            <manufacturedProduct>
              <manufacturedMaterial nullFlavor="NA"/>            </manufacturedProduct>
          </consumable>
        </substanceAdministration>
      </entryRelationship>
      <!-- ********** Dosierungsart 2 Ende ********** -->
    </substanceAdministration>
  </entry>
</ClinicalDocument>
ItemDTCardConfDescriptionLabel
hl7:templateId
IICde-DE
Dosierungsart, mögliche Werte:
a) Normal: @root = 1.3.6.1.4.1.19376.1.5.3.1.4.7.1
b) Split: @root = 1.3.6.1.4.1.19376.1.5.3.1.4.9
Es ist in jedem Fall die TemplateId für „Normal dosing“ (a) anzugeben (auch wenn keine strukturierten Dosierungsinformationen angegeben sind), außer es ist gemäß Kapitel „Dosierungsvarianten/Zeitpunkt(e) der Einnahme“ die Angabe von „Split dosing“ (b) vorgeschrieben
Sbaddotsions
@root
uid1 … 1F1.3.6.1.4.1.19376.1.5.3.1.4.21
 Constraintde-DE
Konditionale Konformität
  • Einnahmedauer beinhaltet low/high Elemente Conf: NP
  • Einnahmedauer beinhaltet ein width Element: Card 1..1 Conf M
Choice1 … 1
de-DE Dosierungsart: Normal (1.3.6.1.4.1.19376.1.5.3.1.4.7.1) oder Split (1.3.6.1.4.1.19376.1.5.3.1.4.9)
Elements to choose from:
  • hl7:templateId[not(@nullFlavor)]
  • hl7:templateId[not(@nullFlavor)]
hl7:templateId
II … 1MSbaddotsions
@root
uid1 … 1F1.3.6.1.4.1.19376.1.5.3.1.4.7.1
hl7:templateId
II … 1MSbaddotsions
@root
uid1 … 1F1.3.6.1.4.1.19376.1.5.3.1.4.9