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

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

Packagehl7.fhir.us.core
TypeSearchParameter
Idus-core-organization-name
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/core/https://build.fhir.org/ig/HL7/US-Core/SearchParameter-us-core-organization-name.html
URLhttp://hl7.org/fhir/us/core/SearchParameter/us-core-organization-name
Version8.0.0
Statusactive
Date2022-04-14
NameUSCoreOrganizationName
Realmus
Authorityhl7
Description**A portion of the organization's name or alias** **NOTE**: This US Core SearchParameter definition extends the usage context of the [Conformance expectation extension](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html) - multipleAnd - multipleOr - comparator - modifier - chain
Typestring

Resources that use this resource

CapabilityStatement
eltss-servereLTSS Server Capability Statement
pdex-server-6-1PDex Server CapabilityStatement with US core 6.1 support
pdex-serverPDEX Server CapabilityStatement
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-organization-name

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

version : 4.0.1

name : USCoreOrganizationName

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

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

base :Organization

type : string

expression : Organization.name|Organization.alias

xpath : f:Organization/f:name|f:Organization/f:alias

xpathUsage : normal

multipleOr : True (Conformance Expectation = MAY)

multipleAnd : True ( Conformance Expectation = MAY)


Source

{
  "resourceType": "SearchParameter",
  "id": "us-core-organization-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-organization-name",
  "version": "8.0.0",
  "name": "USCoreOrganizationName",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Organization-name",
  "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": "**A portion of the organization's name or alias**  \n**NOTE**: This US Core SearchParameter definition extends the usage context of the\n[Conformance expectation extension](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html)\n - multipleAnd\n - multipleOr\n - comparator\n - modifier\n - chain",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "name",
  "base": [
    "Organization"
  ],
  "type": "string",
  "expression": "Organization.name|Organization.alias",
  "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"
      }
    ]
  }
}