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

FHIR IG Statistics: OperationDefinition/ehealth-patient-skrs-update

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
Idehealth-patient-skrs-update
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-ehealth-patient-skrs-update.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-skrs-update
Version3.5.1
Statusactive
Date2019-02-02
NameUpdate Patient from KRS
Realmdk
DescriptionThis 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.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Operationsdefinition ehealth-patient-skrs-update

URL: [base]/Patient/$updatePatientWithSKRSData

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatientBundle1..1Bundle

The patient information on multiple patients.

OUTreturn1..1Parameters

Empty set of parameters


Source

{
  "resourceType": "OperationDefinition",
  "id": "ehealth-patient-skrs-update",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-skrs-update",
  "version": "3.5.1",
  "name": "Update Patient from KRS",
  "status": "active",
  "kind": "operation",
  "date": "2019-02-02",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "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"
    }
  ]
}