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

FHIR IG Statistics: SearchParameter/QuestionnaireResponseResponsibleOnCarePlan

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeSearchParameter
IdQuestionnaireResponseResponsibleOnCarePlan
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/SearchParameter-QuestionnaireResponseResponsibleOnCarePlan.html
URLhttps://kip.rkkp.dk/fhir/SearchParameter/QuestionnaireResponseResponsibleOnCarePlan
Version2.12.0
Statusactive
Date2025-07-15T12:31:59+00:00
NameQuestionnaireResponseResponsibleOnCarePlan
DescriptionSearch a CarePlan for responsible SOR code on a QuestionnaireResponse
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 QuestionnaireResponseResponsibleOnCarePlan

QuestionnaireResponseResponsibleOnCarePlan

Parameter questionnaire-response-responsible-sor:token

Search a CarePlan for responsible SOR code on a QuestionnaireResponse

ResourceCarePlan
ExpressionCarePlan.activity.outcomeReference.extension.where(url='responsible')
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": "QuestionnaireResponseResponsibleOnCarePlan",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/SearchParameter/QuestionnaireResponseResponsibleOnCarePlan",
  "version": "2.12.0",
  "name": "QuestionnaireResponseResponsibleOnCarePlan",
  "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 a CarePlan for responsible SOR code on a QuestionnaireResponse",
  "code": "questionnaire-response-responsible-sor",
  "base": [
    "CarePlan"
  ],
  "type": "token",
  "expression": "CarePlan.activity.outcomeReference.extension.where(url='responsible')",
  "comparator": [
    "eq"
  ]
}