SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: SimpleCodeSystem - TTL Representation

Draft as of 2025-07-09

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CodeSystemDesignationUseExample1"] ; # 
  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: CodeSystem CodeSystemDesignationUseExample1</b></p><a name=\"CodeSystemDesignationUseExample1\"> </a><a name=\"hcCodeSystemDesignationUseExample1\"> </a><p>This  code system <code>http://snomed.info/fhir/CodeSystem/CodeSystemDesignationUseExample1</code> provides <b>a fragment</b> that includes following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>English (English, en)</b></td></tr><tr><td style=\"white-space:nowrap\">1234<a name=\"CodeSystemDesignationUseExample1-1234\"> </a></td><td>A consumer term</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://snomed.info/fhir/CodeSystem/CodeSystemDesignationUseExample1"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-07-09T10:34:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "SNOMED on FHIR project group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "SNOMED on FHIR project group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.ihtsdotools.org/display/FHIR/SNOMED+on+FHIR" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "fragment"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1234" ] ;
    ( fhir:designation [
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "context"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "patient-friendly-refset" ]           ]         ] [
fhir:url [ fhir:v "role"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "preferred" ]           ]         ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "900000000000013009" ]           ]         ] ) ;
fhir:url [ fhir:v "http://snomed.info/fhir/StructureDefinition/designation-use-context"^^xsd:anyURI ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "context"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "patient-unfriendly-refset" ]           ]         ] [
fhir:url [ fhir:v "role"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "avoid" ]           ]         ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "900000000000013009" ]           ]         ] ) ;
fhir:url [ fhir:v "http://snomed.info/fhir/StructureDefinition/designation-use-context"^^xsd:anyURI ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "context"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding, sct:608771002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "608771002" ] ;
fhir:display [ fhir:v "GMDN language reference set" ]           ]         ] [
fhir:url [ fhir:v "role"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding, sct:900000000000548007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000548007" ] ;
fhir:display [ fhir:v "Preferred" ]           ]         ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "900000000000013009" ]           ]         ] ) ;
fhir:url [ fhir:v "http://snomed.info/fhir/StructureDefinition/designation-use-context"^^xsd:anyURI ]       ] ) ;
fhir:language [ fhir:v "en" ] ;
fhir:use [
fhir:code [ fhir:v "consumer" ]       ] ;
fhir:value [ fhir:v "A consumer term" ]     ] )
  ] ) . #