FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.vn.core#current | sct | SNOMED CT (all versions) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "nzps-vaping-current-status",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nzhts.digital.health.nz/fhir/ValueSet/vaping-status",
"version": "0.7.0",
"name": "VapingStatusVS",
"title": "Vaping Status",
"status": "active",
"experimental": false,
"date": "2026-05-04T04:05:38+00:00",
"publisher": "Health NZ | Te Whatu Ora",
"contact": [
{
"name": "Health NZ | Te Whatu Ora",
"telecom": [
{
"system": "url",
"value": "https://github.com/tewhatuora"
}
]
}
],
"description": "ValueSet for Vaping Status based on the New Zealand vaping status reference set.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ",
"display": "New Zealand"
}
]
}
],
"immutable": false,
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "785889008",
"display": "Currently vaping with nicotine"
},
{
"code": "1137692008",
"display": "Ex-vaping for more than 1 year"
},
{
"code": "722499006",
"display": "Currently vaping"
},
{
"code": "1137691001",
"display": "Trying to give up vaping"
},
{
"code": "786063001",
"display": "Currently vaping without nicotine"
},
{
"code": "1137688001",
"display": "Ex-vaping for less than 1 year"
},
{
"code": "1137690000",
"display": "Never vaped"
}
]
}
]
}
}