Argonaut Data Query Implementation Guide Version 1.0.0

This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions

ArgonautRace


<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="race"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: race</p><p><b>url</b>: <a href="http://fhir.org/guides/argonaut/SearchParameter/race">http://fhir.org/guides/argonaut/SearchParameter/race</a></p><p><b>name</b>: ArgonautRace</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>publisher</b>: Argonaut Project</p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>http://argonautwiki.hl7.org</td></tr></table><p><b>date</b>: 22/12/2016</p><p><b>code</b>: race</p><p><b>base</b>: Patient</p><p><b>type</b>: token</p><p><b>description</b>: Returns patients with a race extension matching the specified code.</p><p><b>xpath</b>: f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-race']/f:extension[@url='ombCategory' or @url='detailed']</p><p><b>xpathUsage</b>: normal</p></div>
  </text>
  <url value="http://fhir.org/guides/argonaut/SearchParameter/race"/>
  <name value="ArgonautRace"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="Argonaut Project"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://argonautwiki.hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-12-22"/>
  <code value="race"/>
  <base value="Patient"/>
  <type value="token"/>
  <description
               value="Returns patients with a race extension matching the specified code."/>
  <xpath
         value="f:Patient/f:extension[@url=&#39;http://hl7.org/fhir/us/core/StructureDefinition/us-core-race&#39;]/f:extension[@url=&#39;ombCategory&#39; or @url=&#39;detailed&#39;]"/>
  <xpathUsage value="normal"/>
</SearchParameter>