{
  "resourceType": "Medication",
  "id": "mii-de-medication-example-1",
  "identifier": [
    {
      "system": "http://example.com/mymedcodes",
      "value": "mii-med-1"
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "06312077",
        "display": "ASS 100 - 1a Pharma TAH Tabletten"
      },
      {
        "system": "http://fhir.de/CodeSystem/dimdi/atc",
        "code": "B01AC06",
        "display": "acetylsalicylic acid"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10219000",
        "display": "Tablet"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/ask",
            "code": "00002",
            "display": "Acetylsalicylsäure"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 100,
          "system": "http://unitsofmeasure.org",
          "code": "mg",
          "unit": "milligram"
        },
        "denominator": {
          "value": 1,
          "unit": "tablet",
          "system": "http://unitsofmeasure.org",
          "code": "{tablet}"
        }
      }
    }
  ]
}