DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care
0.4.0 - release New Zealand flag

DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/cinc-fhir-ig/ and changes regularly. See the Directory of published versions

: Codes for Telecom Phone Types - TTL Representation

Active as of 2024-07-02

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 "hnz-person-telecom-phone-type-codes"] ; # 
  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 hnz-person-telecom-phone-type-codes</b></p><a name=\"hnz-person-telecom-phone-type-codes\"> </a><a name=\"hchnz-person-telecom-phone-type-codes\"> </a><a name=\"hchnz-person-telecom-phone-type-codes-en-NZ\"> </a><p>This case-insensitive code system <code>https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/CodeSystem/hnz-person-telecom-phone-type-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Mobile<a name=\"hnz-person-telecom-phone-type-codes-Mobile\"> </a></td><td>Last delivery attempt was not successful</td></tr><tr><td style=\"white-space:nowrap\">Landline<a name=\"hnz-person-telecom-phone-type-codes-Landline\"> </a></td><td>Uncontactable</td></tr><tr><td style=\"white-space:nowrap\">Australian<a name=\"hnz-person-telecom-phone-type-codes-Australian\"> </a></td><td>Last delivery attempt was successful</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"hnz-person-telecom-phone-type-codes-Other\"> </a></td><td>Last delivery attempt was successful</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/CodeSystem/hnz-person-telecom-phone-type-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.0"] ; # 
  fhir:name [ fhir:v "PersonTelecomPhoneTypeCodes"] ; # 
  fhir:title [ fhir:v "Codes for Telecom Phone Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-02T01:27:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] )
  ] [
fhir:name [ fhir:v "David Grainger" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "david.grainger@middleware.co.nz" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Each code represents a phone type"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ] ;
fhir:display [ fhir:v "New Zealand" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Enables the recording of a special type for a telecom record."] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Mobile" ] ;
fhir:display [ fhir:v "Last delivery attempt was not successful" ]
  ] [
fhir:code [ fhir:v "Landline" ] ;
fhir:display [ fhir:v "Uncontactable" ]
  ] [
fhir:code [ fhir:v "Australian" ] ;
fhir:display [ fhir:v "Last delivery attempt was successful" ]
  ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Last delivery attempt was successful" ]
  ] ) . #