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

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

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

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-effective-date

EEHealthDeclarationCategoryEffectiveDate

Parameter category-effective-date:date

Search by category effective date in the Health Declaration

ResourceQuestionnaireResponse
ExpressionQuestionnaireResponse.extension('https://fhir.ee/hdecl/StructureDefinition/ee-health-declaration-category').extension('effectivePeriod').value.as(Period)
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-effective-date",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.ee/hdecl/SearchParameter/ee-health-declaration-category-effective-date",
  "version": "1.0.0",
  "name": "EEHealthDeclarationCategoryEffectiveDate",
  "title": "Health declaration category effective date",
  "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 effective date in the Health Declaration",
  "code": "category-effective-date",
  "base": [
    "QuestionnaireResponse"
  ],
  "type": "date",
  "expression": "QuestionnaireResponse.extension('https://fhir.ee/hdecl/StructureDefinition/ee-health-declaration-category').extension('effectivePeriod').value.as(Period)",
  "processingMode": "normal"
}