Integrierte Versorgung Diabetes (R4)
0.1.1 - ci-build
Integrierte Versorgung Diabetes (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-IV-Diabetes-R4/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="example-iv-5-medicationplan-001"/>
<meta>
<profile
value="https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest example-iv-5-medicationplan-001</b></p><a name="example-iv-5-medicationplan-001"> </a><a name="hcexample-iv-5-medicationplan-001"> </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="https://build.fhir.org/ig/HL7Austria/ELGA-AustrianPatientSummary-R4/StructureDefinition-at-aps-medicationrequest.html">AT APS MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2450888}">RAMIPRIL 1A TBL 5MG</span></p><p><b>subject</b>: <a href="Bundle-example-iv-1.html#urn-uuid-0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8">Anton Testpatient</a></p><p><b>authoredOn</b>: 2025-07-15 11:00:05+0200</p><p><b>requester</b>: <a href="Bundle-example-iv-1.html#urn-uuid-75db30ee-7028-486c-929a-c5126837f473">Dr. Hausärztin</a></p><p><b>reasonReference</b>: <a href="Bundle-example-iv-4.html#urn-uuid-a3a9be59-ec61-4cab-92a9-9cbab6aec437">Diabetes mellitus Typ 2</a></p><p><b>note</b>: </p><blockquote><div><p>Kontrolltermin: 17.10.2025</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: <span title="Codes:">Nach dem Essen einnehmen</span></p><p><b>timing</b>: Morning, Evening, Once</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Orale Einnahme</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>1 Tablet<span style="background: LightGoldenRodYellow"> (Details: elga-medikationmengenart code{TAB} = '{TAB}')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="https://termgit.elga.gv.at/CodeSystem/asp-liste"/>
<code value="2450888"/>
<display value="RAMIPRIL 1A TBL 5MG"/>
</coding>
</medicationCodeableConcept>
<subject>
<reference value="urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8"/>
<display value="Anton Testpatient"/>
</subject>
<authoredOn value="2025-07-15T11:00:05+02:00"/>
<requester>
<reference value="urn:uuid:75db30ee-7028-486c-929a-c5126837f473"/>
<display value="Dr. Hausärztin"/>
</requester>
<reasonReference>
<reference value="urn:uuid:a3a9be59-ec61-4cab-92a9-9cbab6aec437"/>
<display value="Diabetes mellitus Typ 2"/>
</reasonReference>
<note>
<text value="Kontrolltermin: 17.10.2025"/>
</note>
<dosageInstruction>
<additionalInstruction>
<text value="Nach dem Essen einnehmen"/>
</additionalInstruction>
<timing>
<repeat>
<boundsPeriod>
<start value="2025-07-15"/>
<end value="2026-07-15"/>
</boundsPeriod>
<when value="MORN"/>
<when value="EVE"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Orale Einnahme"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="Tablet"/>
<system
value="https://termgit.elga.gv.at/ValueSet/elga-medikationmengenart"/>
<code value="{TAB}"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>