{
  "resourceType" : "ActivityDefinition",
  "id" : "ActCabergoline",
  "meta" : {
    "profile" : ["http://hl7.org.nz/fhir/StructureDefinition/CcaActivityDefinition"]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Cabergoline administration, 2mg over 20 minutes</div>"
  },
  "extension" : [{
    "url" : "http://hl7.org.nz/fhir/StructureDefinition/sact-off-label",
    "valueBoolean" : true
  },
  {
    "url" : "http://hl7.org.nz/fhir/StructureDefinition/sact-location-medication-collection",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "284748001",
        "display" : "Pharmacy shop"
      }],
      "text" : "Collect medication from Pharmacy shop"
    }
  },
  {
    "url" : "http://hl7.org.nz/fhir/StructureDefinition/sact-administration-site",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "264362003",
        "display" : "Home"
      }],
      "text" : "Administration takes place at the patients home"
    }
  }],
  "url" : "http://hl7.org.nz/fhir/ig/cca/ActivityDefinition/ActCabergoline",
  "version" : "0.1.0",
  "status" : "draft",
  "date" : "2026-05-21T02:29:02+00:00",
  "publisher" : "Te Aho o Te Kahu, Cancer Control Agency",
  "productCodeableConcept" : {
    "coding" : [{
      "system" : "https://nzulm.org.nz/nzmt",
      "code" : "10250021000116102",
      "display" : "Cabergoline"
    }]
  },
  "dosage" : [{
    "text" : "2 mg over 20 minutes by IV infusion",
    "timing" : {
      "code" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "123445",
          "display" : "QID"
        }]
      }
    },
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "180177004",
        "display" : "Continuous infusion of therapeutic substance"
      }]
    },
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 2,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "rateQuantity" : {
        "value" : 20,
        "system" : "http://unitsofmeasure.org",
        "code" : "min"
      }
    }]
  }]
}