Données socles des Entrepôts de Données de Santé Hospitalier
0.1.0 - ci-build France (la) flag

Données socles des Entrepôts de Données de Santé Hospitalier - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: Smoking Status Type - TTL Representation

Draft as of 2026-07-11

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/edsh-smoking-status-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "edsh-smoking-status-type"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : EnsembleValeurs edsh-smoking-status-type</b></p><a name=\"edsh-smoking-status-type\"> </a><a name=\"hcedsh-smoking-status-type\"> </a><p>Ce jeu de valeur (ValueSet) inclut les codes selon les règles suivantes :</p><ul><li>Importe tous les codes contenu dans <a href=\"ValueSet-edsh-smoking-status-type-loinc.html\">Smoking Status Type from LOINC</a></li><li>Importe tous les codes contenu dans <a href=\"ValueSet-edsh-smoking-status-pack-years-sct.html\">Smoking Status Pack Years SCT</a></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/edsh-smoking-status-type"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "EdshSmokingStatusType"] ;
  fhir:ValueSet.title [ fhir:value "Smoking Status Type"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-11T15:39:45+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "AP-HP"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "AP-HP" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://aphp.fr" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Type de statut tabagique en provenance de LOINC et de SNOMED CT"] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "FRA" ]
     ]
  ] ;
  fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/edsh-smoking-status-type-loinc" ;
         fhir:index 0 ;
         fhir:link <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/edsh-smoking-status-type-loinc>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/edsh-smoking-status-pack-years-sct" ;
         fhir:index 0 ;
         fhir:link <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/edsh-smoking-status-pack-years-sct>
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/edsh-smoking-status-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/edsh-smoking-status-type.ttl> .