FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/ee-health-declaration-category

Packageee.fhir.hdecl
Resource TypeSearchParameter
Idee-health-declaration-category
FHIR VersionR5
Sourcehttps://fhir.ee/hdecl/https://build.fhir.org/ig/TEHIK-EE/ig-ee-hdecl/SearchParameter-ee-health-declaration-category.html
URLhttps://fhir.ee/hdecl/SearchParameter/ee-health-declaration-category
Version1.0.0
Statusactive
Date2025-06-16T14:03:17+00:00
NameEEHealthDeclarationCategory
TitleHealth declaration category
DescriptionSearch by category in the Health Declaration
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter ee-health-declaration-category

EEHealthDeclarationCategory

Parameter category:token

Search by category in the Health Declaration

ResourceQuestionnaireResponse
ExpressionQuestionnaireResponse.extension('https://fhir.ee/hdecl/StructureDefinition/ee-health-declaration-category').extension.where(url='category').value.as(Coding)
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "ee-health-declaration-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
}