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

: ActTragacanth - 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 "ActTragacanth"] ; # 
  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\">Tragacanth administration, 3mg over 3 hours by continuous IV infusion</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ig/cca/ActivityDefinition/ActTragacanth"^^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 "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: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: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:code [ fhir:v "h" ]       ]     ] )
  ] ) . #