description: A Bundle that is used for the ACK response to an aynchronous operation request. package_name: fhir.ca-bc.client derivation: constraint name: AsyncAckBundle type: Bundle elements: type: pattern: {type: Code, value: collection} mustSupport: true index: 0 entry: array: true min: 2 max: 2 index: 1 elements: fullUrl: {mustSupport: true, index: 2} resource: {mustSupport: true, index: 3} request: {mustSupport: true, index: 4} required: [resource, fullUrl] slicing: rules: open description: The specific bundle entries that are needed when sending the Client Registry a Find Candidates query. discriminator: - {path: resource, type: type} min: 2 max: 2 slices: operationOutcome: match: {} schema: short: Acknowledgement of asynchronous operation request. mustSupport: true _required: true index: 5 elements: resource: {type: OperationOutcome, index: 6} parameters: match: {} schema: short: Metadata async response parameters. mustSupport: true _required: true index: 7 elements: resource: {type: Parameters, index: 8} package_version: 1.0.1-beta class: profile kind: resource url: http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-async-ack-response-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.0.0