US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

ethnicity

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<SearchParameter/us-core-ethnicity> a fhir:SearchParameter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "us-core-ethnicity"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: us-core-ethnicity</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity\">http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity</a></p><p><b>name</b>: ethnicity</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>code</b>: ethnicity</p><p><b>base</b>: Patient</p><p><b>type</b>: token</p><p><b>description</b>: Returns patients with an ethnicity extension matching the specified code.</p><p><b>xpath</b>: f:Patient/f:extension[@url='http://hl7.org/fhir/StructureDefinition/us-core-ethnicity'] | f:Patient/f:extension[@url='http://hl7.org/fhir/StructureDefinition/us-core-ethnicity']</p><p><b>xpathUsage</b>: normal</p></div>"
  ];
  fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity"];
  fhir:SearchParameter.name [ fhir:value "ethnicity"];
  fhir:SearchParameter.status [ fhir:value "draft"];
  fhir:SearchParameter.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:SearchParameter.code [ fhir:value "ethnicity"];
  fhir:SearchParameter.base [
     fhir:value "Patient";
     fhir:index 0
  ];
  fhir:SearchParameter.type [ fhir:value "token"];
  fhir:SearchParameter.description [ fhir:value "Returns patients with an ethnicity extension matching the specified code."];
  fhir:SearchParameter.xpath [ fhir:value "f:Patient/f:extension[@url='http://hl7.org/fhir/StructureDefinition/us-core-ethnicity'] | f:Patient/f:extension[@url='http://hl7.org/fhir/StructureDefinition/us-core-ethnicity']"];
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"].