{
  "resourceType": "Medication",
  "id": "mii-de-medication-example-2",
  "identifier": [
    {
      "system": "http://example.com/mymedcodes",
      "value": "mii-med-2"
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
    ]
  },
  "code": {
    "coding": [
      {
        "code": "194346",
        "display": "PROPOFOL 2% 20MG/1ML MCT",
        "system": "http://fhir.de/CodeSystem/ifa/pzn"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "code": "50021000",
        "display": "Emulsion for injection/infusion",
        "system": "http://standardterms.edqm.eu"
      }
    ]
  },
  "ingredient": [
    {
      "isActive": true,
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "22898",
            "display": "Propofol",
            "system": "http://fhir.de/CodeSystem/ask"
          }
        ]
      },
      "strength": {
        "denominator": {
          "code": "ml",
          "system": "http://unitsofmeasure.org",
          "unit": "ml",
          "value": 1
        },
        "numerator": {
          "code": "mg",
          "system": "http://unitsofmeasure.org",
          "unit": "mg",
          "value": 20
        }
      }
    }
  ],
  "status": "active"
}