FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypeSearchParameter
IdSearchParameter-ConsentProvisionCodeSearch.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-core/SearchParameter-ConsentProvisionCodeSearch.html
URLhttp://fhir.ch/ig/ch-core/SearchParameter/ConsentProvisionCodeSearch
Version7.0.0-ballot
Statusactive
Date2025-05-14
NameConsentProvisionCodeSearch
Realmch
Authorityhl7
DescriptionEnables the search for Consent.provision.code.coding
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 ConsentProvisionCodeSearch

ConsentProvisionCodeSearch

Parameter provision-code:token

Enables the search for Consent.provision.code.coding

ResourceConsent
ExpressionConsent.provision.code
Target ResourcesConsent
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "ConsentProvisionCodeSearch",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/SearchParameter/ConsentProvisionCodeSearch",
  "version": "7.0.0-ballot",
  "name": "ConsentProvisionCodeSearch",
  "status": "active",
  "experimental": false,
  "date": "2025-05-14",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    },
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Enables the search for Consent.provision.code.coding",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "code": "provision-code",
  "base": [
    "Consent"
  ],
  "type": "token",
  "expression": "Consent.provision.code",
  "target": [
    "Consent"
  ]
}