ISiK Medikation Implementierungsleitfaden
Version 6.0.0-rc1 - ballot

: ExampleISiKMedikationsVerordnungBedarfsmedikation - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleISiKMedikationsVerordnungBedarfsmedikation"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ExampleISiKMedikationsVerordnungBedarfsmedikation</b></p><a name="ExampleISiKMedikationsVerordnungBedarfsmedikation"> </a><a name="hcExampleISiKMedikationsVerordnungBedarfsmedikation"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ISiKMedikationsVerordnung.html">ISiKMedikationsVerordnung</a></p></div><p><b>ISiK Medikationsart</b>: <a href="CodeSystem-ISiKMedikationsartCS.html#ISiKMedikationsartCS-akut">ISiK Medikationsart: akut</a> (Akutmedikation)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="Medication-ExampleISiKMedikament1.html">Medication Acetylcystein</a></p><p><b>subject</b>: <a href="Patient-PatientinMusterfrau.html">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>encounter</b>: <a href="Encounter-Fachabteilungskontakt.html">Encounter: extension = ; identifier = Visit number; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); type = Abteilungskontakt,Operation; serviceType = Innere Medizin; period = 2021-02-12 --&gt; 2021-02-13</a></p><p><b>authoredOn</b>: 2026-04-24</p><p><b>requester</b>: <a href="Practitioner-PractitionerWalterArzt.html">Practitioner Walter Arzt(official)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>Dosage AsNeededFor</b>: <span title="Codes:{http://snomed.info/sct 76948002}">Starke Schmerzen</span></p><p><b>Dosage AsNeededFor</b>: <span title="Codes:{http://snomed.info/sct 50415004}">Moderate Schmerzen</span></p><p><b>timing</b>: Once per 6 hours</p><p><b>asNeeded</b>: true</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 Tablette<span style="background: LightGoldenRodYellow"> (Details: standardterms.edqm.eu  code15054000 = 'Tablet')</span></td></tr></table></blockquote></div>
  </text>
  <extension
             url="https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart">
    <valueCoding>
      <system
              value="https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS"/>
      <code value="akut"/>
    </valueCoding>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>🔗 
    <reference value="Medication/ExampleISiKMedikament1"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/PatientinMusterfrau"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Fachabteilungskontakt"/>
  </encounter>
  <authoredOn value="2026-04-24"/>
  <requester>🔗 
    <reference value="Practitioner/PractitionerWalterArzt"/>
  </requester>
  <dosageInstruction>
    <extension
               url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <version
                   value="http://snomed.info/sct/11000274103/version/20251115"/>
          <code value="76948002"/>
          <display value="Starke Schmerzen"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension
               url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <version
                   value="http://snomed.info/sct/11000274103/version/20251115"/>
          <code value="50415004"/>
          <display value="Moderate Schmerzen"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="6"/>
        <periodUnit value="h"/>
      </repeat>
    </timing>
    <asNeededBoolean value="true"/>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="Tablette"/>
        <system value="http://standardterms.edqm.eu"/>
        <code value="15054000"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>