description: Enforces the minimum information set for the value set metadata required by HL7 and other organizations that share and publish value sets package_name: hl7.fhir.r4b.core derivation: constraint name: Shareable ValueSet type: ValueSet elements: url: {type: uri, index: 0} version: {type: string, index: 1} name: {type: string, index: 2} status: {type: code, index: 3} experimental: {type: boolean, index: 4} publisher: {type: string, index: 5} description: {type: markdown, index: 6} package_version: 4.1.0 class: profile kind: resource url: http://hl7.org/fhir/StructureDefinition/shareablevalueset base: http://hl7.org/fhir/StructureDefinition/ValueSet version: 4.1.0 required: [url, experimental, name, status, publisher, version, description]