@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 -------------------------------------------------------------------

<https://ontoserver.csiro.au/syndication/ValueSet/syndication-content-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "syndication-content-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet syndication-content-type</b></p><a name=\"syndication-content-type\"> </a><a name=\"hcsyndication-content-type\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-syndication-content-type.html\"><code>http://ns.electronichealth.net.au/ncts/syndication/asf/scheme/1.0.0</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://ontoserver.csiro.au/syndication/ValueSet/syndication-content-type"^^xsd:anyURI ;
     fhir:l <https://ontoserver.csiro.au/syndication/ValueSet/syndication-content-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SyndicationContentTypeVS"] ; # 
  fhir:title [ fhir:v "Terminology Syndication Content Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-09T20:23:33+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Australian e-Health Research Centre"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Australian e-Health Research Centre" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://aehrc.csiro.au" ]
     ] )
  ] [
     fhir:name [ fhir:v "Michael Lawley" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "michael.lawley@csiro.au" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "All codes from the NCTS ASF category scheme. Used to classify the\nartefact carried by a syndication entry."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://ns.electronichealth.net.au/ncts/syndication/asf/scheme/1.0.0"^^xsd:anyURI ;
         fhir:l <http://ns.electronichealth.net.au/ncts/syndication/asf/scheme/1.0.0>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

