PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@2.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document-epr
description: Base definition for a document in the context of the electronic patient record (EPR).
package_name: ch.fhir.ig.ch-core
derivation: constraint
name: CHCoreDocumentEPR
type: Bundle
elements:
  identifier:
    index: 0
    elements:
      system:
        pattern: {type: Uri, value: 'urn:ietf:rfc:3986'}
        index: 1
      value: {index: 2}
  type:
    short: document
    pattern: {type: Code, value: document}
    index: 3
  timestamp: {index: 4}
  entry:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: null
      slices:
        Composition:
          match: {}
          schema:
            short: Composition EPR
            index: 6
            elements:
              resource: {type: Resource, index: 7}
package_version: 2.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document-epr
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document
version: 2.0.0