{
  "resourceType" : "Medication",
  "id" : "d4e5f6a7-b8c9-0123-defa-234567890123",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/core/StructureDefinition/medication-myhealtheu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Metformin 500mg tablet</div>"
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "372567009",
      "display" : "Metformin"
    }]
  },
  "form" : {
    "coding" : [{
      "system" : "http://standardterms.edqm.eu",
      "code" : "10219000",
      "display" : "Tablet"
    }]
  },
  "ingredient" : [{
    "itemCodeableConcept" : {
      "coding" : [{
        "system" : "https://spor.ema.europa.eu/v2/SubstanceDefinition",
        "code" : "100000085448",
        "display" : "Metformin"
      }]
    },
    "strength" : {
      "numerator" : {
        "value" : 500,
        "unit" : "mcg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "tablet",
        "system" : "http://unitsofmeasure.org",
        "code" : "1"
      }
    }
  }]
}