eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: NameOrID - XML Representation

Active as of 2024-03-29

Raw xml | Download



<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="sp-name-or-id"/>
  <meta>
    <versionId value="10"/>
    <lastUpdated value="2023-11-02T22:50:29.778Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>NameOrID</h2><p>Parameter <code>nameOrId</code>:<code>string</code></p><div><p>The organization's name or ID, ignoring the resource type (<code>Organization/</code>) and version (<code>/_history/...</code>)</p>
</div><table class="grid"><tr><td>Resource</td><td><a href="http://hl7.org/fhir/R4/organization.html">Organization</a></td></tr><tr><td>Expression</td><td><code>Organization.name | Organization.id.replaceMatches('^(Organization/)?(?&lt;id&gt;[^/]+)(/_history/.+)?$', '${id}')</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether 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>
  </text>
  <url
       value="https://sequoiaproject.org/fhir/ehx/SearchParameter/sp-name-or-id"/>
  <version value="1.0.5"/>
  <name value="NameOrID"/>
  <status value="active"/>
  <date value="2024-03-29T15:33:21+00:00"/>
  <publisher value="eHealth Exchange"/>
  <contact>
    <name value="eHealth Exchange"/>
    <telecom>
      <system value="url"/>
      <value value="https://ehealthexchange.org/"/>
    </telecom>
  </contact>
  <description
               value="The organization's name or ID, ignoring the resource type (`Organization/`) and version (`/_history/...`)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
    <text value="United States of America"/>
  </jurisdiction>
  <code value="nameOrId"/>
  <base value="Organization"/>
  <type value="string"/>
  <expression
              value="Organization.name | Organization.id.replaceMatches('^(Organization/)?(?&lt;id&gt;[^/]+)(/_history/.+)?$', '${id}')"/>
</SearchParameter>