STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Specimen Type Value Set - TTL Representation

Active as of 2025-06-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 "specimen-type-value-set"] ; # 
  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 specimen-type-value-set</b></p><a name=\"specimen-type-value-set\"> </a><a name=\"hcspecimen-type-value-set\"> </a><a name=\"specimen-type-value-set-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-type-code-system</code></li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a 123038009 (Specimen)</li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/ValueSet/specimen-type-value-set"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "SpecimenTypeValueSet"] ; # 
  fhir:title [ fhir:v "Specimen Type Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-03T16:58:05+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ACDP Informatics CSIRO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ACDP Informatics CSIRO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://starsapi.csiro.au" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "stars-support@csiro.au" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes describing various specimen types from SNOMED-CT."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-type-code-system"^^xsd:anyURI ]     ] [
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 "123038009" ]       ] )     ] )
  ] . #