PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@4.0.0
    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
            elements:
              system: {mustSupport: true, index: 5}
              value: {mustSupport: true, index: 6}
  name: {mustSupport: true, index: 7}
package_version: 4.0.0
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: 4.0.0
required: [id, text, identifier]