{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/medication-doseText",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "medication-doseText",
  "name": "medication-doseText",
  "title": "Dose Text",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates the medication dose. Used in the absence of structured dose data",
  "purpose": "This extension indicates the medication dose and ie used in the absence of structured dose data",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": 1
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/medication-doseText"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates the medication dose. Used in the absence of structured dose data",
        "definition": "Set the text for the dose of the medication",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}