PackagesCanonicalsLogsProblems
    Packages
    no.nhn.fhir.helsenorge.profiles@2.5.25-beta
    http://helsenorge.no/fhir/StructureDefinition/kommunikasjonspart-Organization
description: Use case specific profile for Norwegian services defined in the Norwegian address register, kommunikasjonspart-Organization. Defined by The Norwegian Directorate of eHealth and HL7 Norway. The profile adds Norwegian specific identification of Healthcare services as defined in the Norwegian adress register. The use-case profile is specific for the use case of identifying relevant services defined in the address register for electronic communication.
package_name: no.nhn.fhir.helsenorge.profiles
derivation: constraint
name: KommunikasjonspartOrganization
type: Organization
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        organizationcoverage:
          match: {url: null}
          schema: {type: Extension, url: 'http://helsenorge.no/fhir/StructureDefinition/tba-organizationcoverage', index: 1}
          min: 0
  identifier:
    index: 2
    elements:
      system: {short: The official name of the RESH id namespace, index: 3}
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      max: 1
      slices:
        ENH:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.4.101'}
          schema:
            index: 4
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.4.101'}
                index: 5
              value: {index: 6}
            required: [value, system]
        RSH:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.4.102'}
          schema:
            index: 7
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.4.102'}
                index: 8
              value: {index: 9}
            required: [value, system]
        HER:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.2'}
          schema:
            _required: true
            index: 10
            elements:
              system:
                short: The official name of the HERid namespace
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.2'}
                index: 11
              value: {short: The actual HER-id from the Norwegian Adresseregister, index: 12}
            required: [value, system]
  type:
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/organization-type'}
    index: 13
    slicing:
      rules: open
      discriminator:
      - {path: coding.system, type: value}
      min: 1
      max: 1
      slices:
        organisatoriskNiva:
          match:
            coding: {system: 'urn:oid:2.16.578.1.12.4.1.1.8628'}
          schema:
            binding: {strength: required, valueSet: 'urn:oid:2.16.578.1.12.4.1.1.8628'}
            index: 14
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.8628'}
                    index: 15
                required: [system]
        organisatoriskBetegnelse:
          match:
            coding: {system: 'urn:oid:2.16.578.1.12.4.1.1.8624'}
          schema:
            binding: {strength: required, valueSet: 'urn:oid:2.16.578.1.12.4.1.1.8624'}
            index: 16
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.8624'}
                    index: 17
                required: [system]
  partOf: {index: 18}
package_version: 2.5.25-beta
extensions:
  organizationcoverage: {url: 'http://helsenorge.no/fhir/StructureDefinition/tba-organizationcoverage', min: 0, type: Extension, index: 1}
class: profile
kind: resource
url: http://helsenorge.no/fhir/StructureDefinition/kommunikasjonspart-Organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.1
required: [partOf, identifier, type]