Shared Managament of Radiation Treatments
0.0.1-current - ci-build International flag

Shared Managament of Radiation Treatments, published by IHE Radiation Oncology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RO.SMRT/ and changes regularly. See the Directory of published versions

: RT Plan SOP Class ValueSet - TTL Representation

Active as of 2026-09-10

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

<http://hl7.org/fhir/ValueSet/rt-plan-sop-class-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "rt-plan-sop-class-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet rt-plan-sop-class-vs</b></p><a name=\"rt-plan-sop-class-vs\"> </a><a name=\"hcrt-plan-sop-class-vs\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>urn:oid:1.2.840.10008.5.1.4.1.1.481.5</td><td>RT Plan Storage</td></tr><tr><td>urn:oid:1.2.840.10008.5.1.4.1.1.481.8</td><td>RT Ion Plan Storage</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://profiles.ihe.net/RO/SMRT/ValueSet/rt-plan-sop-class-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.0.1-current"] ;
  fhir:ValueSet.name [ fhir:value "RTPlanSOPClassVS"] ;
  fhir:ValueSet.title [ fhir:value "RT Plan SOP Class ValueSet"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-09-10T14:01:57+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "IHE Radiation Oncology Technical Committee"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/radiation_oncology/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "jill@aapm.org" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:ContactDetail.name [ fhir:value "IHE Radiation Oncology Technical Committee" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "jill@aapm.org" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "DICOM SOP Classes allowed for RT Plan instances (RT Plan Storage and RT Ion Plan Storage)."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "urn:ietf:rfc:3986" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.481.5" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "RT Plan Storage" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.481.8" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "RT Ion Plan Storage" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/rt-plan-sop-class-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/rt-plan-sop-class-vs.ttl> .