description: Input parameters for the UpdateService operation. package_name: de.medizininformatikinitiative.use-case.omi derivation: constraint name: UpdateServiceInputParameter type: Parameters elements: parameter: index: 0 slicing: rules: open discriminator: - {path: name, type: pattern} min: 1 slices: service: match: {name: service} schema: mustSupport: true index: 1 elements: name: pattern: {type: String, value: service} index: 2 resource: {type: HealthcareService, index: 3} organization: match: {name: organization} schema: mustSupport: true index: 4 elements: name: pattern: {type: String, value: organization} index: 5 resource: {type: Organization, index: 6} device: match: {name: device} schema: mustSupport: true index: 7 elements: name: pattern: {type: String, value: device} index: 8 resource: {type: Device, index: 9} device-input-parameters: match: {name: device-input-parameters} schema: mustSupport: true index: 10 elements: name: pattern: {type: String, value: device-input-parameters} index: 11 resource: {type: StructureDefinition, index: 12} device-output-parameters: match: {name: device-output-parameters} schema: mustSupport: true index: 13 elements: name: pattern: {type: String, value: device-output-parameters} index: 14 resource: {type: StructureDefinition, index: 15} profiles: match: {name: profiles} schema: mustSupport: true array: true index: 16 elements: name: pattern: {type: String, value: profiles} index: 17 resource: {type: StructureDefinition, index: 18} endpoint: match: {name: endpoint} schema: mustSupport: true _required: true index: 19 elements: name: pattern: {type: String, value: endpoint} index: 20 resource: {type: Endpoint, index: 21} package_version: 0.3.10 class: profile kind: resource url: http://omi.de/fhir/registry/StructureDefinition/UpdateServiceInputParameter base: http://hl7.org/fhir/StructureDefinition/Parameters version: 0.3.10 required: [parameter]