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

FHIR IG Statistics: SearchParameter/organization-name

Packagehl7.fhir.us.davinci-pdex-plan-net
TypeSearchParameter
Idorganization-name
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pdex-plan-net/https://build.fhir.org/ig/HL7/davinci-pdex-plan-net/SearchParameter-organization-name.html
URLhttp://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/organization-name
Version1.2.0
Statusactive
Date2018-05-23T00:00:00+00:00
NamePlannet_sp_organization_name
Realmus
Authorityhl7
DescriptionSelect Organizations with the specified name
Typestring

Resources that use this resource

CapabilityStatement
plan-netPlan-Net CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter organization-name

Plannet_sp_organization_name TU

Parameter name:string

Select Organizations with the specified name

ResourceOrganization
ExpressionOrganization.name | Organization.alias
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ModifiersAllowed: exact, contains

Source

{
  "resourceType": "SearchParameter",
  "id": "organization-name",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "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/davinci-pdex-plan-net/ImplementationGuide/hl7.fhir.us.davinci-pdex-plan-net"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/organization-name",
  "version": "1.2.0",
  "name": "Plannet_sp_organization_name",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Organization-name",
  "status": "active",
  "date": "2018-05-23T00:00:00+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Select Organizations with the specified name",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "name",
  "base": [
    "Organization"
  ],
  "type": "string",
  "expression": "Organization.name | Organization.alias",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "exact",
    "contains"
  ]
}