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
: STARS Sample Presentation Value Set - TTL Representation
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 "sample-presentation-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 sample-presentation-value-set</b></p><a name=\"sample-presentation-value-set\"> </a><a name=\"hcsample-presentation-value-set\"> </a><a name=\"sample-presentation-value-set-en-US\"> </a><ul><li>Include all codes defined in <code>https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-presentation-code-system</code></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/ValueSet/sample-presentation-value-set"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.3.0"] ; #
fhir:name [ fhir:v "SamplePresentationValueSet"] ; #
fhir:title [ fhir:v "STARS Sample Presentation 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 "the thing to pick from"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-presentation-code-system"^^xsd:anyURI ] ] )
] . #