PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.examples@1.4.0
    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.r2b.examples
derivation: constraint
name: Shareable ValueSet
type: null
elements:
  description: {type: string, index: 16}
  publisher: {type: string, index: 15}
  name: {type: string, index: 12}
  experimental: {type: boolean, index: 14}
  status: {type: code, index: 13}
  url: {type: uri, index: 10}
  immutable: {type: boolean, index: 17}
  codeSystem:
    index: 0
    elements:
      caseSensitive: {type: boolean, index: 1}
      concept:
        array: true
        min: 1
        index: 2
        elements:
          abstract: {type: boolean, index: 3}
          code: {type: code, index: 4}
          concept:
            elementReference: ['http://hl7.org/fhir/StructureDefinition/shareablevalueset']
            array: true
            index: 5
          definition: {type: string, index: 6}
          display: {type: string, index: 7}
        required: [definition, display, code]
      system: {type: uri, comments: Servers that support  the shareable value set profile SHALL confirm that the system reference is resolvable when accepting value sets (e.g. PUT/POST)., index: 8}
      version: {type: string, index: 9}
    required: [concept, caseSensitive, system]
  version: {type: string, index: 11}
package_version: 1.4.0
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]