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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Treatment Type Value Set - 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 "TreatmentType"] ; # 
  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 TreatmentType</b></p><a name=\"TreatmentType\"> </a><a name=\"hcTreatmentType\"> </a><a name=\"TreatmentType-en-US\"> </a><ul><li>Include ces codes sont définis dans <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-umls.html\"><code>http://terminology.hl7.org/CodeSystem/umls</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C3665472</td><td>Chemotherapy</td></tr><tr><td>C0279025</td><td>Hormone therapy</td></tr><tr><td>C1522449</td><td>Therapeutic radiology procedure</td></tr><tr><td>C0728940</td><td>Surgery</td></tr><tr><td>C0006098</td><td>Brachytherapy</td></tr><tr><td>C0021083</td><td>Immunotherapy</td></tr><tr><td>C0005961</td><td>Bone marrow transplant</td></tr><tr><td>C0279694</td><td>Monoclonal antibody</td></tr><tr><td>C93352</td><td>Target therapy</td></tr><tr><td>C0439673</td><td>Unknown</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/TreatmentType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "TreatmentType"] ; # 
  fhir:title [ fhir:v "Treatment Type Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-04-03T14:14:07+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 "Treatment type"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/umls"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "C3665472" ] ;
fhir:display [ fhir:v "Chemotherapy" ]       ] [
fhir:code [ fhir:v "C0279025" ] ;
fhir:display [ fhir:v "Hormone therapy" ]       ] [
fhir:code [ fhir:v "C1522449" ] ;
fhir:display [ fhir:v "Therapeutic radiology procedure" ]       ] [
fhir:code [ fhir:v "C0728940" ] ;
fhir:display [ fhir:v "Surgery" ]       ] [
fhir:code [ fhir:v "C0006098" ] ;
fhir:display [ fhir:v "Brachytherapy" ]       ] [
fhir:code [ fhir:v "C0021083" ] ;
fhir:display [ fhir:v "Immunotherapy" ]       ] [
fhir:code [ fhir:v "C0005961" ] ;
fhir:display [ fhir:v "Bone marrow transplant" ]       ] [
fhir:code [ fhir:v "C0279694" ] ;
fhir:display [ fhir:v "Monoclonal antibody" ]       ] [
fhir:code [ fhir:v "C93352" ] ;
fhir:display [ fhir:v "Target therapy" ]       ] [
fhir:code [ fhir:v "C0439673" ] ;
fhir:display [ fhir:v "Unknown" ]       ] )     ] )
  ] . #