{
  "resourceType": "Medication",
  "id": "mii-de-medication-example-3",
  "identifier": [
    {
      "system": "http://example.com/mymedcodes",
      "value": "mii-med-3"
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "887150",
        "display": "Caelyx 50 Mg/25 ml Konz.z.Herst.e.Infusi"
      },
      {
        "system": "http://fhir.de/CodeSystem/dimdi/atc",
        "code": "L01DB01",
        "display": "Doxorubicin"
      }
    ]
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "11213000",
        "display": "Concentrate for solution for infusion"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fdasis.nlm.nih.gov",
            "code": "82F2G7BL4E",
            "display": "Doxorubicin hydrochloride"
          },
          {
            "system": "urn:oid:2.16.840.1.113883.6.61",
            "code": "25316-40-9",
            "display": "Doxorubicin hydrochloride"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 50,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 25,
          "unit": "ml",
          "system": "http://unitsofmeasure.org",
          "code": "ml"
        }
      }
    }
  ]
}