PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@3.0.1
    http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization
description: A formally recognized organizations within danish healthcare, registered with a SOR identifier issued by The Danish Health Data Authority
package_name: medcom.fhir.dk.core
derivation: constraint
name: MedComCoreOrganization
type: Organization
elements:
  id: {mustSupport: true, index: 0}
  text:
    short: The narrative text SHALL always be included when exchanging a MedCom FHIR Bundle.
    mustSupport: true
    index: 1
    elements:
      status: {mustSupport: true, index: 2}
      div: {mustSupport: true, index: 3}
  identifier:
    short: Sundhedsvæsenets Organisationsregister (SOR) identifier
    mustSupport: true
    index: 4
    slicing:
      slices:
        SOR-ID:
          match: {}
          schema: {short: Sundhedsvæsenets Organisationsregister (SOR) identifier, mustSupport: true, _required: true, index: 4}
          min: 1
  name: {mustSupport: true, index: 5}
package_version: 3.0.1
class: profile
kind: resource
url: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization
base: http://hl7.dk/fhir/core/StructureDefinition/dk-core-organization
version: 3.0.1
required: [identifier]