CH Core (R4)
7.0.0-ballot - ballot Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions

: ConsentProvisionCodeSearch - TTL Representation

Active as of 2025-05-14

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/ConsentProvisionCodeSearch> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ConsentProvisionCodeSearch"] ;
  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 ConsentProvisionCodeSearch</b></p><a name=\"ConsentProvisionCodeSearch\"> </a><a name=\"hcConsentProvisionCodeSearch\"> </a><h2>ConsentProvisionCodeSearch</h2><p>Parameter <code>provision-code</code>:<code>token</code></p><div><p>Enables the search for Consent.provision.code.coding</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/consent.html\">Consent</a></td></tr><tr><td>Expression</td><td><code>Consent.provision.code</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/consent.html\">Consent</a></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></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "http://fhir.ch/ig/ch-core/SearchParameter/ConsentProvisionCodeSearch"] ;
  fhir:SearchParameter.version [ fhir:value "7.0.0-ballot"] ;
  fhir:SearchParameter.name [ fhir:value "ConsentProvisionCodeSearch"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:SearchParameter.date [ fhir:value "2025-05-14"^^xsd:date] ;
  fhir:SearchParameter.publisher [ fhir:value "HL7 Switzerland"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Enables the search for Consent.provision.code.coding"] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CH" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "provision-code"] ;
  fhir:SearchParameter.base [
     fhir:value "Consent" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "Consent.provision.code"] ;
  fhir:SearchParameter.target [
     fhir:value "Consent" ;
     fhir:index 0
  ] .

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

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