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 - JSON Representation

Draft as of 2025-12-30

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "hs-measurement-timing",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://healthsense.e-medlab.com/ValueSet/hs-measurement-timing",
  "version" : "0.1.0",
  "name" : "HsMeasurementTiming",
  "title" : "Measurement Timing",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-12-30T08:51:28+00:00",
  "publisher" : "Taltech",
  "contact" : [
    {
      "name" : "Taltech",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://taltech.ee/en/emed-lab"
        }
      ]
    },
    {
      "name" : "Departament of Health Technologies",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:igor.bossenko@taltech.ee"
        }
      ]
    }
  ],
  "description" : "Mõõtmise aeg",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "307165006",
            "display" : "Before meal"
          },
          {
            "code" : "309613002",
            "display" : "Between meals"
          },
          {
            "code" : "309612007",
            "display" : "During meal"
          },
          {
            "code" : "24863003",
            "display" : "Postprandial"
          },
          {
            "code" : "311503006",
            "display" : "With or after meal"
          },
          {
            "code" : "424616004",
            "display" : "Without regard to meals"
          }
        ]
      }
    ]
  }
}