PackagesCanonicalsLogsProblems
    Packages
    eu.miabis.r4@1.3.0
    https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-organization
description: Collection Organization represent a formal part of a organization, like ist name, contact information, publications, etc.
package_name: eu.miabis.r4
derivation: constraint
name: CollectionOrganization
type: Organization
elements:
  address:
    short: Address of the collection.
    mustSupport: true
    index: 15
    elements:
      country: {short: Country of the collection., mustSupport: true, index: 16}
    required: [country]
  name: {short: Name of the collection (preferably in English)., mustSupport: true, index: 10}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        datasetType:
          match: {url: null}
          schema: {type: Extension, short: Types of datasets (groups of related data) obtained or otherwise derived from donors or their specimens., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-dataset-type-extension', index: 1}
          min: 0
        sampleSource:
          match: {url: null}
          schema: {type: Extension, short: The source from which the samples were collected or isolated., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-source-extension', index: 2}
          min: 0
          max: 1
        sampleCollectionSetting:
          match: {url: null}
          schema: {type: Extension, short: The context in which the sample collection was/is conducted., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-collection-setting-extension', index: 3}
          min: 0
        collectionDesign:
          match: {url: null}
          schema: {type: Extension, short: The overall design of the collection that explains how the collection was/is built up., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-design-extension', index: 4}
          min: 0
        useAndAccessConditions:
          match: {url: null}
          schema: {type: Extension, short: The conditions that may change the availability of the samples/data in the collection., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-use-and-access-conditions-extension', index: 5}
          min: 0
        publications:
          match: {url: null}
          schema: {type: Extension, short: 'key publications produced in the collection (provide DOI, if possible).', mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-publications-extension', index: 6}
          min: 0
        description:
          match: {url: null}
          schema: {type: Extension, short: Description of the collection in English., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension', index: 7}
          min: 1
          max: 1
  alias: {short: Short name in use for the collection. If applicable., mustSupport: true, index: 11}
  active: {short: The state of the collection functions., mustSupport: true, index: 9}
  identifier: {short: ID of the collection., mustSupport: true, index: 8}
  telecom:
    short: Complete http-address for the collection.
    mustSupport: true
    index: 12
    elements:
      system:
        pattern: {type: Code, value: url}
        index: 13
      value: {short: URL of the collection., mustSupport: true, index: 14}
  partOf:
    type: Reference
    short: The organization that the collection is part of.
    mustSupport: true
    refers: ['https://fhir.bbmri-eric.eu/StructureDefinition/miabis-biobank']
    index: 17
  contact:
    elements:
      name:
        elements:
          family: {mustSupport: true, index: 18}
          given: {mustSupport: true, index: 19}
        required: [given, family]
      telecom: {index: 20}
    required: [telecom]
package_version: 1.3.0
extensions:
  datasetType: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-dataset-type-extension', min: 0, type: Extension, short: Types of datasets (groups of related data) obtained or otherwise derived from donors or their specimens., mustSupport: true, index: 1}
  sampleSource: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-source-extension', min: 0, max: 1, type: Extension, short: The source from which the samples were collected or isolated., mustSupport: true, index: 2}
  sampleCollectionSetting: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-collection-setting-extension', min: 0, type: Extension, short: The context in which the sample collection was/is conducted., mustSupport: true, index: 3}
  collectionDesign: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-design-extension', min: 0, type: Extension, short: The overall design of the collection that explains how the collection was/is built up., mustSupport: true, index: 4}
  useAndAccessConditions: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-use-and-access-conditions-extension', min: 0, type: Extension, short: The conditions that may change the availability of the samples/data in the collection., mustSupport: true, index: 5}
  publications: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-publications-extension', min: 0, type: Extension, short: 'key publications produced in the collection (provide DOI, if possible).', mustSupport: true, index: 6}
  description: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension', min: 1, max: 1, type: Extension, short: Description of the collection in English., mustSupport: true, index: 7}
class: profile
kind: resource
url: https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.3.0
required: [name, extension, address, partOf, identifier]