@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://canshare.co.nz/fhir/ValueSet/an-regimen-iot-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "an-regimen-iot-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet an-regimen-iot-vs</b></p><a name=\"an-regimen-iot-vs\"> </a><a name=\"hcan-regimen-iot-vs\"> </a><ul><li>Include these codes as defined in <code>http://snomed.info/sct/21000210109</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>262031000210104</td><td>Active treatment</td></tr><tr><td>373846009</td><td>Adjuvant</td></tr><tr><td>262001000210109</td><td>Curative adjuvant</td></tr><tr><td>262021000210101</td><td>Curative definitive</td></tr><tr><td>373808002</td><td>Curative</td></tr><tr><td>262011000210106</td><td>Curative neoadjuvant</td></tr><tr><td>373847000</td><td>Neoadjuvant</td></tr><tr><td>363676003</td><td>Palliative</td></tr><tr><td>360271000</td><td>Prophylaxis</td></tr><tr><td>399707004</td><td>Supportive</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/canshare-treatment-intent"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "RegimenIOT"] ; # 
  fhir:title [ fhir:v "Intent of treatment"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-15T22:18:26+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te aho o te kahu - Cancer Control Agency"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Te aho o te kahu - Cancer Control Agency" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mailto:david.hay25@gmail.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Treatment intents or reasons for using a therapeutic procedure to treat cancer."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "NZ" ] ;
       fhir:display [ fhir:v "New Zealand" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "262031000210104" ] ;
         fhir:display [ fhir:v "Active treatment" ]
       ] [
         fhir:code [ fhir:v "373846009" ] ;
         fhir:display [ fhir:v "Adjuvant" ]
       ] [
         fhir:code [ fhir:v "262001000210109" ] ;
         fhir:display [ fhir:v "Curative adjuvant" ]
       ] [
         fhir:code [ fhir:v "262021000210101" ] ;
         fhir:display [ fhir:v "Curative definitive" ]
       ] [
         fhir:code [ fhir:v "373808002" ] ;
         fhir:display [ fhir:v "Curative" ]
       ] [
         fhir:code [ fhir:v "262011000210106" ] ;
         fhir:display [ fhir:v "Curative neoadjuvant" ]
       ] [
         fhir:code [ fhir:v "373847000" ] ;
         fhir:display [ fhir:v "Neoadjuvant" ]
       ] [
         fhir:code [ fhir:v "363676003" ] ;
         fhir:display [ fhir:v "Palliative" ]
       ] [
         fhir:code [ fhir:v "360271000" ] ;
         fhir:display [ fhir:v "Prophylaxis" ]
       ] [
         fhir:code [ fhir:v "399707004" ] ;
         fhir:display [ fhir:v "Supportive" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

