FHIR Implementation Guide for Stroke
1.0.0 - ballot

FHIR Implementation Guide for Stroke - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: Smoking Status - TTL Representation

Active as of 2024-01-11

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 "SmokingStatusCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: CodeSystem SmokingStatusCS</b></p><a name=\"SmokingStatusCS\"> </a><a name=\"hcSmokingStatusCS\"> </a><p>Este  sistema de código  define o seguinte código:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"SmokingStatusCS-0\"> </a></td><td>Current every day smoker (a person who smokes daily).</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"SmokingStatusCS-1\"> </a></td><td>Current weekly smoker (a person who smokes at least weekly but not daily).</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"SmokingStatusCS-2\"> </a></td><td>Former smoker (a person who does not smoke at all now, but has smoked at least 100 cigarettes or a similar amount of other tobacco products in his/her lifetime).</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"SmokingStatusCS-3\"> </a></td><td>Never smoker.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"SmokingStatusCS-4\"> </a></td><td>Others.</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"SmokingStatusCS-999\"> </a></td><td>Unknown if ever smoked.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/SmokingStatusCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SmokingStatusCS"] ; # 
  fhir:title [ fhir:v "Smoking Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-01-11T13:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Gabrielle dos Santos Leandro"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://m-caretech.com.br" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle.santos.leandro@gmail.com" ]     ] )
  ] [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contato@m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for Smoking Status. A person's current and past smoking behavior."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Current every day smoker (a person who smokes daily)." ]
  ] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Current weekly smoker (a person who smokes at least weekly but not daily)." ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Former smoker (a person who does not smoke at all now, but has smoked at least 100 cigarettes or a similar amount of other tobacco products in his/her lifetime)." ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Never smoker." ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Others." ]
  ] [
fhir:code [ fhir:v "999" ] ;
fhir:display [ fhir:v "Unknown if ever smoked." ]
  ] ) . #