Patsiendi elulõpu tahteavaldus
0.1.0 - trial-use

Patsiendi elulõpu tahteavaldus, 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-pet/ and changes regularly. See the Directory of published versions

: AHD lubatud keeled - JSON Representation

Draft as of 2026-06-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ahd-language",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ahd-language</b></p><a name=\"ahd-language\"> </a><a name=\"hcahd-language\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ietf3066.html\"><code>urn:ietf:bcp:47</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>et</td><td>Eesti</td></tr><tr><td>en</td><td>English</td></tr><tr><td>ru</td><td>Русский</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.ee/ahd/ValueSet/ahd-language",
  "version" : "0.1.0",
  "name" : "AHDLanguageVS",
  "title" : "AHD lubatud keeled",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-06-10T13:31:52+00:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tehik.ee"
        },
        {
          "system" : "email",
          "value" : "abi@tehik.ee"
        }
      ]
    }
  ],
  "description" : "Lubatud keeled patsiendi elulõpu tahteavalduse jaoks: eesti, inglise, vene.",
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:bcp:47",
        "concept" : [
          {
            "code" : "et",
            "display" : "Eesti"
          },
          {
            "code" : "en",
            "display" : "English"
          },
          {
            "code" : "ru",
            "display" : "Русский"
          }
        ]
      }
    ]
  }
}