Shared Care Planning (SCP) Implementation Guide
            
            0.3.0 - ci-build
            
          
Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SanteonNL/shared-care-planning/ and changes regularly. See the Directory of published versions
Bundle searchparams of type batch
Entry 1
Resource SearchParameter:
subject-identifier
Parameter
subject-identifier:tokenSearch CarePlans by subject identifier
Resource CarePlan Expression CarePlan.subject.identifierProcessing Mode Normal Multiples 
- multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
 - multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
 
Request:
POST SearchParameter
Entry 2
Resource SearchParameter:
input-reference
Parameter
input-reference:referenceSearch Tasks by input references and include inputs when searching Tasks
Resource Task Expression Task.input.value.ofType(Reference)Processing Mode Normal Multiples 
- multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
 - multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
 
Request:
POST SearchParameter
Entry 3
Resource SearchParameter:
output-reference
Parameter
output-reference:referenceSearch Tasks by output references and include outputs when searching Tasks
Resource Task Expression Task.output.value.ofType(Reference)Processing Mode Normal Multiples 
- multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
 - multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
 
Request:
POST SearchParameter
Entry 4
Resource SearchParameter:
patient-identifier
Parameter
patient-identifier:tokenSearch Tasks by patient identifier
Resource Task Expression Task.for.identifierProcessing Mode Normal Multiples 
- multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
 - multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
 
Request:
POST SearchParameter