ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Journey 02: Medikationsplaneintrag 1 - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="AtEmedJourneyMrPlaneintrag0201"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-mr-planeintrag"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest AtEmedJourneyMrPlaneintrag0201</b></p><a name="AtEmedJourneyMrPlaneintrag0201"> </a><a name="hcAtEmedJourneyMrPlaneintrag0201"> </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-at-emed-mr-planeintrag.html">ELGA e-Med Planeintrag</a></p></div><p><b>Extension Definition for MedicationRequest.effectiveDosePeriod for Version 5.0</b>: 2026-01-28 --&gt; 2026-02-28</p><p><b>Extension Definition for MedicationRequest.renderedDosageInstruction for Version 5.0</b>: </p><div><p>1 Kapsel täglich morgens</p>
</div><p><b>identifier</b>: 4711</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS 1}">Medikationsplaneintrag</span></p><p><b>medication</b>: <span title="Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2443061}">EBETREXAT TBL 10MG</span></p><p><b>subject</b>: <a href="Patient-AtEmedExamplePatient01.html">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><p><b>authoredOn</b>: 2026-01-28 08:00:00+0000</p><p><b>requester</b>: <a href="Practitioner-AtEmedExamplePractitioner01.html">Practitioner Melanie Musterärztin </a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 59621000}">Essentielle Hypertonie</span></p><p><b>note</b>: </p><blockquote><div><p>Freitext Informationen zum Medikationsplaneintrag.</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 Kapsel täglich morgens</p><p><b>patientInstruction</b>: Nehmen Sie die Kapsel jeden Morgen mit ausreichend Flüssigkeit ein.</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title="Codes:{https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html 100000073619}">zum Einnehmen</span></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>5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>
  </text>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod">
    <valuePeriod>
      <start value="2026-01-28"/>
      <end value="2026-02-28"/>
    </valuePeriod>
  </extension>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction">
    <valueMarkdown value="1 Kapsel täglich morgens"/>
  </extension>
  <identifier>
    <value value="4711"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS"/>
      <code value="1"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="https://termgit.elga.gv.at/CodeSystem/asp-liste"/>
      <code value="2443061"/>
      <display value="EBETREXAT TBL 10MG"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/AtEmedExamplePatient01"/>
  </subject>
  <authoredOn value="2026-01-28T08:00:00+00:00"/>
  <requester>🔗 
    <reference value="Practitioner/AtEmedExamplePractitioner01"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="59621000"/>
      <display value="Essentielle Hypertonie"/>
    </coding>
  </reasonCode>
  <note>
    <text value="Freitext Informationen zum Medikationsplaneintrag."/>
  </note>
  <dosageInstruction>
    <text value="1 Kapsel täglich morgens"/>
    <patientInstruction
                        value="Nehmen Sie die Kapsel jeden Morgen mit ausreichend Flüssigkeit ein."/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system
                value="https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html"/>
        <code value="100000073619"/>
        <display value="zum Einnehmen"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="5"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>