FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.lifestyle
Resource TypeValueSet
IdValueSet-lt-alcohol-consumption-status.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-lifestyle/ValueSet-lt-alcohol-consumption-status.html
URLhttps://hl7.lt/fhir/lifestyle/ValueSet/lt-alcohol-consumption-status
Version1.0.0
Statusactive
Date2026-01-06T12:16:15+00:00
NameLTAlcoholConsumptionStatus
TitleAlcohol Consumption Status
DescriptionWhether the patient currently consumes alcohol, does not consume alcohol, or the status is unknown.

Resources that use this resource

StructureDefinition
lt-lifestyle-alcohol-consumptionAlcohol Consumption

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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


English


Generated Narrative: ValueSet lt-alcohol-consumption-status

Language: en

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    105542008Current non-drinker of alcohol (finding)
    219006Current drinker of alcohol (finding)
    160580001Alcohol consumption unknown (finding)

Lithuanian


Generated Narrative: ValueSet lt-alcohol-consumption-status

Language: en

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    105542008Current non-drinker of alcohol (finding)
    219006Current drinker of alcohol (finding)
    160580001Alcohol consumption unknown (finding)

Source1

{
  "resourceType": "ValueSet",
  "id": "lt-alcohol-consumption-status",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.lt/fhir/lifestyle/ValueSet/lt-alcohol-consumption-status",
  "version": "1.0.0",
  "name": "LTAlcoholConsumptionStatus",
  "title": "Alcohol Consumption Status",
  "status": "active",
  "experimental": true,
  "date": "2026-01-06T12:16:15+00:00",
  "publisher": "Lithuanian Medical Library",
  "_publisher": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "lt"
          },
          {
            "url": "content",
            "valueString": "Lietuvos medicinos biblioteka"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "contact": [
    {
      "name": "Lithuanian Medical Library",
      "telecom": [
        {
          "system": "url",
          "value": "https://medicinosnk.lt"
        },
        {
          "system": "email",
          "value": "info@medicinosnk.lt"
        }
      ]
    }
  ],
  "description": "Whether the patient currently consumes alcohol, does not consume alcohol, or the status is unknown.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "LT"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "105542008",
            "display": "Current non-drinker of alcohol (finding)"
          },
          {
            "code": "219006",
            "display": "Current drinker of alcohol (finding)"
          },
          {
            "code": "160580001",
            "display": "Alcohol consumption unknown (finding)"
          }
        ]
      }
    ]
  }
}