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

: Glucose Level 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hs-glucose-level-finding"] ; # 
  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: ValueSet hs-glucose-level-finding</b></p><a name=\"hs-glucose-level-finding\"> </a><a name=\"hchs-glucose-level-finding\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/102659003\">102659003</a></td><td>Normal glucose level</td></tr><tr><td><a href=\"http://snomed.info/id/68256003\">68256003</a></td><td>Increased glucose level</td></tr><tr><td><a href=\"http://snomed.info/id/102660008\">102660008</a></td><td>Abnormal glucose level</td></tr><tr><td><a href=\"http://snomed.info/id/45154002\">45154002</a></td><td>Glycosuria</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://healthsense.e-medlab.com/ValueSet/hs-glucose-level-finding"^^xsd:anyURI ;
fhir:l <https://healthsense.e-medlab.com/ValueSet/hs-glucose-level-finding>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HsGlucoseLevelFinding"] ; # 
  fhir:title [ fhir:v "Glucose Level 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 "Glükoosi tase"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "102659003" ] ;
fhir:display [ fhir:v "Normal glucose level" ]       ] [
fhir:code [ fhir:v "68256003" ] ;
fhir:display [ fhir:v "Increased glucose level" ]       ] [
fhir:code [ fhir:v "102660008" ] ;
fhir:display [ fhir:v "Abnormal glucose level" ]       ] [
fhir:code [ fhir:v "45154002" ] ;
fhir:display [ fhir:v "Glycosuria" ]       ] )     ] )
  ] . #