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

FHIR IG Statistics: SearchParameter/SorQuestionnaire

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeSearchParameter
IdSorQuestionnaire
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/SearchParameter-SorQuestionnaire.html
URLhttps://kip.rkkp.dk/fhir/SearchParameter/SorQuestionnaire
Version2.12.0
Statusactive
Date2025-07-15T12:31:59+00:00
NameSorQuestionnaire
DescriptionSearch By SOR in Questionnaire
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 SorQuestionnaire

SorQuestionnaire

Parameter sor:token

Search By SOR in Questionnaire

ResourceQuestionnaire
ExpressionQuestionnaire.jurisdiction.extension.where(url='sor')
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
ComparatorsAllowed: eq

Source

{
  "resourceType": "SearchParameter",
  "id": "SorQuestionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/SearchParameter/SorQuestionnaire",
  "version": "2.12.0",
  "name": "SorQuestionnaire",
  "status": "active",
  "date": "2025-07-15T12:31:59+00:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Search By SOR in Questionnaire",
  "code": "sor",
  "base": [
    "Questionnaire"
  ],
  "type": "token",
  "expression": "Questionnaire.jurisdiction.extension.where(url='sor')",
  "comparator": [
    "eq"
  ]
}