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

FHIR IG Statistics: SearchParameter/QuestionnaireResponseOnCarePlan

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeSearchParameter
IdQuestionnaireResponseOnCarePlan
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/SearchParameter-QuestionnaireResponseOnCarePlan.html
URLhttps://kip.rkkp.dk/fhir/SearchParameter/QuestionnaireResponseOnCarePlan
Version2.12.0
Statusactive
Date2025-07-15T12:31:59+00:00
NameQuestionnaireResponseOnCarePlan
DescriptionSearch by a QuestionnaireResponse reference for a CarePlan
Typereference

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 QuestionnaireResponseOnCarePlan

QuestionnaireResponseOnCarePlan

Parameter questionnaire-response-reference:reference

Search by a QuestionnaireResponse reference for a CarePlan

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