Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.0 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Codes for Telecom Score - TTL Representation

Active as of 2024-09-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-score-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-score-codes</b></p><a name=\"hnz-person-telecom-score-codes\"> </a><a name=\"hchnz-person-telecom-score-codes\"> </a><a name=\"hnz-person-telecom-score-codes-en-NZ\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-person-telecom-score-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\">-2<a name=\"hnz-person-telecom-score-codes--2\"> </a></td><td>Wrong Number</td></tr><tr><td style=\"white-space:nowrap\">-1<a name=\"hnz-person-telecom-score-codes--1\"> </a></td><td>Uncontactable</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"hnz-person-telecom-score-codes-0\"> </a></td><td>Unreached</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"hnz-person-telecom-score-codes-1\"> </a></td><td>Contactable</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"hnz-person-telecom-score-codes-2\"> </a></td><td>Receptive</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"hnz-person-telecom-score-codes-3\"> </a></td><td>Engaged</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"hnz-person-telecom-score-codes-4\"> </a></td><td>Highly Engaged</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"hnz-person-telecom-score-codes-5\"> </a></td><td>Confirmed and Highly Engaged</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-person-telecom-score-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.0"] ; # 
  fhir:name [ fhir:v "PersonTelecomScoreCodes"] ; # 
  fhir:title [ fhir:v "Codes for Telecom Score"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-02T23:46:16+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 an indication of a telecom records accuracy score"] ; # 
  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 a score represenation for a telecom record."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "-2" ] ;
fhir:display [ fhir:v "Wrong Number" ]
  ] [
fhir:code [ fhir:v "-1" ] ;
fhir:display [ fhir:v "Uncontactable" ]
  ] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Unreached" ]
  ] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Contactable" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Receptive" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Engaged" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Highly Engaged" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Confirmed and Highly Engaged" ]
  ] ) . #