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

: SNOMED CT NZ Edition Smoking Status Fragment - TTL Representation

Draft as of 2026-04-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 "sct-nz-smoking-status-fragment"] ; # 
  fhir:url [ fhir:v "http://snomed.info/sct"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "http://snomed.info/sct/21000210109/version/20260401"] ; # 
  fhir:name [ fhir:v "SCTNZSmokingStatusFragment"] ; # 
  fhir:title [ fhir:v "SNOMED CT NZ Edition Smoking Status Fragment"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-04-01"^^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 "A non-authoritative fragment of the SNOMED CT New Zealand Edition containing the concepts used by the New Zealand smoking status reference set. This resource exists to support local IG publication and validation; SNOMED CT NZ Edition remains the authoritative terminology source."] ; # 
  fhir:copyright [ fhir:v "This non-authoritative fragment contains SNOMED CT content. Use is subject to applicable SNOMED CT licensing terms."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:compositional [ fhir:v true] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "fragment"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "77176002" ] ;
fhir:display [ fhir:v "Currently smoking" ] ;
fhir:definition [ fhir:v "A person whose lifetime tobacco use exceeds 100 cigarettes and who has smoked within the preceding 28 days." ]
  ] [
fhir:code [ fhir:v "735128000" ] ;
fhir:display [ fhir:v "Ex-smoking for less than 1 year" ] ;
fhir:definition [ fhir:v "A person whose lifetime tobacco use exceeds 100 cigarettes, who has not smoked within the preceding 28 days, and who stopped smoking less than 12 months ago." ]
  ] [
fhir:code [ fhir:v "48031000119106" ] ;
fhir:display [ fhir:v "Ex-smoking for more than 1 year" ] ;
fhir:definition [ fhir:v "A person whose lifetime tobacco use exceeds 100 cigarettes, who has not smoked within the preceding 28 days, and who stopped smoking 12 months ago or more." ]
  ] [
fhir:code [ fhir:v "266919005" ] ;
fhir:display [ fhir:v "Never smoked" ] ;
fhir:definition [ fhir:v "A person whose lifetime tobacco use does not exceed 100 cigarettes and who does not currently smoke." ]
  ] ) . #