PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.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.r2.examples
name: Shareable ValueSet
type: null
elements:
  description: {type: string, index: 6}
  publisher: {type: string, index: 5}
  name: {type: string, index: 2}
  experimental: {type: boolean, index: 4}
  status: {type: code, index: 3}
  url: {type: uri, index: 0}
  immutable: {type: boolean, index: 7}
  codeSystem:
    index: 8
    elements:
      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: 9}
      version: {type: string, index: 10}
      caseSensitive: {type: boolean, index: 11}
      concept:
        name: concept
        array: true
        min: 1
        index: 12
        elements:
          code: {type: code, index: 13}
          abstract: {type: boolean, index: 14}
          display: {type: string, index: 15}
          definition: {type: string, index: 16}
          concept: {nameReference: concept, array: true, index: 17}
        required: [definition, display, code]
    required: [concept, caseSensitive, system]
  version: {type: string, index: 1}
package_version: 1.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/shareablevalueset
version: null
required: [url, experimental, name, status, publisher, version, description]