@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:SearchParameter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "sp-fhir-ig"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: SearchParameter sp-fhir-ig

AuthorityDelegation

Parameter fhir-ig:uri

The canonical URL of an IG that this Organization supports as stored in the FHIRIGConformance extension of the endpoint referenced in Organization.endpoint

\n
ResourceOrganization
ExpressionOrganization.endpoint.resolve().ofType(Endpoint).extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance').extension.where(url='igCanonicalUrl').value.ofType(canonical)
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
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/SearchParameter/sp-fhir-ig"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "1.9.0"] ; # fhir:name [ fhir:v "AuthorityDelegation"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2025-12-22T09:51:20-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "The Sequoia Project"] ; # fhir:contact ( [ fhir:name [ fhir:v "The Sequoia Project" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://sequoiaproject.org/" ] ] ) ] ) ; # fhir:description [ fhir:v "The canonical URL of an IG that this Organization supports as stored in the FHIRIGConformance extension of the endpoint referenced in Organization.endpoint"] ; # fhir:code [ fhir:v "fhir-ig"] ; # fhir:base ( [ fhir:v "Organization"] ) ; # fhir:type [ fhir:v "uri"] ; # fhir:expression [ fhir:v "Organization.endpoint.resolve().ofType(Endpoint).extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance').extension.where(url='igCanonicalUrl').value.ofType(canonical)"] . # # -------------------------------------------------------------------------------------