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 QuestionnaireResponse lubatud staatused - JSON Representation

Draft as of 2026-06-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ahd-questionnaire-response-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ahd-questionnaire-response-status</b></p><a name=\"ahd-questionnaire-response-status\"> </a><a name=\"hcahd-questionnaire-response-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-questionnaire-answers-status.html\"><code>http://hl7.org/fhir/questionnaire-answers-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version &#x1F4E6;5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-questionnaire-answers-status.html#questionnaire-answers-status-in-progress\">in-progress</a></td><td style=\"color: #cccccc\">In Progress</td><td>This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-questionnaire-answers-status.html#questionnaire-answers-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-questionnaire-answers-status.html#questionnaire-answers-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>This QuestionnaireResponse was entered in error and voided.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.ee/ahd/ValueSet/ahd-questionnaire-response-status",
  "version" : "0.1.0",
  "name" : "AHDQuestionnaireResponseStatusVS",
  "title" : "AHD QuestionnaireResponse lubatud staatused",
  "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 staatused AHD QuestionnaireResponse jaoks: in-progress | completed | entered-in-error.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/questionnaire-answers-status",
        "concept" : [
          {
            "code" : "in-progress"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "entered-in-error"
          }
        ]
      }
    ]
  }
}