{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/medication-dosageTimingText",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "medication-dosageTimingText",
  "name": "medication-dosageTimingText",
  "title": "Dosage Timing Text",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "A textual representation of the timing of the dosage collection for this medication",
  "purpose": "This extension is a representation of the timing of the dosage collection for this medication, for example 'three times a day' or 'every four hours'. It is used only when the text can accurately reflect the entire dosage collection. The extension is not used if the prescribed dosage instructions are different for each dosage within the collection, such as a variable dose prescription",
  "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-dosageTimingText"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "A textual representation of the timing of the dosage collection for this medication",
        "definition": "Set the text for the timing of the dosage collection for this medication",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}