PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@ems-1.9.0
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-document
description: Definition of the document for the use of the emergency medical service protocol
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHEmsDocument
type: Bundle
elements:
  identifier:
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
  type:
    short: document
    pattern: {type: Code, value: document}
    index: 3
  timestamp: {index: 4}
  entry:
    array: true
    min: 1
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        Composition:
          match: {}
          schema:
            index: 6
            elements:
              resource: {type: Resource, index: 7}
package_version: ems-1.9.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-document
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document
version: 1.9.0
required: [entry]