Package | dk.ehealth.sundhed.fhir.ig.core |
Resource Type | OperationDefinition |
Id | ehealth-patient-skrs-update |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-ehealth-patient-skrs-update.html |
URL | http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-skrs-update |
Version | 3.5.1 |
Status | active |
Date | 2019-02-02 |
Name | Update Patient from KRS |
Realm | 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. |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Operationsdefinition ehealth-patient-skrs-update
URL: [base]/Patient/$updatePatientWithSKRSData
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | patientBundle | 1..1 | Bundle | The patient information on multiple patients. | ||
OUT | return | 1..1 | Parameters | Empty set of parameters |
{ "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" } ] }