Package | dk.kip.rkkp.fhir.ig.core |
Resource Type | SearchParameter |
Id | CarePlanReadOrWriteAccess |
FHIR Version | R4 |
Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/SearchParameter-CarePlanReadOrWriteAccess.html |
URL | https://kip.rkkp.dk/fhir/SearchParameter/CarePlanReadOrWriteAccess |
Version | 2.12.0 |
Status | active |
Date | 2025-07-15T12:31:59+00:00 |
Name | CarePlanReadOrWriteAccess |
Description | Search a CarePlan for readAccess or writeAccess SOR code |
Type | string |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter CarePlanReadOrWriteAccess
Parameter access-sor-code
:string
Search a CarePlan for readAccess or writeAccess SOR code
Resource | CarePlan |
Expression | CarePlan.activity.extension.where($this.url='readAccess' or $this.url='writeAccess').value |
Multiples |
|
Comparators | Allowed: eq |
{ "resourceType": "SearchParameter", "id": "CarePlanReadOrWriteAccess", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://kip.rkkp.dk/fhir/SearchParameter/CarePlanReadOrWriteAccess", "version": "2.12.0", "name": "CarePlanReadOrWriteAccess", "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 readAccess or writeAccess SOR code", "code": "access-sor-code", "base": [ "CarePlan" ], "type": "string", "expression": "CarePlan.activity.extension.where($this.url='readAccess' or $this.url='writeAccess').value", "comparator": [ "eq" ] }