@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ch/ig/ch-umzh-connect/SearchParameter/ch-umzhconnectig-servicerequest-reasonreference> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ch-umzhconnectig-servicerequest-reasonreference"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ch-umzhconnectig-servicerequest-reasonreference</b></p><a name=\"ch-umzhconnectig-servicerequest-reasonreference\"> </a><a name=\"hcch-umzhconnectig-servicerequest-reasonreference\"> </a><h2>ch-umzhconnectig-servicerequest-reasonreference</h2><p>Parameter <code>ch-umzhconnectig-servicerequest-reasonreference</code>:<code>reference</code></p><div><p>Custom search parameter for ServiceRequest.reasonReference</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/servicerequest.html\">ServiceRequest</a></td></tr><tr><td>Expression</td><td><code>ServiceRequest.reasonReference</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-umzh-connect/SearchParameter/ch-umzhconnectig-servicerequest-reasonreference"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "ch-umzhconnectig-servicerequest-reasonreference"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-06-13T12:42:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "UMZH Connect Team"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "UMZH Connect" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://umzhconnect.ch/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Custom search parameter for ServiceRequest.reasonReference"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "CHE" ]
     ] )
  ] ) ; # 
  fhir:code [ fhir:v "ch-umzhconnectig-servicerequest-reasonreference"] ; # 
  fhir:base ( [ fhir:v "ServiceRequest"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "ServiceRequest.reasonReference"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:multipleAnd [ fhir:v true] . # 

# -------------------------------------------------------------------------------------

