description: A Bundle that is used in the Client Registry response to Find Candidates and Get Demographics queries. package_name: fhir.ca derivation: constraint name: SearchResponseBundle type: Bundle elements: type: pattern: {type: Code, value: searchset} mustSupport: true index: 0 entry: array: true min: 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 the Client Registry is responding to a search query. discriminator: - {path: resource, type: type} min: 2 slices: patient: match: {} schema: short: Matching Patients. mustSupport: true array: 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} relatedPerson: match: {} schema: short: Resource for Mother's PHN. mustSupport: true array: true index: 11 elements: resource: {type: RelatedPerson, index: 12} package_version: bc.client-1.0.1 class: profile kind: resource url: http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-search-response-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.0.0