TEHIK FHIR IG Starter
0.1.0 - draft Estonia flag

TEHIK FHIR IG Starter, published by TEHIK. 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/TEHIK-EE/ig-ee-starter/ and changes regularly. See the Directory of published versions

: Body Position ValueSet - JSON Representation

Active as of 2025-06-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ee-body-position-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ee-body-position-vs</b></p><a name=\"ee-body-position-vs\"> </a><a name=\"hcee-body-position-vs\"> </a><a name=\"ee-body-position-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><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/33586001\">33586001</a></td><td>Sitting position</td></tr><tr><td><a href=\"http://snomed.info/id/10904000\">10904000</a></td><td>Standing position</td></tr><tr><td><a href=\"http://snomed.info/id/110483000\">110483000</a></td><td>Lying position</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.ee/tools/ValueSet/ee-body-position-vs",
  "version" : "0.1.0",
  "name" : "EEBodyPositionVS",
  "title" : "Body Position ValueSet",
  "status" : "active",
  "date" : "2025-06-12T06:30:17+00:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tehik.ee"
        },
        {
          "system" : "email",
          "value" : "fhir@tehik.ee"
        }
      ]
    },
    {
      "name" : "TEHIK Andmekorraldus",
      "telecom" : [
        {
          "system" : "email",
          "value" : "andmekorraldus@tehik.ee",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "ValueSet for body positions during clinical measurements.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "33586001",
            "display" : "Sitting position"
          },
          {
            "code" : "10904000",
            "display" : "Standing position"
          },
          {
            "code" : "110483000",
            "display" : "Lying position"
          }
        ]
      }
    ]
  }
}