Bản hướng dẫn thực thi (IG) dành cho các hệ thống thông tin Y tế tại Việt Nam, published by Cục Công nghệ thông tin - Bộ Y tế. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7vn/vn-core-ig/ and changes regularly. See the Directory of published versions
: ValueSet dành cho Tình trạng hút thuốc lá (SNOMED CT) - TTL Representation
(Quay lại)
Raw ttl
Source view
@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 "vn-core-observation-smokingstatus"] ; #
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 vn-core-observation-smokingstatus</b></p><a name=\"vn-core-observation-smokingstatus\"> </a><a name=\"hcvn-core-observation-smokingstatus\"> </a><a name=\"vn-core-observation-smokingstatus-en-US\"> </a><ul><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/449868002\">449868002</a></td><td>Current every day smoker</td></tr><tr><td><a href=\"http://snomed.info/id/428041000124106\">428041000124106</a></td><td>Current some day smoker</td></tr><tr><td><a href=\"http://snomed.info/id/8517006\">8517006</a></td><td>Former smoker</td></tr><tr><td><a href=\"http://snomed.info/id/266919005\">266919005</a></td><td>Never smoker</td></tr><tr><td><a href=\"http://snomed.info/id/77176002\">77176002</a></td><td>Smoker, current status unknown</td></tr><tr><td><a href=\"http://snomed.info/id/266927001\">266927001</a></td><td>Unknown if ever smoked</td></tr><tr><td><a href=\"http://snomed.info/id/428071000124103\">428071000124103</a></td><td>Current Heavy tobacco smoker</td></tr><tr><td><a href=\"http://snomed.info/id/428061000124105\">428061000124105</a></td><td>Current Light tobacco smoker</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ehealth.gov.vn/core/ValueSet/vn-core-observation-smokingstatus"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ValueSet-Smoking_Status"] ; #
fhir:title [ fhir:v "ValueSet dành cho Tình trạng hút thuốc lá (SNOMED CT)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2020-12-30"^^xsd:date] ; #
fhir:publisher [ fhir:v "Cục Công nghệ thông tin - Bộ Y tế"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://moh.gov.vn/" ] ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ehealth.gov.vn/" ] ] )
] ) ; #
fhir:description [ fhir:v "This value set enumerates a preferred set of SNOMED CT codes historically used for the current smoking status of a patient."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "704" ] ] [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VN" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "449868002" ] ;
fhir:display [ fhir:v "Current every day smoker" ] ] [
fhir:code [ fhir:v "428041000124106" ] ;
fhir:display [ fhir:v "Current some day smoker" ] ] [
fhir:code [ fhir:v "8517006" ] ;
fhir:display [ fhir:v "Former smoker" ] ] [
fhir:code [ fhir:v "266919005" ] ;
fhir:display [ fhir:v "Never smoker" ] ] [
fhir:code [ fhir:v "77176002" ] ;
fhir:display [ fhir:v "Smoker, current status unknown" ] ] [
fhir:code [ fhir:v "266927001" ] ;
fhir:display [ fhir:v "Unknown if ever smoked" ] ] [
fhir:code [ fhir:v "428071000124103" ] ;
fhir:display [ fhir:v "Current Heavy tobacco smoker" ] ] [
fhir:code [ fhir:v "428061000124105" ] ;
fhir:display [ fhir:v "Current Light tobacco smoker" ] ] ) ] )
] . #