PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.bulkdata@3.0.0-ballot
    http://hl7.org/fhir/uv/bulkdata/StructureDefinition/operation-not-supported
description: 'Extension used in a CapabilityStatement to indicate that the parent resource type or search parameter is not supported for use in a bulk data export operation. For example, the following extension would indicate that the `AllergyIntolerance.clinical-status` search parameter may not be used in a `_typeFilter` parameter on this server.\n```\n  \"searchParam\": [{\n    \"name\": \"clinical-status\",\n    \"type\": \"token\",\n    \"extension\": [{\n      \"url\": \"http://hl7.org/fhir/uv/bulkdata/Extension/operation-not-supported\",\n      \"valueCanonical\": \"http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data\"\n    }]\n  }]\n```'
package_name: hl7.fhir.uv.bulkdata
derivation: constraint
name: OperationNotSupported
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/uv/bulkdata/StructureDefinition/operation-not-supported'}
    type: uri
    index: 1
  value:
    short: Canonical URL for unsupported operation
    choices: [valueCanonical]
    index: 3
  valueCanonical: {type: canonical, short: Canonical URL for unsupported operation, choiceOf: value, index: 4}
package_version: 3.0.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/uv/bulkdata/StructureDefinition/operation-not-supported
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 3.0.0-ballot