{
  "resourceType": "Medication",
  "id": "medplan-plus-de-medication-example-1",
  "identifier": [
    {
      "system": "http://example.com/mymedcodes",
      "value": "medplanplus-med-1"
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "2532770",
        "display": "L-THYROXIN 100 Henning Tabletten"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "12200"
      }
    ]
  }
}