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

FHIR IG Statistics: SearchParameter/practitionerrole-organization

Packagehl7.fhir.us.davinci-pdex-plan-net
TypeSearchParameter
Idpractitionerrole-organization
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pdex-plan-net/https://build.fhir.org/ig/HL7/davinci-pdex-plan-net/SearchParameter-practitionerrole-organization.html
URLhttp://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/practitionerrole-organization
Version1.2.0
Statusactive
Date2018-05-23T00:00:00+00:00
NamePlannet_sp_practitionerrole_organization
Realmus
Authorityhl7
DescriptionSelect PractitionerRoles available at the specified organization
Typereference

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 practitionerrole-organization

Plannet_sp_practitionerrole_organization TU

Parameter organization:reference

Select PractitionerRoles available at the specified organization

ResourcePractitionerRole
ExpressionPractitionerRole.organization
Target ResourcesOrganization
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
ChainsAllowed: name, address, partof, type

Source

{
  "resourceType": "SearchParameter",
  "id": "practitionerrole-organization",
  "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/practitionerrole-organization",
  "version": "1.2.0",
  "name": "Plannet_sp_practitionerrole_organization",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization",
  "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 PractitionerRoles available at the specified organization",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "organization",
  "base": [
    "PractitionerRole"
  ],
  "type": "reference",
  "expression": "PractitionerRole.organization",
  "target": [
    "Organization"
  ],
  "multipleOr": true,
  "multipleAnd": true,
  "chain": [
    "name",
    "address",
    "partof",
    "type"
  ]
}