KIP Infrastructure
2.23.2 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.23.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: QuestionnaireResponseOnCarePlan - TTL Representation

Active as of 2026-07-03

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/QuestionnaireResponseOnCarePlan> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "QuestionnaireResponseOnCarePlan"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter QuestionnaireResponseOnCarePlan</b></p><a name=\"QuestionnaireResponseOnCarePlan\"> </a><a name=\"hcQuestionnaireResponseOnCarePlan\"> </a><h2>QuestionnaireResponseOnCarePlan</h2><p>Parameter <code>questionnaire-response-reference</code>:<code>reference</code></p><div><p>Search by a QuestionnaireResponse reference for a CarePlan</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/careplan.html\">CarePlan</a></td></tr><tr><td>Expression</td><td><code>CarePlan.activity.outcomeReference</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: eq</td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://kip.rkkp.dk/fhir/SearchParameter/QuestionnaireResponseOnCarePlan"] ;
  fhir:SearchParameter.version [ fhir:value "2.23.2"] ;
  fhir:SearchParameter.name [ fhir:value "QuestionnaireResponseOnCarePlan"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-07-03T09:20:19+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://trifork.com" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rbk@trifork.com" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Search by a QuestionnaireResponse reference for a CarePlan"] ;
  fhir:SearchParameter.code [ fhir:value "questionnaire-response-reference"] ;
  fhir:SearchParameter.base [
     fhir:value "CarePlan" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "reference"] ;
  fhir:SearchParameter.expression [ fhir:value "CarePlan.activity.outcomeReference"] ;
  fhir:SearchParameter.comparator [
     fhir:value "eq" ;
     fhir:index 0
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/QuestionnaireResponseOnCarePlan.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/QuestionnaireResponseOnCarePlan.ttl> .