{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleMedicationRequest-T",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/tiflow-bfarm/StructureDefinition/erp-tprescription-medication-request"]
  },
  "extension" : [{
    "extension" : [{
      "url" : "off-label",
      "valueBoolean" : true
    },
    {
      "url" : "childbearing-potential",
      "valueBoolean" : true
    },
    {
      "url" : "security-compliance",
      "valueBoolean" : false
    },
    {
      "url" : "hand-out-information-material",
      "valueBoolean" : false
    },
    {
      "url" : "declaration-of-expertise",
      "valueBoolean" : true
    }],
    "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/teratogenic-extension"
  }],
  "status" : "completed",
  "intent" : "order",
  "medicationReference" : {
    "reference" : "Medication/ExampleMedication1-Pomalidomid-T"
  },
  "subject" : {
    "identifier" : {
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "_value" : {
        "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"
    }
  }
}