International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: IPS Current Smoking Status - JSON Representation

Draft as of 2023-01-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.11.22.59--20171214093320",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA18976-3/\">LA18976-3</a></td><td>Current every day smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18977-1/\">LA18977-1</a></td><td>Current some day smoker</td></tr><tr><td><a href=\"https://loinc.org/LA15920-4/\">LA15920-4</a></td><td>Former smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18978-9/\">LA18978-9</a></td><td>Never smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18979-7/\">LA18979-7</a></td><td>Smoker, current status unknown</td></tr><tr><td><a href=\"https://loinc.org/LA18980-5/\">LA18980-5</a></td><td>Unknown if ever smoked</td></tr><tr><td><a href=\"https://loinc.org/LA18981-3/\">LA18981-3</a></td><td>Heavy tobacco smoker</td></tr><tr><td><a href=\"https://loinc.org/LA18982-1/\">LA18982-1</a></td><td>Light tobacco smoker</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod" : {
        "start" : "2017-12-14T09:33:20+01:00"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/ips/ValueSet/current-smoking-status-uv-ips",
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.11.22.59"
    }
  ],
  "version" : "1.0",
  "name" : "IPSCurrentSmokingStatus",
  "title" : "IPS Current Smoking Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-12T22:27:49+01:00",
  "publisher" : "Health Level Seven",
  "contact" : [
    {
      "name" : "HL7 International - International Patient Summary",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description" : "Value Set based on HL7 Vocab TC and Structured Doc consensus (per CDC submission 7/12/2012 for smoking status term.html)",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "code" : "LA18976-3",
            "display" : "Current every day smoker"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 2
              }
            ],
            "code" : "LA18977-1",
            "display" : "Current some day smoker"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 3
              }
            ],
            "code" : "LA15920-4",
            "display" : "Former smoker"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 4
              }
            ],
            "code" : "LA18978-9",
            "display" : "Never smoker"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 5
              }
            ],
            "code" : "LA18979-7",
            "display" : "Smoker, current status unknown"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 6
              }
            ],
            "code" : "LA18980-5",
            "display" : "Unknown if ever smoked"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 7
              }
            ],
            "code" : "LA18981-3",
            "display" : "Heavy tobacco smoker"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 8
              }
            ],
            "code" : "LA18982-1",
            "display" : "Light tobacco smoker"
          }
        ]
      }
    ]
  }
}