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 - TTL Representation

Draft as of 2024-03-03

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ActCabergoline"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/CcaActivityDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/CcaActivityDefinition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Cabergoline administration, 2mg over 20 minutes</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/sact-off-label"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/sact-location-medication-collection"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:284748001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "284748001" ] ;
fhir:display [ fhir:v "Pharmacy shop" ]       ] ) ;
fhir:text [ fhir:v "Collect medication from Pharmacy shop" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/sact-administration-site"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:264362003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "264362003" ] ;
fhir:display [ fhir:v "Home" ]       ] ) ;
fhir:text [ fhir:v "Administration takes place at the patients home" ]     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ig/cca/ActivityDefinition/ActCabergoline"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-03-03T21:52:06+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Aho o Te Kahu, Cancer Control Agency"] ; # 
  fhir:product [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://nzulm.org.nz/nzmt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10250021000116102" ] ;
fhir:display [ fhir:v "Cabergoline" ]     ] )
  ] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "2 mg over 20 minutes by IV infusion" ] ;
fhir:timing [
fhir:code [
        ( fhir:coding [
a sct:123445 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "123445" ] ;
fhir:display [ fhir:v "QID" ]         ] )       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:180177004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "180177004" ] ;
fhir:display [ fhir:v "Continuous infusion of therapeutic substance" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ] ;
fhir:rate [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "min" ]       ]     ] )
  ] ) . #