STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: STARS Legacy Contact Entity Type Code System - TTL Representation

Draft as of 2023-04-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "legacy-contactentitytype-code-system"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-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\">REPORT<a name=\"legacy-contactentitytype-code-system-REPORT\"> </a></td><td>Report</td><td>Contact who receives diagnostic reports</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-contactentitytype-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LegacyContactEntityTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "STARS Legacy Contact Entity Type Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-04-26T15:23:36+10:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Conor Vahland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:stars@csiro.au" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes describing various Contact Entitie Types."] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  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" ]
  ] ) . #