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

FHIR IG Statistics: SearchParameter/SearchParameter-ODSAPI-OrganizationRole-Role

Packagenhsd.assets.stu3
Resource TypeSearchParameter
IdSearchParameter-ODSAPI-OrganizationRole-Role
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/SearchParameter/ODSAPI-OrganizationRole-Role-1
URLhttps://fhir.nhs.uk/STU3/SearchParameter/ODSAPI-OrganizationRole-Role-1
Version1.0.0
Statusactive
Date2018-04-17
NameODS API Organization Role
Authorityhl7
DescriptionA search parameter to query on the role of an ODS Organization.
PurposeThis search parameter has been defined to enable the ability to query on the role of an ODS Organization.
Typetoken

Resources that use this resource

CapabilityStatement
ODSAPI-CapabilityStatement-1ODSAPI-CapabilityStatement-1

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "url": "https://fhir.nhs.uk/STU3/SearchParameter/ODSAPI-OrganizationRole-Role-1",
  "version": "1.0.0",
  "name": "ODS API Organization Role",
  "status": "active",
  "date": "2018-04-17",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "This search parameter has been defined to enable the ability to query on the role of an ODS Organization.",
  "code": "ods-org-role",
  "base": [
    "Organization"
  ],
  "type": "token",
  "description": "A search parameter to query on the role of an ODS Organization.",
  "expression": "Organization.extension('https://fhir.nhs.uk/STU3/StructureDefinition/Extension-ODSAPI-OrganizationRole-1').extension('role')",
  "xpath": "f:Organization/f:extension[@url='https://fhir.nhs.uk/STU3/StructureDefinition/Extension-ODSAPI-OrganizationRole-1']/f:extension[@url='role']",
  "xpathUsage": "normal",
  "comparator": [
    "eq"
  ],
  "modifier": [
    "exact"
  ]
}