description: PCT GFE Request Bundle that contains necessary resources for GFE to request GFEs from one or multiple GFE contributing providers. package_name: hl7.fhir.us.davinci-pct derivation: constraint name: PCTGFECoordinationBundle type: Bundle elements: type: pattern: {type: Code, value: transaction} index: 0 timestamp: {index: 1} entry: array: true min: 2 index: 2 elements: fullUrl: {index: 3} search: {index: 4} request: index: 5 elements: method: pattern: {type: Code, value: POST} index: 6 response: {index: 7} required: [fullUrl, request] slicing: rules: open description: Slice different resources included in the bundle discriminator: - {path: resource, type: type} min: 2 slices: gfe-task: match: {} schema: short: SHALL have one PCTGFECoordinationTask resource and one or more PCTGFEContributorTask resource array: true min: 2 index: 8 elements: resource: {type: Task, index: 9} required: [resource] gfe-request-information: match: {} schema: short: MAY have a PCTGFEInformationBundle (Preferably these bundles are attached in the Tasks) array: true index: 10 elements: resource: {type: Bundle, index: 11} required: [resource] package_version: 2.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 2.0.0 required: [timestamp]