PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    http://hl7.org/fhir/StructureDefinition/shareablevalueset
description: Enforces the minimum information set for the value set metadata required by HL7 and other organisations that share and publish value sets
package_name: hl7.fhir.r3.examples
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}
  immutable: {type: boolean, index: 7}
package_version: 3.0.2
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/shareablevalueset
base: http://hl7.org/fhir/StructureDefinition/ValueSet
version: null
required: [url, experimental, name, status, publisher, version, description]