eHealthExchange Healthcare Directory Implementation Guide
1.2.0 - Release 1

SearchParameter: NameOrID

Official URL: https://sequoiaproject.org/fhir/ehx/SearchParameter/sp-name-or-id Version: 1.2.0
Active as of 2024-12-23 Computable Name: NameOrID

The organization's name or ID, ignoring the resource type (Organization/) and version (/_history/...)

Generated Narrative: SearchParameter sp-name-or-id

NameOrID

Parameter nameOrId:string

The organization's name or ID, ignoring the resource type (Organization/) and version (/_history/...)

ResourceOrganization
ExpressionOrganization.name | Organization.id.replaceMatches('^(Organization/)?(?<id>[^/]+)(/_history/.+)?$', '${id}')
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