PackagesCanonicalsLogsProblems
    Packages
    kl.dk.fhir.ltt@1.0.0
    http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-delivery-report
description: Delivery report to deliver data for each child or youth.
package_name: kl.dk.fhir.ltt
derivation: constraint
name: KLGatewayLTTDeliveryReport
type: Bundle
elements:
  identifier: {index: 0}
  type:
    pattern: {type: code, value: collection}
    type: code
    index: 1
  timestamp: {short: '[DK] indberetningsrapportTid', index: 2}
  total: {index: 3}
  link: {index: 4}
  entry:
    index: 5
    elements:
      link: {index: 6}
      resource:
        short: '[DK] indberetningsrapportIndhold'
        choices: [resourceCarePlan, resourcePatient, resourceEncounter]
        index: 8
      resourceCarePlan: {type: CarePlan, short: '[DK] indberetningsrapportIndhold', choiceOf: resource, index: 9}
      resourcePatient: {type: Patient, short: '[DK] indberetningsrapportIndhold', choiceOf: resource, index: 10}
      resourceEncounter: {type: Encounter, short: '[DK] indberetningsrapportIndhold', choiceOf: resource, index: 11}
      search: {index: 12}
      request: {index: 13}
      response: {index: 14}
    required: [resource, resourceCarePlan, resourceEncounter, resourcePatient]
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        citizen:
          match: {}
          schema:
            _required: true
            index: 15
            elements:
              resource: {type: Patient, index: 16}
              search: {index: 17}
              request: {index: 18}
              response: {index: 19}
  signature: {index: 20}
package_version: 1.0.0
class: profile
kind: resource
url: http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-delivery-report
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry, timestamp]