Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Radiotherapy Intent - TTL Representation

Draft as of 2025-04-03

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-radiotherapy-intent"] ; # 
  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 vs-radiotherapy-intent</b></p><a name=\"vs-radiotherapy-intent\"> </a><a name=\"hcvs-radiotherapy-intent\"> </a><a name=\"vs-radiotherapy-intent-en-US\"> </a><ul><li>Include ces codes sont définis dans <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-373808002\">373808002</a></td><td>Curative - procedure intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-363676003\">363676003</a></td><td>Palliative - procedure intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-399707004\">399707004</a></td><td>Supportive - procedure intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-261004008\">261004008</a></td><td>Diagnostic intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-129428001\">129428001</a></td><td>Preventive - intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-429892002\">429892002</a></td><td>Guidance intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-360156006\">360156006</a></td><td>Screening - procedure intent</td></tr><tr><td><a href=\"CodeSystem-SnomedCS.html#SnomedCS-447295008\">447295008</a></td><td>Forensic intent</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/vs-radiotherapy-intent"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "VSRadiotherapyIntent"] ; # 
  fhir:title [ fhir:v "Radiotherapy Intent"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-04-03T15:16:31+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "institutcancer"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "institutcancer" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://cancer.fr" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "osiris@institutcancer.fr" ]     ] )
  ] [
fhir:name [ fhir:v "Aurélien JOBARD" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "osiris@institutcancer.fr" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RadioTherapy Intent "] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "373808002" ] ;
fhir:display [ fhir:v "Curative - procedure intent" ]       ] [
fhir:code [ fhir:v "363676003" ] ;
fhir:display [ fhir:v "Palliative - procedure intent" ]       ] [
fhir:code [ fhir:v "399707004" ] ;
fhir:display [ fhir:v "Supportive - procedure intent" ]       ] [
fhir:code [ fhir:v "261004008" ] ;
fhir:display [ fhir:v "Diagnostic intent" ]       ] [
fhir:code [ fhir:v "129428001" ] ;
fhir:display [ fhir:v "Preventive - intent" ]       ] [
fhir:code [ fhir:v "429892002" ] ;
fhir:display [ fhir:v "Guidance intent" ]       ] [
fhir:code [ fhir:v "360156006" ] ;
fhir:display [ fhir:v "Screening - procedure intent" ]       ] [
fhir:code [ fhir:v "447295008" ] ;
fhir:display [ fhir:v "Forensic intent" ]       ] )     ] )
  ] . #