NHSD Implementation Guide - Outbound
4.0.1 - active

NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Standard List of Contact Purpose - TTL Representation

Draft as of 2017-11-01

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 "nhsd-contact-purpose"] ; # 
  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 nhsd-contact-purpose</b></p><a name=\"nhsd-contact-purpose\"> </a><a name=\"hcnhsd-contact-purpose\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/nhsd-contact-purpose</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\">general-enquiry<a name=\"nhsd-contact-purpose-general-enquiry\"> </a></td><td>General Enquiry</td><td>General Enquiry contact</td></tr><tr><td style=\"white-space:nowrap\">emergency<a name=\"nhsd-contact-purpose-emergency\"> </a></td><td>Emergency</td><td>Emergency contact</td></tr><tr><td style=\"white-space:nowrap\">after-hours<a name=\"nhsd-contact-purpose-after-hours\"> </a></td><td>After Hours</td><td>After Hours contact</td></tr><tr><td style=\"white-space:nowrap\">admin<a name=\"nhsd-contact-purpose-admin\"> </a></td><td>Admin</td><td>Administrative contact</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://fhir.nhsd.com.au/CodeSystem/nhsd-contact-purpose"^^xsd:anyURI ;
fhir:l <http://fhir.nhsd.com.au/CodeSystem/nhsd-contact-purpose>
  ] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "StandardListOfContactPurpose"] ; # 
  fhir:title [ fhir:v "Standard List of Contact Purpose"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2017-11-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Healthdirect Australia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "build.fhir.nhsd.com.au" ]
  ] ) ; # 
  fhir:description [ fhir:v "Contact purpose in Australia"] ; # 
  fhir:copyright [ fhir:v "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://fhir.nhsd.com.au/ValueSet/valueset-nhsd-contact-purpose"^^xsd:anyURI ;
fhir:l <http://fhir.nhsd.com.au/ValueSet/valueset-nhsd-contact-purpose>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "general-enquiry" ] ;
fhir:display [ fhir:v "General Enquiry" ] ;
fhir:definition [ fhir:v "General Enquiry contact" ]
  ] [
fhir:code [ fhir:v "emergency" ] ;
fhir:display [ fhir:v "Emergency" ] ;
fhir:definition [ fhir:v "Emergency contact" ]
  ] [
fhir:code [ fhir:v "after-hours" ] ;
fhir:display [ fhir:v "After Hours" ] ;
fhir:definition [ fhir:v "After Hours contact" ]
  ] [
fhir:code [ fhir:v "admin" ] ;
fhir:display [ fhir:v "Admin" ] ;
fhir:definition [ fhir:v "Administrative contact" ]
  ] ) . #