User Tools

Site Tools


fmk:1.6.0:struktureret_dosering:eksempler_pa_strukturerede_doseringer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fmk:1.6.0:struktureret_dosering:eksempler_pa_strukturerede_doseringer [2026-04-28 09:19] chskfmk:1.6.0:struktureret_dosering:eksempler_pa_strukturerede_doseringer [2026-06-01 10:55] (current) adta
Line 569: Line 569:
         <Dosage>         <Dosage>
           <UnlimitedDayDosage>           <UnlimitedDayDosage>
-            <InfusionRate>100.0</InfusionRate>+            <Quantity>100.0</Quantity> 
 +            <Infusion> 
 +              <InfusionRate>100.0</InfusionRate
 +            </Infusion>
           </UnlimitedDayDosage>           </UnlimitedDayDosage>
         </Dosage>         </Dosage>
Line 1281: Line 1284:
       </DosageTranslation>       </DosageTranslation>
     </Fixed>     </Fixed>
 +    <EndDate>
 +      <Unknown/>
 +    </EndDate>
 +  </DosagePeriod>
 +</DosageForResponse>
 +</code>
 +
 +
 +===== PN-doseringer =====
 +
 +=== Eksempel på ubegrænset PN: "1 tablet efter behov" ===
 +
 +Patienten kan tage dosen et vilkårligt antal gange uden nogen periodebegrænsning. Strukturen bruger ''<UnlimitedDayDosage>'' i ''<PRN>'' uden ''<IterationInterval>''.
 +
 +<code xml>
 +<DosageForResponse>
 +  <Precondition>
 +    <ValidFrom>2025-07-06</ValidFrom>
 +  </Precondition>
 +  <UnitTexts>
 +    <Singular>tablet</Singular>
 +    <Plural>tabletter</Plural>
 +  </UnitTexts>
 +  <DosagePeriod>
 +    <PeriodLength>30</PeriodLength>
 +    <PRN>
 +      <Day>
 +        <Dosage>
 +          <UnlimitedDayDosage>
 +            <Quantity>1</Quantity>
 +          </UnlimitedDayDosage>
 +        </Dosage>
 +      </Day>
 +      <Profile>
 +        <ProfileCode>
 +          <DosageType>PN</DosageType>
 +          <PeriodType>Repeating</PeriodType>
 +          <Schedule>Non-specific weekdays</Schedule>
 +          <Frequency>No frequency limit</Frequency>
 +        </ProfileCode>
 +      </Profile>
 +      <DosageTranslation>
 +        <LongText>TBD</LongText>
 +      </DosageTranslation>
 +    </PRN>
 +    <EndDate>
 +      <CalculatedEndDate>2025-08-05</CalculatedEndDate>
 +    </EndDate>
 +  </DosagePeriod>
 +</DosageForResponse>
 +</code>
 +
 +Bemærk: ''<Day>'' med ''<Index>1</Index>'' benyttes – ikke ''<UnspecifiedDay>''. ''<IterationInterval>'' er fraværende, hvilket signalerer at doseringen er ubegrænset.
 +
 +=== Eksempel på daglig PN med begrænsning: "2 tabletter efter behov, højst 1 gang daglig" ===
 +
 +Patienten kan tage dosen efter behov, men ikke mere end én gang pr. døgn. ''<IterationInterval>1</IterationInterval>'' angiver daglig gentagelse. ''<TimesPerDayDosage>'' med ''<TimesPerDay>1</TimesPerDay>'' angiver maksimalt én dosis pr. dag.
 +
 +<code xml>
 +<DosageForResponse>
 +  <Precondition>
 +    <ValidFrom>2025-07-06</ValidFrom>
 +  </Precondition>
 +  <UnitTexts>
 +    <Singular>tablet</Singular>
 +    <Plural>tabletter</Plural>
 +  </UnitTexts>
 +  <DosagePeriod>
 +    <PeriodLength>30</PeriodLength>
 +    <PRN>
 +      <IterationInterval>1</IterationInterval>
 +      <Day>
 +        <Dosage>
 +          <TimesPerDayDosage>
 +            <Quantity>2</Quantity>
 +            <TimesPerDay>1</TimesPerDay>
 +          </TimesPerDayDosage>
 +        </Dosage>
 +      </Day>
 +      <Profile>
 +        <ProfileCode>
 +          <DosageType>PN</DosageType>
 +          <PeriodType>Repeating</PeriodType>
 +          <Schedule>Non-specific weekdays</Schedule>
 +          <Frequency>Times per day</Frequency>
 +        </ProfileCode>
 +      </Profile>
 +      <DosageTranslation>
 +        <LongText>TBD</LongText>
 +      </DosageTranslation>
 +    </PRN>
 +    <EndDate>
 +      <CalculatedEndDate>2025-08-05</CalculatedEndDate>
 +    </EndDate>
 +  </DosagePeriod>
 +</DosageForResponse>
 +</code>
 +
 +Bemærk: ''<UnspecifiedDay>'' må ikke bruges ved ''<IterationInterval>1</IterationInterval>''. For daglig PN benyttes altid ''<Day><Index>1</Index>''.
 +
 +=== Eksempel på ugentlig PN: "1 tablet efter behov, højst 1 gang ugentlig" ===
 +
 +Patienten kan tage dosen efter behov, men højst én gang pr. uge. ''<IterationInterval>7</IterationInterval>'' angiver en 7-dages periode. ''<UnspecifiedDay>'' angiver, at dosen kan tages på en vilkårlig dag inden for den 7-dages iteration.
 +
 +<code xml>
 +<DosageForResponse>
 +  <Precondition>
 +    <ValidFrom>2025-07-06</ValidFrom>
 +  </Precondition>
 +  <UnitTexts>
 +    <Singular>tablet</Singular>
 +    <Plural>tabletter</Plural>
 +  </UnitTexts>
 +  <DosagePeriod>
 +    <PRN>
 +      <IterationInterval>7</IterationInterval>
 +      <UnspecifiedDay>
 +        <Dosage>
 +          <TimesPerDayDosage>
 +            <Quantity>1</Quantity>
 +            <TimesPerDay>1</TimesPerDay>
 +          </TimesPerDayDosage>
 +        </Dosage>
 +      </UnspecifiedDay>
 +      <Profile>
 +        <ProfileCode>
 +          <DosageType>PN</DosageType>
 +          <PeriodType>Repeating</PeriodType>
 +          <Schedule>Non-specific weekdays</Schedule>
 +          <Frequency>Times per day</Frequency>
 +        </ProfileCode>
 +      </Profile>
 +      <DosageTranslation>
 +        <LongText>TBD</LongText>
 +      </DosageTranslation>
 +    </PRN>
 +    <EndDate>
 +      <Unknown/>
 +    </EndDate>
 +  </DosagePeriod>
 +</DosageForResponse>
 +</code>
 +
 +Bemærk: ''<UnspecifiedDay>'' har ingen ''<Index>'' – det er med vilje. ''<UnspecifiedDay>'' kræver ''<IterationInterval>'' > 1 og bruges kun i ''<PRN>''.
 +
 +=== Eksempel på kombineret fast dosering og ubegrænset PN: "2 tabletter aften + 1 tablet efter behov" ===
 +
 +Fast daglig aftendosering kombineret med en ubegrænset PN-dosering i samme periode. ''<Fixed>'' og ''<PRN>'' har hver deres ''<Profile>'' og ''<DosageTranslation>'', men deler ét fælles ''<EndDate>'' på ''<DosagePeriod>''-niveau.
 +
 +<code xml>
 +<DosageForResponse>
 +  <Precondition>
 +    <ValidFrom>2025-07-06</ValidFrom>
 +  </Precondition>
 +  <UnitTexts>
 +    <Singular>tablet</Singular>
 +    <Plural>tabletter</Plural>
 +  </UnitTexts>
 +  <DosagePeriod>
 +    <Fixed>
 +      <IterationInterval>1</IterationInterval>
 +      <Day>
 +        <Dosage>
 +          <PartOfDayDosage>
 +            <Evening><Quantity>2</Quantity></Evening>
 +          </PartOfDayDosage>
 +        </Dosage>
 +      </Day>
 +      <Profile>
 +        <ProfileCode>
 +          <DosageType>Fast</DosageType>
 +          <PeriodType>Repeating</PeriodType>
 +          <Schedule>Non-specific weekdays</Schedule>
 +          <Frequency>Morning, noon, evening, night</Frequency>
 +        </ProfileCode>
 +      </Profile>
 +      <DosageTranslation>
 +        <LongText>TBD</LongText>
 +      </DosageTranslation>
 +    </Fixed>
 +    <PRN>
 +      <Day>
 +        <Dosage>
 +          <UnlimitedDayDosage>
 +            <Quantity>1</Quantity>
 +          </UnlimitedDayDosage>
 +        </Dosage>
 +      </Day>
 +      <Profile>
 +        <ProfileCode>
 +          <DosageType>PN</DosageType>
 +          <PeriodType>Non-repeating</PeriodType>
 +          <Schedule>Non-specific weekdays</Schedule>
 +          <Frequency>No frequency limit</Frequency>
 +        </ProfileCode>
 +      </Profile>
 +      <DosageTranslation>
 +        <LongText>TBD</LongText>
 +      </DosageTranslation>
 +    </PRN>
     <EndDate>     <EndDate>
       <Unknown/>       <Unknown/>
fmk/1.6.0/struktureret_dosering/eksempler_pa_strukturerede_doseringer.1777367946.txt.gz · Last modified: by chsk

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki