IDEA4RC FHIR Implementation Guide
1.0.0 - release 150

This page is part of the IDEA4RC FHIR Implementation Guide (v1.0.0: QA Preview) 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

: Larynx subsite: Snomed CT - TTL Representation

Active as of 2026-09-17

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/larynx-subsite-sct-i4rc> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "larynx-subsite-sct-i4rc"] ;
  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 larynx-subsite-sct-i4rc</b></p><a name=\"larynx-subsite-sct-i4rc\"> </a><a name=\"hclarynx-subsite-sct-i4rc\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><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><a href=\"http://snomed.info/id/126693009\">126693009</a></td><td style=\"color: #cccccc\">Neoplasm of glottis</td></tr><tr><td><a href=\"http://snomed.info/id/126696001\">126696001</a></td><td style=\"color: #cccccc\">Neoplasm of subglottis</td></tr><tr><td><a href=\"http://snomed.info/id/126697005\">126697005</a></td><td style=\"color: #cccccc\">Neoplasm of supraglottis</td></tr><tr><td><a href=\"http://snomed.info/id/254528004\">254528004</a></td><td style=\"color: #cccccc\">Tumor of laryngeal cartilage</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.eu/fhir/ig/idea4rc/ValueSet/larynx-subsite-sct-i4rc"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "VsLarynxSubsiteSnomedI4rc"] ;
  fhir:ValueSet.title [ fhir:value "Larynx subsite: Snomed CT"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-09-17T14:38:18+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "IDEA4RC Project"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "IDEA4RC Project" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.idea4rc.eu/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "IDEA4RC Project" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.idea4rc.eu/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Specifies the subsite for cancers occured in Larynx: Snomed CT"] ;
  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 "150" ] ;
       fhir:Coding.display [ fhir:value "Europe" ]
     ]
  ] ;
  fhir:ValueSet.copyright [ fhir:value "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement\n\nThe SNOMED International IPS Terminology is distributed by International Health Terminology Standards Development Organisation, trading as SNOMED International, and is subject the terms of the Creative Commons Attribution 4.0 International Public License. For more information, see SNOMED IPS Terminology\n\nThe HL7 International IPS implementation guides incorporate SNOMED CT®, used by permission of the International Health Terminology Standards Development Organisation, trading as SNOMED International. SNOMED CT was originally created by the College of American Pathologists. SNOMED CT is a registered trademark of the International Health Terminology Standards Development Organisation, all rights reserved. Implementers of SNOMED CT should review usage terms or directly contact SNOMED International: info@snomed.org"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "126693009" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "126696001" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "126697005" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "254528004" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/larynx-subsite-sct-i4rc.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/larynx-subsite-sct-i4rc.ttl> .