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

{
  "resourceType" : "SearchParameter",
  "id" : "race",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://fhir.org/guides/argonaut/SearchParameter/race",
  "name" : "ArgonautRace",
  "status" : "draft",
  "experimental" : true,
  "publisher" : "Argonaut Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "date" : "2016-12-22",
  "code" : "race",
  "base" : "Patient",
  "type" : "token",
  "description" : "Returns patients with a race extension matching the specified code.",
  "xpath" : "f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-race']/f:extension[@url='ombCategory' or @url='detailed']",
  "xpathUsage" : "normal"
}