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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeSearchParameter
IdSearchParameter-practitionerrole-network.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-us-ndh/SearchParameter-practitionerrole-network.html
URLhttp://hl7.org/fhir/us/ndh/SearchParameter/practitionerrole-network
Version2.0.0-current
Statusactive
Date2025-12-22T21:09:01+00:00
NamePractitionerroleNetworkSearchParameter
Realmus
Authorityhl7
DescriptionSelect roles where the practitioner is a member of the specified health insurance provider network
Typereference

Resources that use this resource

CapabilityStatement
ndh-serverNDH Server Capability Statement
national-directory-api-base-expanded-serverNational Directory API Base Expanded Server Capability Statement
national-directory-api-base-serverNational Directory API Base Server Capability Statement
national-directory-api-serverNational Directory API Capability Statement
ndh-attestation-serverNDH Attestation Server Capability Statement
ndh-verification-serverNDH Verification Server Capability Statement
wds-endpoint-basic-query-serverWorkflow Directory Server Endpoint Basic Query Capability Statement
wds-endpoint-expanded-query-serverWorkflow Directory Server Endpoint Expanded Query Capability Statement
wds-health-and-human-service-basic-query-serverWorkflow Directory Server Health And Human Service Basic Query Capability Statement
wds-health-and-human-service-expanded-query-serverWorkflow Directory Server Health And Human Service Expanded Query Capability Statement
wds-human-service-basic-query-serverWorkflow Directory Server Human Service Basic Query Capability Statement
wds-human-service-expanded-query-serverWorkflow Directory Server Human Service Expanded Query Capability Statement
wds-payer-provider-network-query-serverWorkflow Directory Server Payer Provider Network Query Capability Statement
wds-provider-basic-query-serverWorkflow Directory Server Provider Basic Query Capability Statement
wds-provider-expanded-query-serverWorkflow Directory Server Provider Expanded Query Capability Statement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter practitionerrole-network

PractitionerroleNetworkSearchParameter

Parameter network:reference

Select roles where the practitioner is a member of the specified health insurance provider network

ResourcePractitionerRole
ExpressionPractitionerRole.extension.where(url='http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference').value.ofType(Reference)
Processing ModeNormal
Target ResourcesOrganization
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
ChainsAllowed: identifier, name, partof

Source1

{
  "resourceType": "SearchParameter",
  "id": "practitionerrole-network",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    },
    {
      "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/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/ndh/SearchParameter/practitionerrole-network",
  "version": "2.0.0-current",
  "name": "PractitionerroleNetworkSearchParameter",
  "status": "active",
  "date": "2025-12-22T21:09:01+00:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "name": "HL7 International / Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Select roles where the practitioner is a member of the specified health insurance provider network",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "network",
  "base": [
    "PractitionerRole"
  ],
  "type": "reference",
  "expression": "PractitionerRole.extension.where(url='http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference').value.ofType(Reference)",
  "xpathUsage": "normal",
  "target": [
    "Organization"
  ],
  "chain": [
    "identifier",
    "name",
    "partof"
  ]
}