Implementation Guide
E-T-Rezept Datenaustausch
Version 1.1.0-ballot-1 - ballot

: Beispiel BfArM MedicationDispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "ExampleMedicationDispense-T",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-dispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ExampleMedicationDispense-T</b></p><a name=\"ExampleMedicationDispense-T\"> </a><a name=\"hcExampleMedicationDispense-T\"> </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-erp-tprescription-medication-dispense.html\">E-T-Rezept Medication Dispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-ExampleMedication2-Pomalidomid-T.html\">Medication 19201712</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Identifier: <code>https://gematik.de/fhir/sid/telematik-id</code>/3-07.2.1234560000.10.789</td></tr></table><p><b>quantity</b>: 10 Tablette</p><p><b>whenHandedOver</b>: 2026-04-02</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-1-1-1 nach Bedarf</td></tr></table></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    🔗 "reference" : "Medication/ExampleMedication2-Pomalidomid-T"
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "https://gematik.de/fhir/sid/telematik-id",
          "value" : "3-07.2.1234560000.10.789"
        }
      }
    }
  ],
  "quantity" : {
    "value" : 10,
    "unit" : "Tablette"
  },
  "whenHandedOver" : "2026-04-02",
  "dosageInstruction" : [
    {
      "text" : "1-1-1-1 nach Bedarf"
    }
  ]
}