PackagesCanonicalsLogsProblems
    Packages
    ca.on.olis.r4@2.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Bundle
description: A container for a collection of resources.
package_name: ca.on.olis.r4
derivation: constraint
name: Bundle
type: Bundle
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      lastUpdated: {short: Transaction process time for this FHIR query, mustSupport: true, index: 2}
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Bundle|2.0.0'}
        index: 3
    required: [lastUpdated, profile]
  type:
    pattern: {type: Code, value: searchset}
    mustSupport: true
    index: 4
  total: {mustSupport: true, index: 5}
  link:
    mustSupport: true
    index: 6
    elements:
      relation: {mustSupport: true, index: 7}
      url: {mustSupport: true, index: 8}
  entry:
    mustSupport: true
    index: 9
    elements:
      link: {index: 10}
      fullUrl: {mustSupport: true, index: 11}
      resource: {mustSupport: true, index: 12}
package_version: 2.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0
required: [id, meta]