PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.no.basis@2.0.17-alpha
    http://hl7.no/fhir/StructureDefinition/no-basis-Organization
description: Basisprofil for Norwegian Organization information. Defined by The Norwegian Directorate of eHealth and HL7 Norway. The basis profile describes information structures typically used for identifying norwegian organizations. Should be used as a basis for further profiling in use-cases where other specific identity information is needed. The basis profile is open, but derived profiles should close down the information elements according to specification relevant to the use-case.
package_name: hl7.fhir.no.basis
derivation: constraint
name: NoBasisOrganization
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        ENH:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.4.101'}
          schema:
            short: Organisasjonsnummer from Enhetsregisteret
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.4.101'}
                index: 2
              value: {index: 3}
            required: [value, system]
        RSH:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.4.102'}
          schema:
            short: Nasjonalt register over enheter i spesialisthelsetjenesten (RESH-ID)
            index: 4
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.4.102'}
                index: 5
              value: {index: 6}
            required: [value, system]
  type:
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: coding.system, type: value}
      min: null
      slices:
        organisatoriskNiva:
          match:
            coding: {system: 'urn:oid:2.16.578.1.12.4.1.1.8628'}
          schema:
            short: Organisatorisk nivÄ
            binding: {strength: required, valueSet: 'urn:oid:2.16.578.1.12.4.1.1.8628'}
            index: 8
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.8628'}
                    index: 9
                  code: {index: 10}
                required: [system, code]
        organisatoriskBetegnelse:
          match:
            coding: {system: 'urn:oid:2.16.578.1.12.4.1.1.8624'}
          schema:
            short: Organisatorisk betegnelse
            binding: {strength: required, valueSet: 'urn:oid:2.16.578.1.12.4.1.1.8624'}
            index: 11
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.8624'}
                    index: 12
                  code: {index: 13}
                required: [system, code]
  address: {type: Address, index: 14}
  partOf:
    type: Reference
    refers: ['http://hl7.no/fhir/StructureDefinition/no-basis-Organization', 'http://hl7.org/fhir/StructureDefinition/Organization']
    index: 15
  contact:
    elements:
      address: {type: Address, index: 16}
  endpoint: {index: 17}
package_version: 2.0.17-alpha
class: profile
kind: resource
url: http://hl7.no/fhir/StructureDefinition/no-basis-Organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 2.0.15