{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleMedicationRequestMetformin",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [{
    "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/avp",
    "valueMoney" : {
      "value" : 18.42,
      "currency" : "EUR"
    }
  },
  {
    "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/festbetrag",
    "valueMoney" : {
      "value" : 16.8,
      "currency" : "EUR"
    }
  },
  {
    "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/is-erezept",
    "valueBoolean" : true
  }],
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://fhir.de/CodeSystem/ifa/pzn",
      "code" : "02532793",
      "display" : "Metformin 1000mg Filmtabletten"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "authoredOn" : "2026-04-05",
  "requester" : {
    "reference" : "Practitioner/example-practitioner"
  },
  "dosageInstruction" : [{
    "text" : "1-0-1 zu den Mahlzeiten"
  }]
}