@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/CodeSystem/ontoserver-rf2-index> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ontoserver-rf2-index"] ; # 
  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: CodeSystem ontoserver-rf2-index</b></p><a name=\"ontoserver-rf2-index\"> </a><a name=\"hcontoserver-rf2-index\"> </a><p>This case-sensitive code system <code>http://ontoserver.csiro.au/syndication/rf2</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">BINARY<a name=\"ontoserver-rf2-index-BINARY\"> </a></td><td>Binary Index</td><td>A pre-built Ontoserver RF2 binary index — a zip containing the on-disk index Ontoserver derives from a SNOMED CT RF2 release. The companion `category` element's `scheme` attribute carries the binary-format version.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://ontoserver.csiro.au/syndication/rf2"^^xsd:anyURI ;
     fhir:l <http://ontoserver.csiro.au/syndication/rf2>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "OntoserverRf2Index"] ; # 
  fhir:title [ fhir:v "Ontoserver RF2 Binary Index Category"] ; # 
  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 "The single category term used by syndication entries that publish a\npre-built **Ontoserver RF2 binary index** — i.e. a zip file\ncontaining the on-disk index Ontoserver builds from a SNOMED CT\nRF2 release, ready to be consumed directly without re-indexing.\n\nConsumers that recognise this artefact type can load the index\ndirectly; consumers that do not MUST ignore the entry (the artefact\nis not a SNOMED CT RF2 release).\n\n## Wire-level scheme URI\n\nOn the wire, the Atom `⟨category⟩` element's `scheme` attribute carries one\nof these URIs — not the canonical of this CodeSystem:\n\n- `http://ontoserver.csiro.au/syndication/rf2/1.0.0`\n- `http://ontoserver.csiro.au/syndication/rf2/2.0.0`\n\nThe trailing path segment is the **binary index format version** —\nnot the version of the SNOMED CT release contained in the index.\nA consumer MUST match the scheme URI exactly: an index published as\n`…/rf2/1.0.0` is not interchangeable with one published as\n`…/rf2/2.0.0`.\n\nThe label paired with this term on the `⟨category⟩` element is conventionally\n`Binary Index`."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "BINARY" ] ;
     fhir:display [ fhir:v "Binary Index" ] ;
     fhir:definition [ fhir:v "A pre-built Ontoserver RF2 binary index — a zip containing the on-disk index Ontoserver derives from a SNOMED CT RF2 release. The companion `category` element's `scheme` attribute carries the binary-format version." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

