New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: New Zealand Smoking Status - TTL Representation

Draft as of 2026-06-24

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nz-smoking-status"] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/ValueSet/nz-smoking-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "NZSmokingStatus"] ; # 
  fhir:title [ fhir:v "New Zealand Smoking Status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-24"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Health New Zealand | Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Health New Zealand | Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "standards@tewhatuora.govt.nz" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "An extensional, version-pinned representation of the New Zealand smoking status reference set."] ; # 
  fhir:compose [
fhir:inactive [ fhir:v false ] ;
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/21000210109/version/20260401" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "77176002" ] ;
fhir:display [ fhir:v "Currently smoking" ]       ] [
fhir:code [ fhir:v "735128000" ] ;
fhir:display [ fhir:v "Ex-smoking for less than 1 year" ]       ] [
fhir:code [ fhir:v "48031000119106" ] ;
fhir:display [ fhir:v "Ex-smoking for more than 1 year" ]       ] [
fhir:code [ fhir:v "266919005" ] ;
fhir:display [ fhir:v "Never smoked" ]       ] )     ] )
  ] ; # 
  fhir:expansion [
fhir:timestamp [ fhir:v "2026-06-24T00:00:00Z"^^xsd:dateTime ] ;
fhir:total [ fhir:v 4 ] ;
fhir:offset [ fhir:v 0 ] ;
    ( fhir:contains [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/21000210109/version/20260401" ] ;
fhir:code [ fhir:v "77176002" ] ;
fhir:display [ fhir:v "Currently smoking" ]     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/21000210109/version/20260401" ] ;
fhir:code [ fhir:v "735128000" ] ;
fhir:display [ fhir:v "Ex-smoking for less than 1 year" ]     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/21000210109/version/20260401" ] ;
fhir:code [ fhir:v "48031000119106" ] ;
fhir:display [ fhir:v "Ex-smoking for more than 1 year" ]     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/21000210109/version/20260401" ] ;
fhir:code [ fhir:v "266919005" ] ;
fhir:display [ fhir:v "Never smoked" ]     ] )
  ] . #