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

Generated Narrative: SearchParameter sp-managing-org

ManagingOrganization

Parameter managingOrg:string

The value of the org-managing-org extension or the organization's own ID, ignoring the resource type (Organization/) and version (/_history/...)

\n
ResourceOrganization
Expression(Organization.extension('https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org').value.reference | Organization.id).select(replaceMatches('^(Organization/)?(?<id>[^/]+)(/_history/.+)?$', '${id}'))
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
" ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/SearchParameter/sp-managing-org"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.2.0"] ; # fhir:name [ fhir:v "ManagingOrganization"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-12-23T14:12:01-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "eHealthExchange"] ; # fhir:contact ( [ fhir:name [ fhir:v "eHealthExchange" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://ehealthexchange.org/" ] ] ) ] ) ; # fhir:description [ fhir:v "The value of the `org-managing-org` extension or the organization's own ID, ignoring the resource type (`Organization/`) and version (`/_history/...`)"] ; # fhir:code [ fhir:v "managingOrg"] ; # fhir:base ( [ fhir:v "Organization"] ) ; # fhir:type [ fhir:v "string"] ; # fhir:expression [ fhir:v "(Organization.extension('https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org').value.reference | Organization.id).select(replaceMatches('^(Organization/)?(?[^/]+)(/_history/.+)?$', '${id}'))"] ; # fhir:multipleOr [ fhir:v "true"^^xsd:boolean] ; # fhir:multipleAnd [ fhir:v "true"^^xsd:boolean] . # # -------------------------------------------------------------------------------------