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 Telecommunications form for contact point - 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 "au-nhsd-contact-point-system"] ; # 
  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 au-nhsd-contact-point-system</b></p><a name=\"au-nhsd-contact-point-system\"> </a><a name=\"hcau-nhsd-contact-point-system\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/au-nhsd-contact-point-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\">phone<a name=\"au-nhsd-contact-point-system-phone\"> </a></td><td>Phone</td><td>The value is an Australian telephone number used for voice calls.</td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"au-nhsd-contact-point-system-fax\"> </a></td><td>Fax</td><td>The value is an Australian fax machine.</td></tr><tr><td style=\"white-space:nowrap\">email<a name=\"au-nhsd-contact-point-system-email\"> </a></td><td>Email</td><td>The value is an email address.</td></tr><tr><td style=\"white-space:nowrap\">url<a name=\"au-nhsd-contact-point-system-url\"> </a></td><td>URL</td><td>A contact that is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses.</td></tr><tr><td style=\"white-space:nowrap\">post<a name=\"au-nhsd-contact-point-system-post\"> </a></td><td>Post</td><td>The value is an Australian postal address.</td></tr><tr><td style=\"white-space:nowrap\">tele-video<a name=\"au-nhsd-contact-point-system-tele-video\"> </a></td><td>Tele / Video Conference</td><td>Telehealth contact details. The method used to arrange a telehealth appointment. Eg. A valid phone number or website.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://fhir.nhsd.com.au/CodeSystem/au-nhsd-contact-point-system"^^xsd:anyURI ;
fhir:l <http://fhir.nhsd.com.au/CodeSystem/au-nhsd-contact-point-system>
  ] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "StandardListOfTelecommunicationsFormForContactPoint"] ; # 
  fhir:title [ fhir:v "Standard List of Telecommunications form for contact point"] ; # 
  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 "Telecommunications form for contact point 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-au-nhsd-contact-point-system"^^xsd:anyURI ;
fhir:l <http://fhir.nhsd.com.au/ValueSet/valueset-au-nhsd-contact-point-system>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "Phone" ] ;
fhir:definition [ fhir:v "The value is an Australian telephone number used for voice calls." ]
  ] [
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
fhir:definition [ fhir:v "The value is an Australian fax machine." ]
  ] [
fhir:code [ fhir:v "email" ] ;
fhir:display [ fhir:v "Email" ] ;
fhir:definition [ fhir:v "The value is an email address." ]
  ] [
fhir:code [ fhir:v "url" ] ;
fhir:display [ fhir:v "URL" ] ;
fhir:definition [ fhir:v "A contact that is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses." ]
  ] [
fhir:code [ fhir:v "post" ] ;
fhir:display [ fhir:v "Post" ] ;
fhir:definition [ fhir:v "The value is an Australian postal address." ]
  ] [
fhir:code [ fhir:v "tele-video" ] ;
fhir:display [ fhir:v "Tele / Video Conference" ] ;
fhir:definition [ fhir:v "Telehealth contact details. The method used to arrange a telehealth appointment. Eg. A valid phone number or website." ]
  ] ) . #