STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: STARS Contact Entity Type Value Set - TTL Representation
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 "contactentitytype-value-set"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-contactentity-type.html\"><code>http://terminology.hl7.org/CodeSystem/contactentity-type</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-legacy-contactentitytype-code-system.html\"><code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-code-system</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/contactentitytype-value-set"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ContactEntityTypeValueSet"] ; #
fhir:title [ fhir:v "STARS Contact Entity Type Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-04-26T15:23:36+10:00"^^xsd:dateTime] ; #
fhir:contact ( [
fhir:name [ fhir:v "Conor Vahland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:stars@csiro.au" ] ] )
] ) ; #
fhir:description [ fhir:v "the thing to pick from"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-code-system"^^xsd:anyURI ] ] )
] . #