Back To Index  <<  Back To Templates

ref Template  Dosage Instructions CH P1

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
Status draft Draft Versions-Label
Name CH-EMED-DosageInstructionsEntryCHP1 Anzeigename Dosage Instructions CH P1
Beschreibung
en-US Dosage Instructions are a set of data elements which together represent the dosage instructions to a medication such as duration of treatment, medication frequency, dose quantity, route of administration, etc. Dosage Instructions may be provided structured and/or narrative. This entry describes structured dosage instructions.
Klassifikation CDA Entry Level Template
Offen/Geschlossen Offen (auch andere als die definierten Elemente sind erlaubt)
Assoziiert mit
Assoziiert mit 3 Konzepte
Id Name Datensatz
cdachemed-dataelement-44
en-US Wiederholter Bezug pro Arzneimittel
en-US
cdachemed-dataelement-52
en-US Verabreichungsweg
en-US
cdachemed-dataelement-55
en-US Anwendungsdauer
en-US
Benutzt von / Benutzt
Benutzt von 14 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 draft Medication Treatment Plan Item Entry Content Module 2016‑06‑13
2.16.756.5.30.1.1.1.1.3.10.2.10.1.10.3.1 link draft eCurrentMedication Section Content Module 2016‑05‑21
2.16.756.5.30.1.1.1.1.3.10.1 link draft eCurrentMedication V1 2016‑05‑13
2.16.756.5.30.1.1.1.1.3.10.2.10.4.10.4.1 link draft Pharmaceutical Advice Item Entry Content Module 2016‑06‑25
2.16.756.5.30.1.1.1.1.3.10.2.10.4.10.3.1 link draft Pharmaceutical Advice Section Content Module 2016‑06‑06
2.16.756.5.30.1.1.1.1.3.10.4 link draft eMedicationComment V1 2016‑05‑21
2.16.756.5.30.1.127.77.4.10.7 link draft Medication Treatment Plan Section Content Module 2017‑05‑01 12:51:36
2.16.756.5.30.1.1.1.1.3.10.5 link draft eMedicationTreatmentPlan V1 2017‑04‑12 13:57:31
2.16.756.5.30.1.1.1.1.3.10.2.10.2.10.4.1 draft Prescription Item Entry Content Module 2016‑06‑25
2.16.756.5.30.1.1.1.1.3.10.2.10.2.10.3.1 link draft Prescription Section Content Module 2016‑06‑06
2.16.756.5.30.1.1.1.1.3.10.2 link draft eRezept V1 2016‑05‑21
2.16.756.5.30.1.1.1.1.3.10.2.10.3.10.4.1 draft Dispense Item Entry Content Module 2016‑06‑17
2.16.756.5.30.1.1.1.1.3.10.2.10.3.10.3.1 link draft Dispense Section Content Module 2016‑06‑06
2.16.756.5.30.1.1.1.1.3.10.3 link draft eAbgabe V1 2016‑05‑21
Beispiel
Dosis Option 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
Dosage Option 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
Dosage Option 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‑DosageInstructionsEntryCHP1)
wo [@xsi:type='IVL_TS']
  target Ziel der Konzept Id(s):
cdachemed-dataelement-55
en-US Anwendungsdauer
en-US
hl7:low
TS 0 … 1
en-US Start of Treatment. If Start of Treatment is unknown this element SHALL be set to null flavor "UNK".
(CH‑EMED‑DosageInstructionsEntryCHP1)
hl7:high
TS 0 … 1
en-US End of Treatment. If Start of Treatment is unknown this element SHALL be set to null flavor "UNK".
(CH‑EMED‑DosageInstructionsEntryCHP1)
hl7:effectiveTime
EIVL_TS 0 … 1
en-US Dosage Option 1. Event based time interval, where the event is not a precise time, but is used for timing purposes (e.g., with meals, between meals, before breakfast, before sleep).
(CH‑EMED‑DosageInstructionsEntryCHP1)
wo [@operator='A' and @xsi:type='EIVL_TS']
@operator
cs 1 … 1 F A
hl7:event
CS 1 … 1 M (CH‑EMED‑DosageInstructionsEntryCHP1)
@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
en-US Dosage Option 2. Multiple events within a day with the same dosage
(CH‑EMED‑DosageInstructionsEntryCHP1)
wo [@operator='A' and @xsi:type='SXPR_TS']
@operator
cs 1 … 1 F A
@xsi:type
cs 1 … 1 F SXPR_TS
hl7:comp
1 … 1 M (CH‑EMED‑DosageInstructionsEntryCHP1)
treeblank wo [@xsi:type='EIVL_TS']
@xsi:type
cs 1 … 1 F EIVL_TS
hl7:event
CS 1 … 1 M (CH‑EMED‑DosageInstructionsEntryCHP1)
@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:comp
1 … * M (CH‑EMED‑DosageInstructionsEntryCHP1)
treeblank wo [@operator='I' and @xsi:type='EIVL_TS']
@operator
cs 1 … 1 F I
@xsi:type
cs 1 … 1 F EIVL_TS
hl7:event
CS 1 … 1 M (CH‑EMED‑DosageInstructionsEntryCHP1)
@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:repeatNumber
IVL_INT 0 … 1 (CH‑EMED‑DosageInstructionsEntryCHP1)
  target Ziel der Konzept Id(s):
cdachemed-dataelement-44
en-US Wiederholter Bezug pro Arzneimittel
en-US
hl7:routeCode
0 … 1 (CH‑EMED‑DosageInstructionsEntryCHP1)
  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
en-US Verabreichungsweg
en-US
hl7:doseQuantity
0 … 1 (CH‑EMED‑DosageInstructionsEntryCHP1)
hl7:rateQuantity
0 … 1 (CH‑EMED‑DosageInstructionsEntryCHP1)