HealthSense Implementation Guide (Taltech)
0.1.0 - ci-build

HealthSense Implementation Guide (Taltech), published by Taltech. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/e-medlab/healthsense/ and changes regularly. See the Directory of published versions

: Alcohol Product Drinking Finding - TTL Representation

Draft as of 2025-12-30

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hs-drinking-alcohol-product"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hs-drinking-alcohol-product</b></p><a name=\"hs-drinking-alcohol-product\"> </a><a name=\"hchs-drinking-alcohol-product\"> </a><p>This  code system <code>https://healthsense.e-medlab.com/CodeSystem/hs-drinking-alcohol-product</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">105542008<a name=\"hs-drinking-alcohol-product-105542008\"> </a></td><td>Current non-drinker of alcohol</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">225578007<a name=\"hs-drinking-alcohol-product-225578007\"> </a></td><td>Drinking finding</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  447087000<a name=\"hs-drinking-alcohol-product-447087000\"> </a></td><td>Drinks alcoholic cider</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  160589000<a name=\"hs-drinking-alcohol-product-160589000\"> </a></td><td>Beer drinker</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  160591008<a name=\"hs-drinking-alcohol-product-160591008\"> </a></td><td>Drinks wine</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  160588008<a name=\"hs-drinking-alcohol-product-160588008\"> </a></td><td>Drinker of hard liquor</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://healthsense.e-medlab.com/CodeSystem/hs-drinking-alcohol-product"^^xsd:anyURI ;
fhir:l <https://healthsense.e-medlab.com/CodeSystem/hs-drinking-alcohol-product>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HsDrinkingAcoholProduct"] ; # 
  fhir:title [ fhir:v "Alcohol Product Drinking Finding"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-12-30T08:51:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Taltech"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Taltech" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://taltech.ee/en/emed-lab" ]     ] )
  ] [
fhir:name [ fhir:v "Departament of Health Technologies" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:igor.bossenko@taltech.ee" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Alkohoolsete toodete kasutamine"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "105542008" ] ;
fhir:display [ fhir:v "Current non-drinker of alcohol" ]
  ] [
fhir:code [ fhir:v "225578007" ] ;
fhir:display [ fhir:v "Drinking finding" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "447087000" ] ;
fhir:display [ fhir:v "Drinks alcoholic cider" ]     ] [
fhir:code [ fhir:v "160589000" ] ;
fhir:display [ fhir:v "Beer drinker" ]     ] [
fhir:code [ fhir:v "160591008" ] ;
fhir:display [ fhir:v "Drinks wine" ]     ] [
fhir:code [ fhir:v "160588008" ] ;
fhir:display [ fhir:v "Drinker of hard liquor" ]     ] )
  ] ) . #