PackagesCanonicalsLogsProblems
    Packages
    ca.on.ehr.r4@1.0.0-snapshot4
    http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document
description: 'The Bundle Document is used to build documents that represent a composition: a coherent set of information that is a statement of healthcare information, including clinical observations and services. A document is an immutable set of resources with a fixed presentation that is authored and/or attested by humans, organizations and devices.'
package_name: ca.on.ehr.r4
derivation: constraint
name: BundleDocumentEHR
type: Bundle
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  type:
    pattern: {type: Code, value: document}
    mustSupport: true
    index: 3
  timestamp: {mustSupport: true, index: 4}
  entry:
    mustSupport: true
    index: 5
    elements:
      fullUrl: {mustSupport: true, index: 6}
      resource: {mustSupport: true, index: 7}
    required: [fullUrl]
package_version: 1.0.0-snapshot4
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry, timestamp, identifier]