Workshop IG (R4)
0.1.0 - ci-build

Workshop IG (R4), published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/WorkshopIG/ and changes regularly. See the Directory of published versions

: Fish Species - TTL Representation

Draft as of 2024-04-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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fish-species"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  90580008 (Fish)</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://myorganization.ch/fhir/ValueSet/fish-species"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FishSpecies"] ; # 
  fhir:title [ fhir:v "Fish Species"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-17T14:24:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "My Organization"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "My Organization" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://myorganization.ch/kontakt" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes describing various species of fish, taken from SNOMED CT"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "90580008" ]       ] )     ] )
  ] . #