{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/health-espresso/medication_route",
  "name": "Medication_Route",
  "status": "active",
  "description": "The medication route refers to the method or path by which a medication is administered into the body to achieve its intended effect. Different routes are chosen based on the medication's formulation, the condition being treated, the desired speed of effect, and patient considerations.",
  "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_route"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}