FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/gecco-valueset-smoking-status

Packagede.gecco
Resource TypeValueSet
Idgecco-valueset-smoking-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/smoking-status
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/smoking-status
Version1.0
Statusactive
NameSmokingStatus
TitleSmoking Status
DescriptionCodes to capture tobacco smoking status
CopyrightThis artefact includes content from LOINC®. LOINC codes are copyright Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee. Terms & Conditions in https://loinc.org/license/

Resources that use this resource

StructureDefinition
smoking-statusSmoking Status

Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "gecco-valueset-smoking-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/smoking-status",
  "version": "1.0",
  "name": "SmokingStatus",
  "title": "Smoking Status",
  "status": "active",
  "experimental": false,
  "publisher": "Charité",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bihealth.org/en/research/core-facilities/interoperability"
        }
      ]
    }
  ],
  "description": "Codes to capture tobacco smoking status",
  "immutable": false,
  "copyright": "This artefact includes content from LOINC®. LOINC codes are copyright Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee. Terms & Conditions in https://loinc.org/license/",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA18976-3",
            "display": "Current every day smoker"
          },
          {
            "code": "LA15920-4",
            "display": "Former smoker"
          },
          {
            "code": "LA18978-9",
            "display": "Never smoker"
          },
          {
            "code": "LA18980-5",
            "display": "Unknown if ever smoked"
          }
        ]
      }
    ]
  }
}