description: 'Operation that is pageable\n\nThis establishes input parameters when the operation might return paging.\n\n* `offset`: Pagination offset\n* `count`: Number of items per page' package_name: hl7.fhir.uv.crmi derivation: constraint name: PageableOperation type: OperationDefinition elements: parameter: index: 0 slicing: rules: open discriminator: - {path: name, type: value} min: null slices: offset: match: {name: offset} schema: mustSupport: true index: 1 elements: name: pattern: {type: Code, value: offset} index: 2 use: pattern: {type: Code, value: in} index: 3 min: pattern: {type: Integer, value: 0} index: 4 max: pattern: {type: String, value: '1'} index: 5 type: pattern: {type: Code, value: integer} index: 6 count: match: {name: count} schema: mustSupport: true index: 7 elements: name: pattern: {type: Code, value: count} index: 8 use: pattern: {type: Code, value: in} index: 9 min: pattern: {type: Integer, value: 0} index: 10 max: pattern: {type: String, value: '1'} index: 11 type: pattern: {type: Code, value: integer} index: 12 package_version: 1.0.0-snapshot class: profile kind: resource url: http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-pageable-operation base: http://hl7.org/fhir/StructureDefinition/OperationDefinition version: 1.0.0-snapshot