@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<http://hl7.org.nz/fhir/ig/cca/ActivityDefinition/ActTragacanth> a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ActTragacanth"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org.nz/fhir/StructureDefinition/CcaActivityDefinition"^^xsd:anyURI ;
       fhir:l <http://hl7.org.nz/fhir/StructureDefinition/CcaActivityDefinition>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "additional" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Tragacanth administration, 3mg over 3 hours by continuous IV infusion</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org.nz/fhir/ig/cca/ActivityDefinition/ActTragacanth"^^xsd:anyURI ;
     fhir:l <http://hl7.org.nz/fhir/ig/cca/ActivityDefinition/ActTragacanth>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-21T02:29:02+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:l <https://nzulm.org.nz/nzmt>
       ] ;
       fhir:code [ fhir:v "10711851000116105" ] ;
       fhir:display [ fhir:v "Tragacanth" ]
     ] )
  ] ; # 
  fhir:dosage ( [
     fhir:text [ fhir:v "3 mg over 3 hours by IV infusion" ] ;
     fhir:route [
       fhir:coding ( [
         a sct:180177004 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "180177004" ] ;
         fhir:display [ fhir:v "continuous intravenous infusion" ]
       ] )
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "3"^^xsd:decimal ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "mg" ]
       ] ;
       fhir:rate [
         a fhir:Quantity ;
         fhir:value [ fhir:v "3"^^xsd:decimal ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "h" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

