Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: HL7 Current Smoking Status Value Set - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CSSVS"] ; #
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: ValueSet CSSVS</b></p><a name=\"CSSVS\"> </a><a name=\"hcCSSVS\"> </a><a name=\"CSSVS-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA18976-3/\">LA18976-3</a></td><td>Current every day smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18977-1/\">LA18977-1</a></td><td>Current some day smoker</td></tr><tr><td><a href=\"https://loinc.org/LA15920-4/\">LA15920-4</a></td><td>Former smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18978-9/\">LA18978-9</a></td><td>Never smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18979-7/\">LA18979-7</a></td><td>Smoker, current status unknown</td></tr><tr><td><a href=\"https://loinc.org/LA18980-5/\">LA18980-5</a></td><td>Unknown if ever smoked</td></tr><tr><td><a href=\"https://loinc.org/LA18981-3/\">LA18981-3</a></td><td>Heavy tobacco smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18982-1/\">LA18982-1</a></td><td>Light tobacco smoker</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/8392000\">8392000</a></td><td>Non-smoker</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://smart-bear.eu/fhir/ValueSet/CSSVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.1"] ; #
fhir:name [ fhir:v "CSSVS"] ; #
fhir:title [ fhir:v "HL7 Current Smoking Status Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Value set including codes from HL7 IPS CSS"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "LA18976-3" ] ;
fhir:display [ fhir:v "Current every day smoker" ] ] [
fhir:code [ fhir:v "LA18977-1" ] ;
fhir:display [ fhir:v "Current some day smoker" ] ] [
fhir:code [ fhir:v "LA15920-4" ] ;
fhir:display [ fhir:v "Former smoker" ] ] [
fhir:code [ fhir:v "LA18978-9" ] ;
fhir:display [ fhir:v "Never smoker" ] ] [
fhir:code [ fhir:v "LA18979-7" ] ;
fhir:display [ fhir:v "Smoker, current status unknown" ] ] [
fhir:code [ fhir:v "LA18980-5" ] ;
fhir:display [ fhir:v "Unknown if ever smoked" ] ] [
fhir:code [ fhir:v "LA18981-3" ] ;
fhir:display [ fhir:v "Heavy tobacco smoker" ] ] [
fhir:code [ fhir:v "LA18982-1" ] ;
fhir:display [ fhir:v "Light tobacco smoker" ] ] ) ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "8392000" ] ;
fhir:display [ fhir:v "Non-smoker" ] ] ) ] )
] . #