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

FHIR IG Statistics: CodeSystem/self-reported-status-code-system

Packagecom.alextherapeutics.fhir.nicotine
Resource TypeCodeSystem
Idself-reported-status-code-system
FHIR VersionR4
Sourcehttp://www.alextherapeutics.com/fhir/https://simplifier.net/resolve?scope=com.alextherapeutics.fhir.nicotine@1.0.1&canonical=http://www.alextherapeutics.com/fhir/CodeSystem/self-reported-status-code-system
URLhttp://www.alextherapeutics.com/fhir/CodeSystem/self-reported-status-code-system
Version1.0.0
Statusactive
Date2021-04-21T11:37:06+02:00
NameSelfReportedStatusCodeSystem
TitleSelf Reported Smoking Status Code System
DescriptionAvailable values for self-reporting smoking status
Contentcomplete

Resources that use this resource

ValueSet
self-reported-smoking-status-codeSelf Reported Smoking Status Code

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://www.alextherapeutics.com/fhir/CodeSystem/self-reported-status-code-system defines the following codes:

CodeDisplayDefinition
actively_smoking Actively SmokingCurrently actively smoking and hasn't attempted to cut down or quit yet, or has relapsed and started to smoke again.
cutting_down Cutting DownStarted a process of progressively cutting down on the amount of cigarettes smoked
quit_smoking Quit SmokingHas quit smoking.

Source

{
  "resourceType": "CodeSystem",
  "id": "self-reported-status-code-system",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.alextherapeutics.com/fhir/CodeSystem/self-reported-status-code-system",
  "version": "1.0.0",
  "name": "SelfReportedStatusCodeSystem",
  "title": "Self Reported Smoking Status Code System",
  "status": "active",
  "date": "2021-04-21T11:37:06+02:00",
  "publisher": "Alex Therapeutics AB",
  "contact": [
    {
      "name": "Alex Therapeutics AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.alextherapeutics.com"
        },
        {
          "system": "email",
          "value": "hello@alextherapeutics.com"
        }
      ]
    }
  ],
  "description": "Available values for self-reporting smoking status",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "actively_smoking",
      "display": "Actively Smoking",
      "definition": "Currently actively smoking and hasn't attempted to cut down or quit yet, or has relapsed and started to smoke again."
    },
    {
      "code": "cutting_down",
      "display": "Cutting Down",
      "definition": "Started a process of progressively cutting down on the amount of cigarettes smoked"
    },
    {
      "code": "quit_smoking",
      "display": "Quit Smoking",
      "definition": "Has quit smoking."
    }
  ]
}