HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide
0.1.0 - CI Build

HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide, published by Te Aho o Te Kahu, Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/cca/ and changes regularly. See the Directory of published versions

: ActCabergoline - JSON Representation

Draft as of 2024-03-03

Raw json | Download


{
  "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" : "2024-03-03T21:52:06+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"
          }
        }
      ]
    }
  ]
}