FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/us-core-ethnicity

Packagehl7.fhir.us.core
TypeSearchParameter
Idus-core-ethnicity
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/core/https://build.fhir.org/ig/HL7/US-Core/SearchParameter-us-core-ethnicity.html
URLhttp://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity
Version8.0.0
Statusactive
Date2022-04-14
NameUSCoreEthnicity
Realmus
Authorityhl7
DescriptionReturns patients with an ethnicity extension matching the specified code.
Typetoken

Resources that use this resource

CapabilityStatement
tocTOC CapabilityStatement
adiADI CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

id us-core-ethnicity

url : http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity

version : 4.1.0

name : USCoreEthnicity

status : active

date : 04/14/2022

publisher : HL7 International - Cross-Group Projects

contact : http://www.hl7.org/Special/committees/cgp

jurisdiction : United States of America (the) (Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America (the)'})

code : ethnicity

base :Patient

type : token

expression : Patient.extension.where(url = 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity').extension.value.code

xpath : f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity']/f:extension/f:valueCoding/f:code/@value

xpathUsage : normal

multipleOr : True (Conformance Expectation = MAY)

multipleAnd : True ( Conformance Expectation = MAY)


Source

{
  "resourceType": "SearchParameter",
  "id": "us-core-ethnicity",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity",
  "version": "8.0.0",
  "name": "USCoreEthnicity",
  "status": "active",
  "date": "2022-04-14",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International / Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        },
        {
          "system": "email",
          "value": "cgp@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Returns patients with an ethnicity extension matching the specified code.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "ethnicity",
  "base": [
    "Patient"
  ],
  "type": "token",
  "expression": "Patient.extension.where(url = 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity').extension.value.code",
  "xpathUsage": "normal",
  "multipleOr": true,
  "_multipleOr": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "multipleAnd": true,
  "_multipleAnd": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  }
}