FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/UpdateService

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeOperationDefinition
IdUpdateService
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/OperationDefinition/UpdateService
URLhttp://omi.de/fhir/registry/OperationDefinition/UpdateService
Version0.3.19
Statusactive
Nameupdate-service
TitleUpdateService
Realmde
DescriptionUpdate a AI-Service in Registry Operation. All parameters optional, only the ones that need to be updated should be provided. All resources must have an id.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "UpdateService",
  "url": "http://omi.de/fhir/registry/OperationDefinition/UpdateService",
  "title": "UpdateService",
  "description": "Update a AI-Service in Registry Operation. All parameters optional, only the ones that need to be updated should be provided. All resources must have an id.",
  "resource": [
    "HealthcareService"
  ],
  "parameter": [
    {
      "name": "service",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "HealthcareService"
    },
    {
      "name": "organization",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "Organization"
    },
    {
      "name": "device",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "Device"
    },
    {
      "name": "device-input-parameters",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "StructureDefinition"
    },
    {
      "name": "device-output-parameters",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "StructureDefinition"
    },
    {
      "name": "profiles",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "StructureDefinition"
    },
    {
      "name": "endpoint",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "Endpoint"
    }
  ],
  "status": "active",
  "publisher": "MOLIT gGmbH",
  "version": "0.3.19",
  "kind": "operation",
  "name": "update-service",
  "code": "update-service",
  "system": false,
  "type": true,
  "instance": false,
  "affectsState": true,
  "inputProfile": "http://omi.de/fhir/registry/StructureDefinition/UpdateServiceInputParameter"
}