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

FHIR IG Statistics: SearchParameter/us-core-patient-name

Packagehl7.fhir.us.core
TypeSearchParameter
Idus-core-patient-name
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/core/https://build.fhir.org/ig/HL7/US-Core/SearchParameter-us-core-patient-name.html
URLhttp://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name
Version8.0.0
Statusactive
Date2024-11-17
NameUSCorePatientName
Realmus
Authorityhl7
Description**A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text** NOTE: This SearchParameter is defined only to document Server and Client expectations. Its definition is derived from the standard FHIR SearchParameter and it uses the [Conformance expectation extension](http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation) to define additional expectations for the following SearchParameter elements: - `multipleAnd` - `multipleOr` - `comparator` - `modifier` - `chain` It **SHALL NOT** be used as a search parameter for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameter.
Typestring

Resources that use this resource

CapabilityStatement
tocTOC CapabilityStatement
eltss-servereLTSS Server Capability Statement
adiADI CapabilityStatement
pdex-server-6-1PDex Server CapabilityStatement with US core 6.1 support
pdex-serverPDEX Server CapabilityStatement
CapabilityStatement-edrs-serverCapabilityStatement - Electronic Death Reporting System (EDRS) Server
CapabilityStatement-mdi-cms-serverCapabilityStatement - MDI CMS Server
us-core-clientUS Core Client CapabilityStatement
us-core-serverUS Core Server CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

id us-core-patient-name

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

name : USCorePatientName

derivedFrom : http://hl7.org/fhir/SearchParameter/Patient-name

status : active

date : 11/17/2024

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 : name

base :Patient

type : string

expression : Patient.name

xpath : f:Patient/f:name

xpathUsage : normal

multipleOr : True (Conformance Expectation = MAY)

multipleAnd : True ( Conformance Expectation = MAY)


Source

{
  "resourceType": "SearchParameter",
  "id": "us-core-patient-name",
  "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-patient-name",
  "version": "8.0.0",
  "name": "USCorePatientName",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Patient-name",
  "status": "active",
  "experimental": false,
  "date": "2024-11-17",
  "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": "**A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text**  \nNOTE: This SearchParameter is defined only to document Server and Client expectations. Its definition is derived from the standard FHIR SearchParameter and it uses the [Conformance expectation extension](http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation) to define additional expectations for the following SearchParameter elements:\n- `multipleAnd`\n- `multipleOr`\n- `comparator`\n- `modifier`\n- `chain`\n\nIt **SHALL NOT** be used as a search parameter for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameter.\n",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "name",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.name",
  "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"
      }
    ]
  }
}