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

Enforces the minimum information set for the code system metadata required by HL7 and other organizations that share and publish code systems
description: Enforces the minimum information set for the code system metadata required by HL7 and other organizations that share and publish code systems
derivation: constraint
name: ShareableCodeSystem
type: CodeSystem
elements:
  description: {mustSupport: true, index: 10}
  publisher: {mustSupport: true, index: 9}
  content: {mustSupport: true, index: 13}
  name: {mustSupport: true, index: 5}
  versionAlgorithm:
    mustSupport: true
    choices: []
    index: 4
  experimental: {mustSupport: true, index: 8}
  title: {mustSupport: true, index: 6}
  extension:
    mustSupport: true
    array: true
    index: 0
    slicing:
      slices:
        knowledgeRepresentationLevel:
          match: {}
          schema: {mustSupport: true, array: true, index: 0}
          min: 0
  status: {mustSupport: true, index: 7}
  hierarchyMeaning: {mustSupport: true, index: 12}
  url: {mustSupport: true, index: 1}
  concept:
    mustSupport: true
    index: 14
    elements:
      code: {mustSupport: true, index: 15}
      display: {mustSupport: true, index: 16}
      definition: {mustSupport: true, index: 17}
      concept:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/shareablecodesystem', elements, org/fhir/StructureDefinition/CodeSystem#CodeSystem, elements, concept]
        mustSupport: true
        array: true
        index: 18
    required: [code]
  caseSensitive: {mustSupport: true, index: 11}
  version: {mustSupport: true, index: 2}
extensions:
  knowledgeRepresentationLevel: {url: null, min: 0, mustSupport: true, array: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/shareablecodesystem
base: http://hl7.org/fhir/StructureDefinition/CodeSystem
version: 5.0.0
required: [url, experimental, caseSensitive, title, version, description]