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

FHIR IG Statistics: SearchParameter/fast-consent-organizationId

Packagehl7.fhir.us.consent-management
Resource TypeSearchParameter
Idfast-consent-organizationId
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/consent-management/https://build.fhir.org/ig/HL7/fhir-consent-management/SearchParameter-fast-consent-organizationId.html
URLhttp://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-organizationId
Version0.1.0
Statusactive
Date2025-07-09T21:09:16+00:00
NameFASTConsentOrganizationId
Realmus
Authorityhl7
DescriptionThe Consent organization identifier which is defined either within one or more of the extensions grantee, manager, controller or the provision.actor.role.reference.
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter fast-consent-organizationId

FASTConsentOrganizationId TU

Parameter organizationId:token

The Consent organization identifier which is defined either within one or more of the extensions grantee, manager, controller or the provision.actor.role.reference.

ResourceConsent
ExpressionConsent.provision.actor.reference.identifier | Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantee').extension.value.identifier | Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.manager').extension.value.identifier | Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.controller').extension.value.identifier
Processing ModeNormal
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
ComparatorsAllowed: eq

Source

{
  "resourceType": "SearchParameter",
  "id": "fast-consent-organizationId",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cbcc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
          }
        ]
      }
    },
    {
      "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/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/consent-management/SearchParameter/fast-consent-organizationId",
  "version": "0.1.0",
  "name": "FASTConsentOrganizationId",
  "status": "active",
  "experimental": false,
  "date": "2025-07-09T21:09:16+00:00",
  "publisher": "HL7 International / Community Based Collaborative Care",
  "contact": [
    {
      "name": "HL7 International / Community Based Collaborative Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cbcc"
        }
      ]
    }
  ],
  "description": "The Consent organization identifier which is defined either within one or more of the extensions grantee, manager, controller or the provision.actor.role.reference.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "organizationId",
  "base": [
    "Consent"
  ],
  "type": "token",
  "expression": "Consent.provision.actor.reference.identifier | Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantee').extension.value.identifier | Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.manager').extension.value.identifier | Consent.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.controller').extension.value.identifier",
  "xpathUsage": "normal",
  "comparator": [
    "eq"
  ]
}