PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mcode@2.0.0
    http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-patient-bundle
description: A collection of data for an mCODE cancer patient.
package_name: hl7.fhir.us.mcode
derivation: constraint
name: MCODEPatientBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    index: 2
    elements:
      resource: {mustSupport: true, index: 3}
    required: [resource]
    slicing:
      rules: open
      description: Slicing based on the profile
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        cancerPatient:
          match: {}
          schema:
            short: Cancer Patient
            mustSupport: true
            _required: true
            index: 4
            elements:
              resource: {type: Patient, index: 5}
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-patient-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0
required: [entry]