{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/health-espresso/medication_strength",
  "name": "Medication_Strength",
  "status": "active",
  "description": "The quantity (amount) of the active (medicinal) ingredient in a drug and the associated unit of measure as extracted from the EMR`s Drug Database or typed in by the provider.\r\n\r\nExamples: 6 mg, 7%",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://simplifier.net/health-espresso/medication_strength"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}