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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeSearchParameter
IdSearchParameter-us-core-ethnicity.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/US-Core/SearchParameter-us-core-ethnicity.html
URLhttp://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity
Version9.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
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

status : Active

date : 2022-04-14

code : "ethnicity"

base : Patient

type : Token

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

multipleOr : true (Conformance Expectation = MAY)

multipleAnd : true (Conformance Expectation = MAY)


Source1

{
  "resourceType": "SearchParameter",
  "id": "us-core-ethnicity",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity",
  "version": "9.0.0",
  "name": "USCoreEthnicity",
  "status": "active",
  "experimental": false,
  "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"
      }
    ]
  }
}