{
  "resourceType": "StructureDefinition",
  "id": "a220949c-96cb-431c-921a-ee87ad8d45c5",
  "meta": {
    "lastUpdated": "2019-06-24T12:55:02.43286+00:00"
  },
  "url": "http://ots.nccn.org/hl7/fhir/StructureDefinition/daysOfCycle",
  "name": "daysOfCycle",
  "title": "daysOfCycle",
  "status": "active",
  "experimental": false,
  "date": "2019-06-24T12:55:02.1332333+00:00",
  "publisher": "National Comprehensive Cancer Network, Inc.",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nccn.org/about/contact.aspx",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An integer specifying the day of a cycle on which the medication/agent is to be administered.",
  "copyright": "National Comprehensive Cancer Network, Inc. (c) 2017. All right reserved.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "ActivityDefinition.dosage.daysOfCycle"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Day on which the medication/agent is to be administered.",
        "definition": "An integer specifying the day on which the medication/agent is to be administered.",
        "comment": "An integer specifying the day of a cycle on which the medication/agent is to be administered."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:day",
        "path": "Extension.extension",
        "sliceName": "day",
        "short": "Day on which the medication/agent is to be administered.",
        "definition": "An integer specifying the day on which the medication/agent is to be administered.",
        "comment": "For example, if ActivityDefinition.dosage.text is \"12 mg intrathecal on Days 1, 8, and 15 of Course 2 (Consolidation 1B)\", the there will be one daysOfCycle extension with three day extensions (for days 1, 8, and 15).",
        "min": 1
      },
      {
        "id": "Extension.extension:day.url",
        "path": "Extension.extension.url",
        "fixedUri": "day"
      },
      {
        "id": "Extension.extension:day.value[x]:valueInteger",
        "path": "Extension.extension.valueInteger",
        "sliceName": "valueInteger",
        "short": "Integer value of extension.",
        "definition": "An integer specifying the day on which the medication/agent is to be administered.",
        "comment": "For example, if ActivityDefinition.dosage.text is \"12 mg intrathecal on Days 1, 8, and 15 of Course 2 (Consolidation 1B)\", the there will be one daysOfCycle extension with three day extensions (for days 1, 8, and 15).",
        "min": 1,
        "type": [
          {
            "code": "integer"
          }
        ],
        "example": [
          {
            "label": "Day value",
            "valueInteger": 1
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ots.nccn.org/hl7/fhir/StructureDefinition/daysOfCycle"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}