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 Medikationsplaneintrag mit Dosierung im Tageszeitenschema - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="At-Emed-Example-Mr-Dosierung-1010"/>
  <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 At-Emed-Example-Mr-Dosierung-1010</b></p><a name="At-Emed-Example-Mr-Dosierung-1010"> </a><a name="hcAt-Emed-Example-Mr-Dosierung-1010"> </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.renderedDosageInstruction for Version 5.0</b>: </p><div><p>1-0-1-0 Stück</p>
</div><p><b>identifier</b>: 4712_202602280800000</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>reported</b>: false</p><p><b>medication</b>: <a href="#hcAt-Emed-Example-Mr-Dosierung-1010/contained-medication-1010-01">Medication EBETREXAT TBL 10MG</a></p><p><b>subject</b>: <a href="Patient-At-Emed-Example-Patient-01.html">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><p><b>authoredOn</b>: 2026-02-27 10:20:00+0000</p><p><b>requester</b>: <a href="Practitioner-At-Emed-Example-Practitioner-01.html">Practitioner Melanie Musterärztin </a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: before breakfast, before dinner, 2 per 1 day</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> Stück<span style="background: LightGoldenRodYellow"> (Details: ValueSet-elga-medikationmengenart  code{Stueck} = '{Stueck}')</span></td></tr></table></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Medication #contained-medication-1010-01</b></p><a name="At-Emed-Example-Mr-Dosierung-1010/contained-medication-1010-01"> </a><a name="hcAt-Emed-Example-Mr-Dosierung-1010/contained-medication-1010-01"> </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-medication.html">ELGA e-Med Medikation</a></p></div><p><b>code</b>: <span title="Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2443061}">EBETREXAT TBL 10MG</span></p></blockquote></div>
  </text>
  <contained>
    <Medication>
      <id value="contained-medication-1010-01"/>
      <meta>
        <profile
                 value="https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication"/>
      </meta>
      <code>
        <coding>
          <system value="https://termgit.elga.gv.at/CodeSystem/asp-liste"/>
          <code value="2443061"/>
          <display value="EBETREXAT TBL 10MG"/>
        </coding>
      </code>
    </Medication>
  </contained>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction">
    <valueMarkdown value="1-0-1-0 Stück"/>
  </extension>
  <identifier>
    <value value="4712_202602280800000"/>
  </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>
  <reportedBoolean value="false"/>
  <medicationReference>
    <reference value="#contained-medication-1010-01"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/At-Emed-Example-Patient-01"/>
  </subject>
  <authoredOn value="2026-02-27T10:20:00+00:00"/>
  <requester>🔗 
    <reference value="Practitioner/At-Emed-Example-Practitioner-01"/>
  </requester>
  <dosageInstruction>
    <timing>
      <repeat>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
        <when value="ACM"/>
        <when value="ACV"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <unit value="Stück"/>
        <system
                value="https://termgit.elga.gv.at/ValueSet-elga-medikationmengenart"/>
        <code value="{Stueck}"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>