description: A Bundle that is used in the Client Registry response to Add Patient requests. package_name: fhir.ca-bc.client derivation: constraint name: AddResponseBundle type: Bundle elements: type: pattern: {type: Code, value: collection} mustSupport: true index: 0 entry: array: true min: 2 max: 3 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 the Client Registry is responding to a add request. discriminator: - {path: resource, type: type} min: 2 max: 3 slices: patient: match: {} schema: short: Created Patient. mustSupport: true index: 5 elements: resource: {type: Patient, index: 6} parameters: match: {} schema: short: Metadata out parameters mustSupport: true _required: true index: 7 elements: resource: {type: Parameters, index: 8} operationOutcome: match: {} schema: short: Messages and codes returned by HCIM. mustSupport: true _required: true index: 9 elements: resource: {type: OperationOutcome, index: 10} package_version: 1.0.1-beta class: profile kind: resource url: http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-add-response-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.0.0