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

: Beispiel BfArM MedicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleMedicationRequest-T",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-t-prescription/StructureDefinition/erp-tprescription-medication-request"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleMedicationRequest-T</b></p><a name=\"ExampleMedicationRequest-T\"> </a><a name=\"hcExampleMedicationRequest-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-request.html\">E-T-Rezept Medication Request</a></p></div><blockquote><p><b>KBV_EX_ERP_Teratogenic</b></p><ul><li>EinhaltungSicherheitsmassnahmen: true</li><li>AushaendigungInformationsmaterialien: true</li><li>Off-Label: false</li><li>GebaerfaehigeFrau: false</li><li>ErklaerungSachkenntnis: true</li></ul></blockquote><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-ExampleMedication1-Pomalidomid-T.html\">Medication Pomalidomid</a></p><p><b>subject</b>: ?rref?</p><p><b>authoredOn</b>: 2026-04-01</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</td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>10 Tablette</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "EinhaltungSicherheitsmassnahmen",
          "valueBoolean" : true
        },
        {
          "url" : "AushaendigungInformationsmaterialien",
          "valueBoolean" : true
        },
        {
          "url" : "Off-Label",
          "valueBoolean" : false
        },
        {
          "url" : "GebaerfaehigeFrau",
          "valueBoolean" : false
        },
        {
          "url" : "ErklaerungSachkenntnis",
          "valueBoolean" : true
        }
      ],
      "url" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Teratogenic"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "medicationReference" : {
    🔗 "reference" : "Medication/ExampleMedication1-Pomalidomid-T"
  },
  "subject" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "not-permitted"
      }
    ]
  },
  "authoredOn" : "2026-04-01",
  "dosageInstruction" : [
    {
      "text" : "1-1-1-1"
    }
  ],
  "dispenseRequest" : {
    "quantity" : {
      "value" : 10,
      "unit" : "Tablette"
    }
  }
}