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

: Measurement Timing - 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-measurement-timing"] ; # 
  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-measurement-timing</b></p><a name=\"hs-measurement-timing\"> </a><a name=\"hchs-measurement-timing\"> </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/307165006\">307165006</a></td><td>Before meal</td></tr><tr><td><a href=\"http://snomed.info/id/309613002\">309613002</a></td><td>Between meals</td></tr><tr><td><a href=\"http://snomed.info/id/309612007\">309612007</a></td><td>During meal</td></tr><tr><td><a href=\"http://snomed.info/id/24863003\">24863003</a></td><td>Postprandial</td></tr><tr><td><a href=\"http://snomed.info/id/311503006\">311503006</a></td><td>With or after meal</td></tr><tr><td><a href=\"http://snomed.info/id/424616004\">424616004</a></td><td>Without regard to meals</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://healthsense.e-medlab.com/ValueSet/hs-measurement-timing"^^xsd:anyURI ;
fhir:l <https://healthsense.e-medlab.com/ValueSet/hs-measurement-timing>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HsMeasurementTiming"] ; # 
  fhir:title [ fhir:v "Measurement Timing"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  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 "Mõõtmise aeg"] ; # 
  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 "307165006" ] ;
fhir:display [ fhir:v "Before meal" ]       ] [
fhir:code [ fhir:v "309613002" ] ;
fhir:display [ fhir:v "Between meals" ]       ] [
fhir:code [ fhir:v "309612007" ] ;
fhir:display [ fhir:v "During meal" ]       ] [
fhir:code [ fhir:v "24863003" ] ;
fhir:display [ fhir:v "Postprandial" ]       ] [
fhir:code [ fhir:v "311503006" ] ;
fhir:display [ fhir:v "With or after meal" ]       ] [
fhir:code [ fhir:v "424616004" ] ;
fhir:display [ fhir:v "Without regard to meals" ]       ] )     ] )
  ] . #