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

Enforces the minimum information set for the naming system metadata required by HL7 and other organizations that share and publish naming systems
description: Enforces the minimum information set for the naming system metadata required by HL7 and other organizations that share and publish naming systems
derivation: constraint
name: ShareableNamingSystem
type: NamingSystem
elements:
  description: {mustSupport: true, index: 10}
  publisher: {mustSupport: true, index: 9}
  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}
  url: {mustSupport: true, index: 1}
  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/shareablenamingsystem
base: http://hl7.org/fhir/StructureDefinition/NamingSystem
version: 5.0.0
required: [url, title, version, description]