Terminology Syndication Feed Implementation Guide
0.1.0 - ci-build
Terminology Syndication Feed Implementation Guide, published by Australian e-Health Research Centre. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/fhir-syndication-ig/ and changes regularly. See the Directory of published versions
This specification covers the format of the syndication feed — not the transport, authentication, or authorisation mechanisms used to serve it. Those are publisher-defined.
The format does, however, provide one authorisation-related mechanism: the per-entry permission tag.
An entry MAY carry one or more <onto:permission code="…"/>
elements (see Ontoserver Extensions). Each
permission code is an opaque tag. The intended semantics are:
<onto:permission> elements is unrestricted at
the entry level.<onto:permission> elements is
accessible only to consumers holding at least one of the
listed codes.The format does not prescribe:
The format guarantees artefact integrity through the hash
attributes on <link>:
sct:md5Hash — legacy MD5ncts:sha256Hash — current SHA-256A consumer MUST verify at least one declared hash before treating a
downloaded artefact as authoritative. When both are present,
ncts:sha256Hash is authoritative.
The format does not specify an end-to-end signing mechanism for the feed document itself. Publishers requiring document-level integrity typically rely on TLS in transit and HTTPS-delivered feed URIs.