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

Generated Narrative: SearchParameter sp-doa

AuthorityDelegation

Parameter doa:reference

The value of the DOA extension

\n
ResourceOrganization
ExpressionOrganization.extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/DOA').value.ofType(Reference)
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-doa"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.6.0"] ; # fhir:name [ fhir:v "AuthorityDelegation"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2025-06-11T17:51:36-04: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 value of the `DOA` extension"] ; # fhir:code [ fhir:v "doa"] ; # fhir:base ( [ fhir:v "Organization"] ) ; # fhir:type [ fhir:v "reference"] ; # fhir:expression [ fhir:v "Organization.extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/DOA').value.ofType(Reference)"] . # # -------------------------------------------------------------------------------------