STARS Implementation Guide
0.3.0 - ci-build

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 Identifier Type Code System - TTL Representation

Active as of 2025-06-03

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "identifiertype-code-system"] ; # 
  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: CodeSystem identifiertype-code-system</b></p><a name=\"identifiertype-code-system\"> </a><a name=\"hcidentifiertype-code-system\"> </a><a name=\"identifiertype-code-system-en-US\"> </a><p>This case-insensitive code system <code>https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system</code> defines the following codes:</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\">ACSN<a name=\"identifiertype-code-system-ACSN\"> </a></td><td>Accession ID</td><td>Accession Identifier</td></tr><tr><td style=\"white-space:nowrap\">MCN<a name=\"identifiertype-code-system-MCN\"> </a></td><td>Microchip Number</td><td>Microchip Number</td></tr><tr><td style=\"white-space:nowrap\">TEST<a name=\"identifiertype-code-system-TEST\"> </a></td><td>Analysis Result Identifier</td><td>Analysis result identifier within the observation result</td></tr><tr><td style=\"white-space:nowrap\">SENDSAMP<a name=\"identifiertype-code-system-SENDSAMP\"> </a></td><td>Sender Sample Identifier</td><td>Senders Sample Accession identifier</td></tr><tr><td style=\"white-space:nowrap\">RECVSAMP<a name=\"identifiertype-code-system-RECVSAMP\"> </a></td><td>Receiver Sample Identifier</td><td>Receivers Sample Accesion Identifier</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/identifiertype-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "IdentifierTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "STARS Identifier Type Code System"] ; # 
  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 "Codes describing various Identifier Types."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ] ;
fhir:definition [ fhir:v "Accession Identifier" ]
  ] [
fhir:code [ fhir:v "MCN" ] ;
fhir:display [ fhir:v "Microchip Number" ] ;
fhir:definition [ fhir:v "Microchip Number" ]
  ] [
fhir:code [ fhir:v "TEST" ] ;
fhir:display [ fhir:v "Analysis Result Identifier" ] ;
fhir:definition [ fhir:v "Analysis result identifier within the observation result" ]
  ] [
fhir:code [ fhir:v "SENDSAMP" ] ;
fhir:display [ fhir:v "Sender Sample Identifier" ] ;
fhir:definition [ fhir:v "Senders Sample Accession identifier" ]
  ] [
fhir:code [ fhir:v "RECVSAMP" ] ;
fhir:display [ fhir:v "Receiver Sample Identifier" ] ;
fhir:definition [ fhir:v "Receivers Sample Accesion Identifier" ]
  ] ) . #