Smart Forms, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
: Smoking Quit Status - 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 "SmokingQuitStatus-1"] ; #
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 SmokingQuitStatus-1</b></p><a name=\"SmokingQuitStatus-1\"> </a><a name=\"hcSmokingQuitStatus-1\"> </a><a name=\"SmokingQuitStatus-1-en-US\"> </a><p style=\"border: black 1px dotted; background-color: #EEEEEE; padding: 8px; margin-bottom: 8px\">Expansion based on SNOMED CT Australian edition 31-Mar 2024</p><p>This value set contains 2 concepts</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"SmokingQuitStatus-1-http://snomed.info/sct-48031000119106\"> </a> <a href=\"http://snomed.info/id/48031000119106\">48031000119106</a></td><td>http://snomed.info/sct</td><td>Quit >12 months</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"SmokingQuitStatus-1-http://snomed.info/sct-735128000\"> </a> <a href=\"http://snomed.info/id/735128000\">735128000</a></td><td>http://snomed.info/sct</td><td>Quit <12 months</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-supplement"^^xsd:anyURI ] ;
fhir:value [
fhir:v "https://smartforms.csiro.au/ig/CodeSystem/HealthChecksSCTSupplement"^^xsd:anyURI ;
fhir:link <https://smartforms.csiro.au/ig/CodeSystem/HealthChecksSCTSupplement> ]
] ) ; #
fhir:url [ fhir:v "https://smartforms.csiro.au/ig/ValueSet/SmokingQuitStatus-1"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "SmokingQuitStatus"] ; #
fhir:title [ fhir:v "Smoking Quit Status"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-29T04:23:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "AEHRC CSIRO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "AEHRC CSIRO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ] ] )
] ) ; #
fhir:description [ fhir:v "The Smoking Quit Status value set includes values that can indicate how long ago an individual quit smoking."] ; #
fhir:copyright [ fhir:v "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "48031000119106" ] ;
fhir:display [ fhir:v "Quit >12 months" ] ] [
fhir:code [ fhir:v "735128000" ] ;
fhir:display [ fhir:v "Quit <12 months" ] ] ) ] )
] ; #
fhir:expansion [
fhir:identifier [ fhir:v "urn:uuid:86b4329d-aca5-4e54-9b5e-67296c7ce9db"^^xsd:anyURI ] ;
fhir:timestamp [ fhir:v "2024-04-08T12:56:59+10:00"^^xsd:dateTime ] ;
fhir:total [ fhir:v "2"^^xsd:integer ] ;
( fhir:parameter [
fhir:name [ fhir:v "version" ] ;
fhir:value [ fhir:v "http://snomed.info/sct|http://snomed.info/sct/32506021000036107/version/20240331"^^xsd:anyURI ] ] [
fhir:name [ fhir:v "used-codesystem" ] ;
fhir:value [ fhir:v "http://snomed.info/sct|http://snomed.info/sct/32506021000036107/version/20240331"^^xsd:anyURI ] ] ) ;
( fhir:contains [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48031000119106" ] ;
fhir:display [ fhir:v "Quit >12 months" ] ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "735128000" ] ;
fhir:display [ fhir:v "Quit <12 months" ] ] )
] . #