PackagesCanonicalsLogsProblems
    Packages
    eu.miabis.r4@1.3.0
    https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network
description: This resource represents a group of interconnected biobanks, collections, and/or research resources
package_name: eu.miabis.r4
derivation: constraint
name: Network
type: Group
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        MemberEntity:
          match: {url: null}
          schema:
            type: Extension
            mustSupport: true
            url: https://fhir.bbmri-eric.eu/StructureDefinition/miabis-member-entity-extension
            index: 1
            elements:
              value:
                choices: [valueReference]
                index: 3
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['https://fhir.bbmri-eric.eu/StructureDefinition/miabis-biobank', 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network']
                index: 4
  identifier: {short: ID of the collection., mustSupport: true, index: 5}
  active: {short: The state of the collection functions., mustSupport: true, index: 6}
  type:
    short: The type of resources this group contains. For this resource type, this is always set to person. (should be organization, but this is only supported in R5)
    pattern: {type: Code, value: person}
    index: 7
  name: {short: Name of the collection (preferably in English)., mustSupport: true, index: 8}
  managingEntity:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network-organization']
    index: 9
package_version: 1.3.0
extensions:
  MemberEntity:
    url: https://fhir.bbmri-eric.eu/StructureDefinition/miabis-member-entity-extension
    type: Extension
    mustSupport: true
    index: 1
    elements:
      value:
        choices: [valueReference]
        index: 3
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['https://fhir.bbmri-eric.eu/StructureDefinition/miabis-biobank', 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network']
        index: 4
class: profile
kind: resource
url: https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network
base: http://hl7.org/fhir/StructureDefinition/Group
version: 1.3.0
required: [name, identifier, managingEntity]