Tervisedeklaratsiooni juurutusjuhend
1.0.0 - ci-build

Tervisedeklaratsiooni juurutusjuhend, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.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-hdecl/ and changes regularly. See the Directory of published versions

: Health declaration category - JSON Representation

Active as of 2025-06-16

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "ee-health-declaration-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ee-health-declaration-category</b></p><a name=\"ee-health-declaration-category\"> </a><a name=\"hcee-health-declaration-category\"> </a><h2>EEHealthDeclarationCategory</h2><p>Parameter <code>category</code>:<code>token</code></p><div><p>Search by category in the Health Declaration</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R5/questionnaireresponse.html\">QuestionnaireResponse</a></td></tr><tr><td>Expression</td><td><code>QuestionnaireResponse.extension('https://fhir.ee/hdecl/StructureDefinition/ee-health-declaration-category').extension.where(url='category').value.as(Coding)</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "https://fhir.ee/hdecl/SearchParameter/ee-health-declaration-category",
  "version" : "1.0.0",
  "name" : "EEHealthDeclarationCategory",
  "title" : "Health declaration category",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-16T14:03:17+00:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tehik.ee"
        },
        {
          "system" : "email",
          "value" : "abi@tehik.ee"
        }
      ]
    }
  ],
  "description" : "Search by category in the Health Declaration",
  "code" : "category",
  "base" : [
    "QuestionnaireResponse"
  ],
  "type" : "token",
  "expression" : "QuestionnaireResponse.extension('https://fhir.ee/hdecl/StructureDefinition/ee-health-declaration-category').extension.where(url='category').value.as(Coding)",
  "processingMode" : "normal"
}