{
  "resourceType": "StructureDefinition",
  "id": "grounds-for-concurrent-supply",
  "url": "http://hl7.org.au/fhir/StructureDefinition/grounds-for-concurrent-supply",
  "version": "1.1.0",
  "name": "GroundsForConcurrentSupplyOfMedication",
  "title": "Grounds for Concurrent Supply of Medication",
  "status": "draft",
  "date": "2018-10-03",
  "publisher": "Health Level Seven Australia (Medications WG)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This extension applies to MedicationRequest or MedicationDispense resources and the value indicates the reason a pharmacist     may or has supplied multiple repeats of a medication prescription at one time.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "MedicationRequest",
    "MedicationDispense"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Grounds for concurrent supply of medication",
        "definition": "Coded Grounds for Concurrent Supply of Medication"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org.au/fhir/StructureDefinition/grounds-for-concurrent-supply"
      },
      {
        "id": "Extension.value[x]:valueCoding",
        "path": "Extension.valueCoding",
        "sliceName": "valueCoding",
        "min": 1,
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "grounds for concurrent supply types",
          "valueSetReference": {
            "reference": "http://hl7.org.au/fhir/ValueSet/grounds-for-concurrent-supply"
          }
        }
      }
    ]
  }
}