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

FHIR IG Statistics: SearchParameter/CarePlanReadOrWriteAccess

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeSearchParameter
IdCarePlanReadOrWriteAccess
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/SearchParameter-CarePlanReadOrWriteAccess.html
URLhttps://kip.rkkp.dk/fhir/SearchParameter/CarePlanReadOrWriteAccess
Version2.12.0
Statusactive
Date2025-07-15T12:31:59+00:00
NameCarePlanReadOrWriteAccess
DescriptionSearch a CarePlan for readAccess or writeAccess SOR code
Typestring

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 CarePlanReadOrWriteAccess

CarePlanReadOrWriteAccess

Parameter access-sor-code:string

Search a CarePlan for readAccess or writeAccess SOR code

ResourceCarePlan
ExpressionCarePlan.activity.extension.where($this.url='readAccess' or $this.url='writeAccess').value
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": "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"
  ]
}