FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeSearchParameter
IdSearchParameter-race.json
FHIR VersionR2

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative with Details

id: race

url: http://fhir.org/guides/argonaut/SearchParameter/race

name: ArgonautRace

status: draft

experimental: true

publisher: Argonaut Project

Contacts

-Telecom
*http://argonautwiki.hl7.org

date: 22/12/2016

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


Source1

{
  "resourceType": "SearchParameter",
  "id": "race",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
}