eHealth Infrastructure (v2020.8)


{
  "resourceType" : "OperationDefinition",
  "id" : "ehealth-patient-skrs-update",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Update Patient from KRS</h2><p>OPERATION: Update Patient from KRS</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-skrs-update</pre><div><p>This operation is used when batch updates on patient information is available from the national service platform. The operation is used by internal components of the eHealth Infrastructure.</p>\n</div><p>URL: [base]/Patient/$updatePatientWithSKRSData</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patientBundle</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/bundle.html\">Bundle</a></td><td/><td><div><p>The patient information on multiple patients.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/parameters.html\">Parameters</a></td><td/><td><div><p>Empty set of parameters</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-skrs-update",
  "name" : "Update Patient from KRS",
  "status" : "active",
  "kind" : "operation",
  "date" : "2019-02-02",
  "description" : "This operation is used when batch updates on patient information is available from the national service platform. The operation is used by internal components of the eHealth Infrastructure.",
  "code" : "updatePatientWithSKRSData",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "patientBundle",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The patient information on multiple patients.",
      "type" : "Bundle"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Empty set of parameters",
      "type" : "Parameters"
    }
  ]
}