FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | sct | SNOMED CT (all versions) |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "active",
"name": "ILHDPSmokingStatus",
"id": "il-hdp-smoking-status",
"title": "IL HDP Smoking Status",
"description": "Starter set of SNOMED CT codes for representing a patient's smoking status.",
"url": "http://hdp.fhir.health.gov.il/ValueSet/il-hdp-smoking-status",
"version": "0.6.0",
"publisher": "Israel Core Team",
"date": "2026-09-17",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "contact@example.org"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "77176002",
"display": "Smoker"
},
{
"code": "8392000",
"display": "Non-smoker"
},
{
"code": "48031000119106",
"display": "Ex-smoker for more than 1 year"
},
{
"code": "266919005",
"display": "Never smoked tobacco"
},
{
"code": "266927001",
"display": "Tobacco smoking consumption unknown"
}
]
}
]
}
}