{
  "resourceType" : "Medication",
  "id" : "1412aa4f-a9ed-45f2-8916-063fee7eb025",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication|1.3.0"]
  },
  "extension" : [{
    "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
    "valueCoding" : {
      "system" : "http://snomed.info/sct",
      "code" : "763158003"
    }
  },
  {
    "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension",
    "valueCoding" : {
      "system" : "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs",
      "code" : "02"
    }
  },
  {
    "url" : "http://fhir.de/StructureDefinition/normgroesse",
    "valueCode" : "N1"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://fhir.de/CodeSystem/ifa/pzn",
      "code" : "19201712"
    }],
    "text" : "Pomalidomid Accord 1 mg 21 x 1 Hartkapseln"
  },
  "status" : "active",
  "form" : {
    "coding" : [{
      "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
      "code" : "HKP"
    }]
  },
  "ingredient" : [{
    "itemCodeableConcept" : {
      "text" : "Pomalidomid"
    },
    "strength" : {
      "numerator" : {
        "value" : 1,
        "unit" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "Stück"
      }
    }
  }]
}