PackagesCanonicalsLogsProblems
    Packages
    eu.miabis.r4@1.3.0
    https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network-organization
description: Network Organization represent a formal part of a Network, like ist name, contact information, url, etc.
package_name: eu.miabis.r4
derivation: constraint
name: NetworkOrganization
type: Organization
elements:
  address:
    short: Address of the network.
    mustSupport: true
    index: 10
    elements:
      country: {short: Country of the network., mustSupport: true, index: 11}
    required: [country]
  name: {short: Name of the network (preferably in English)., mustSupport: true, index: 5}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        commonCollaborationTopics:
          match: {url: null}
          schema: {type: Extension, short: Common collaboration topics for the network., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-common-collaboration-topics-extension', index: 1}
          min: 0
        description:
          match: {url: null}
          schema: {type: Extension, short: Description of the network in English., mustSupport: true, url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension', index: 2}
          min: 0
          max: 1
  alias: {short: Short name in use for the network. If applicable., mustSupport: true, index: 6}
  active: {short: The state of the network functions., mustSupport: true, index: 4}
  identifier: {short: ID of the network., mustSupport: true, index: 3}
  telecom:
    short: Complete http-address for the network.
    mustSupport: true
    index: 7
    elements:
      system:
        pattern: {type: Code, value: url}
        index: 8
      value: {short: URL of the network., mustSupport: true, index: 9}
  partOf: {short: The juristic person responsible for network, mustSupport: true, index: 12}
  contact:
    elements:
      name:
        elements:
          family: {mustSupport: true, index: 13}
          given: {mustSupport: true, index: 14}
        required: [given, family]
      telecom: {index: 15}
    required: [telecom]
package_version: 1.3.0
extensions:
  commonCollaborationTopics: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-common-collaboration-topics-extension', min: 0, type: Extension, short: Common collaboration topics for the network., mustSupport: true, index: 1}
  description: {url: 'https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension', min: 0, max: 1, type: Extension, short: Description of the network in English., mustSupport: true, index: 2}
class: profile
kind: resource
url: https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network-organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.3.0
required: [name, address, partOf, identifier]