PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.dk.core@1.1.0
    http://hl7.dk/fhir/core/StructureDefinition/dk-core-organization
description: HL7 Denmark core profile for a danish health organization
package_name: hl7.fhir.dk.core
derivation: constraint
name: DkCoreOrganization
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        EAN-ID:
          match: {system: null}
          schema: {type: Identifier, index: 1}
          min: 0
          max: 1
        SOR-ID:
          match: {system: null}
          schema: {type: Identifier, index: 2}
          min: 0
          max: 1
        KOMBIT-ORG-ID:
          match: {system: null}
          schema: {type: Identifier, index: 3}
          min: 0
          max: 1
        Ydernummer:
          match: {system: 'urn:oid:1.2.208.176.1.4'}
          schema:
            index: 4
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:1.2.208.176.1.4'}
                index: 5
              value: {index: 6}
            required: [value, system]
        CVR-ID:
          match: {system: null}
          schema: {type: Identifier, index: 7}
          min: 0
          max: 1
        Kommunekode:
          match: {system: 'http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes'}
          schema:
            index: 8
            elements:
              system:
                pattern: {type: Uri, value: 'http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes'}
                index: 9
              value:
                binding: {strength: required, valueSet: 'http://hl7.dk/fhir/core/ValueSet/dk-core-MunicipalityCodes'}
                index: 10
            required: [value, system]
        Regionskode:
          match: {system: 'http://hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes'}
          schema:
            index: 11
            elements:
              system:
                pattern: {type: Uri, value: 'http://hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes'}
                index: 12
              value: {index: 13}
            required: [value, system]
  type:
    binding: {strength: required, valueSet: 'http://hl7.dk/fhir/core/ValueSet/sor-organization-type'}
    index: 14
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.dk/fhir/core/StructureDefinition/dk-core-organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.1.0
required: [identifier]