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 Contact Entity 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 "contactentitytype-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 contactentitytype-code-system</b></p><a name=\"contactentitytype-code-system\"> </a><a name=\"hccontactentitytype-code-system\"> </a><a name=\"contactentitytype-code-system-en-US\"> </a><p>This case-insensitive code system <code>https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system</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\">REPORT<a name=\"contactentitytype-code-system-REPORT\"> </a></td><td>Report</td><td>Contact who receives diagnostic reports</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/contactentitytype-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "ContactEntityTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "STARS Contact Entity 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 Contact Entitie Types."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "REPORT" ] ;
fhir:display [ fhir:v "Report" ] ;
fhir:definition [ fhir:v "Contact who receives diagnostic reports" ]
  ] ) . #