German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="ExampleMedicationRequestMetformin"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ExampleMedicationRequestMetformin</b></p><a name="ExampleMedicationRequestMetformin"> </a><a name="hcExampleMedicationRequestMetformin"> </a><p><b>Apothekenverkaufspreis</b>: <span title="Euro">€18,42</span> (EUR)</p><p><b>Festbetrag</b>: <span title="Euro">€16,80</span> (EUR)</p><p><b>E-Rezept</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://fhir.de/CodeSystem/ifa/pzn 02532793}">Metformin 1000mg Filmtabletten</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>authoredOn</b>: 2026-04-05</p><p><b>requester</b>: <a href="Practitioner-example-practitioner.html">Practitioner Markus Schoell (official)</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>1-0-1 zu den Mahlzeiten</td></tr></table></div>
</text>
<extension url="https://fhir.cognovis.de/praxis/StructureDefinition/avp">
<valueMoney>
<value value="18.42"/>
<currency value="EUR"/>
</valueMoney>
</extension>
<extension
url="https://fhir.cognovis.de/praxis/StructureDefinition/festbetrag">
<valueMoney>
<value value="16.8"/>
<currency value="EUR"/>
</valueMoney>
</extension>
<extension
url="https://fhir.cognovis.de/praxis/StructureDefinition/is-erezept">
<valueBoolean value="true"/>
</extension>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://fhir.de/CodeSystem/ifa/pzn"/>
<code value="02532793"/>
<display value="Metformin 1000mg Filmtabletten"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/example-patient"/>
</subject>
<authoredOn value="2026-04-05"/>
<requester>🔗
<reference value="Practitioner/example-practitioner"/>
</requester>
<dosageInstruction>
<text value="1-0-1 zu den Mahlzeiten"/>
</dosageInstruction>
</MedicationRequest>