New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. 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/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: NZ cancer radiation oncology treatment prioritisation category - TTL Representation

Active as of 2024-11-11

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "canshare-ro-treatment-priority"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-11-05T17:08:37.633+13:00"^^xsd:dateTime ]
  ] ; # 
  fhir:url [ fhir:v "http://canshare.co.nz/fhir/CodeSystem/canshare-ro-treatment-priority"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://canshare.co.nz/fhir/NamingSystem/codesystems"^^xsd:anyURI ] ;
fhir:value [ fhir:v "canshare-ro-treatment-priority" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "canshare-ro-treatment-priority"] ; # 
  fhir:title [ fhir:v "NZ cancer radiation oncology treatment prioritisation category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-11-11T02:01:44+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health New Zealand | Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Health New Zealand | Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A categorisation used to prioritise the start of radiation therapy treatment."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/canshare-ro-treatment-priority"^^xsd:anyURI ;
fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/canshare-ro-treatment-priority>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Category A" ]
  ] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Category B" ]
  ] [
fhir:code [ fhir:v "C (pallative)" ] ;
fhir:display [ fhir:v "Category C (palliative)" ]
  ] [
fhir:code [ fhir:v "C (curative)" ] ;
fhir:display [ fhir:v "Category C (curative)" ]
  ] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "Category D" ]
  ] [
fhir:code [ fhir:v "E" ] ;
fhir:display [ fhir:v "Category E" ]
  ] ) . #