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

Enforces the minimum information set for the value set metadata required by HL7 and other organizations that share and publish value sets
description: Enforces the minimum information set for the value set metadata required by HL7 and other organizations that share and publish value sets
derivation: constraint
name: Shareable CodeSystem
type: CodeSystem
elements:
  description: {index: 6}
  publisher: {index: 5}
  name: {index: 2}
  experimental: {index: 4}
  status: {index: 3}
  url: {index: 0}
  concept:
    min: 1
    array: true
    index: 8
    elements:
      code: {index: 9}
      display: {index: 10}
      definition: {index: 11}
      concept:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/shareablecodesystem', elements, concept]
        array: true
        index: 12
    required: [code]
  caseSensitive: {index: 7}
  version: {index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/shareablecodesystem
base: http://hl7.org/fhir/StructureDefinition/CodeSystem
version: 4.0.1
required: [url, concept, experimental, name, status, publisher, version, description]