http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition|5.0.0

Enforces the minimum information set for the activity definition metadata required by HL7 and other organizations that share and publish activity definitions
description: Enforces the minimum information set for the activity definition metadata required by HL7 and other organizations that share and publish activity definitions
derivation: constraint
name: ShareableActivityDefinition
type: ActivityDefinition
elements:
  description: {mustSupport: true, index: 11}
  publisher: {mustSupport: true, index: 10}
  name: {mustSupport: true, index: 7}
  versionAlgorithm:
    mustSupport: true
    choices: []
    index: 6
  experimental: {mustSupport: true, index: 9}
  title: {mustSupport: true, index: 8}
  extension:
    mustSupport: true
    array: true
    index: 0
    slicing:
      slices:
        knowledgeCapability:
          match: {}
          schema: {mustSupport: true, array: true, index: 0}
          min: 0
        knowledgeRepresentationLevel:
          match: {}
          schema: {mustSupport: true, array: true, index: 1}
          min: 0
        artifactComment:
          match: {}
          schema: {mustSupport: true, array: true, index: 2}
          min: 0
  url: {mustSupport: true, index: 3}
  version: {mustSupport: true, index: 4}
extensions:
  knowledgeCapability: {url: null, min: 0, mustSupport: true, array: true, index: 0}
  knowledgeRepresentationLevel: {url: null, min: 0, mustSupport: true, array: true, index: 1}
  artifactComment: {url: null, min: 0, mustSupport: true, array: true, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition
base: http://hl7.org/fhir/StructureDefinition/ActivityDefinition
version: 5.0.0
required: [url, experimental, title, version, description]