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

FHIR IG Statistics: ValueSet/Smoking.Tabbacco.Use.Frequency.VS

Packageihe.pcc.aps
TypeValueSet
IdSmoking.Tabbacco.Use.Frequency.VS
FHIR VersionR4
Sourcehttps://profiles.ihe.net/PCC/APS/https://build.fhir.org/ig/IHE/PCC.APS/ValueSet-Smoking.Tabbacco.Use.Frequency.VS.html
URLhttps://profiles.ihe.net/PCC/APS/ValueSet/Smoking.Tabbacco.Use.Frequency.VS
Version0.0.1-current
Statusdraft
Date2023-10-24T22:43:25+00:00
NameSmoking_Tabbacco_Use_Frequency_VS
TitleSmoking Tabbacco Use Frequency
Realmuv
Authorityihe
DescriptionTBD

Resources that use this resource

StructureDefinition
IHE.SmokingTobaccoUseFrequencySmoking and Tobacco Use Frequency

Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)
unitsofmeasure.orgUnified Code for Units of Measure

Narrative

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

  • Include these codes as defined in http://unitsofmeasure.org
    CodeDisplay
    {pack}/dPacks per day
    {pack}/wkPacks per week
    {pack}/aPacks in a year

Source

{
  "resourceType": "ValueSet",
  "id": "Smoking.Tabbacco.Use.Frequency.VS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/PCC/APS/ValueSet/Smoking.Tabbacco.Use.Frequency.VS",
  "version": "0.0.1-current",
  "name": "Smoking_Tabbacco_Use_Frequency_VS",
  "title": "Smoking Tabbacco Use Frequency",
  "status": "draft",
  "experimental": false,
  "date": "2023-10-24T22:43:25+00:00",
  "publisher": "IHE Patient Care Coordination Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/patient_care_coordination/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pcc@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Patient Care Coordination Committee",
      "telecom": [
        {
          "system": "email",
          "value": "pcc@ihe.net"
        }
      ]
    }
  ],
  "description": "TBD",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "{pack}/d",
            "display": "Packs per day"
          },
          {
            "code": "{pack}/wk",
            "display": "Packs per week"
          },
          {
            "code": "{pack}/a",
            "display": "Packs in a year"
          }
        ]
      }
    ]
  }
}