PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-epr-mhealth@1.0.0
    http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-submissionset-comprehensive-bundle
description: CH MHD SubmissionSet Comprehensive Bundle response [ITI-66]
package_name: ch.fhir.ig.ch-epr-mhealth
derivation: constraint
name: CHMhdSubmissionSetComprehensiveBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: searchset}
    mustSupport: true
    index: 0
  total: {mustSupport: true, index: 1}
  link:
    mustSupport: true
    index: 2
    elements:
      relation: {index: 3}
      url: {index: 4}
  entry:
    index: 5
    elements:
      fullUrl:
        constraint:
          ch-mhd-bdl-1: {human: The fullUrl must be an absolute URL server address or an URI for UUID/OID, severity: error, expression: 'startsWith(''http'') or startsWith(''urn:uuid:'') = true'}
        mustSupport: true
        index: 6
    required: [fullUrl]
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: null
      slices:
        SubmissionSetComprehensive:
          match: {}
          schema:
            short: SubmissionSetComprehensive
            mustSupport: true
            index: 7
            elements:
              resource: {type: Resource, mustSupport: true, index: 8}
            required: [resource]
package_version: 1.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-submissionset-comprehensive-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [total]