Package | dk.ehealth.sundhed.fhir.ig.core |
Resource Type | OperationDefinition |
Id | CarePlanEpisodeOfCare-i-update-care-teams |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-CarePlanEpisodeOfCare-i-update-care-teams.html |
URL | https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams |
Version | 3.5.1 |
Status | active |
Date | 2025-07-03T10:29:25+00:00 |
Name | update-care-teams |
Title | Modify care team assignment |
Realm | dk |
Description | The operation modifies the care team assignment of the care plan and all of its sub plans. |
Type | false |
Kind | operation |
CapabilityStatement | |
careplan | careplan |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Operationsdefinition CarePlanEpisodeOfCare-i-update-care-teams
URL: [base]/CarePlan/[id]/$update-care-teams
URL: [base]/EpisodeOfCare/[id]/$update-care-teams
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | addCareTeams | 0..* | Reference | |||
IN | removeCareTeams | 0..* | Reference | |||
IN | addCareteams | 0..* | Reference | |||
IN | removeCareteams | 0..* | Reference |
{ "resourceType": "OperationDefinition", "id": "CarePlanEpisodeOfCare-i-update-care-teams", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams", "version": "3.5.1", "name": "update-care-teams", "title": "Modify care team assignment", "status": "active", "kind": "operation", "date": "2025-07-03T10:29:25+00:00", "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "system": "url", "value": "http://ehealth.sundhed.dk" } ] } ], "description": "The operation modifies the care team assignment of the care plan and all of its sub plans.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "affectsState": true, "code": "update-care-teams", "resource": [ "CarePlan", "EpisodeOfCare" ], "system": false, "type": false, "instance": true, "parameter": [ { "name": "addCareTeams", "use": "in", "min": 0, "max": "*", "type": "Reference" }, { "name": "removeCareTeams", "use": "in", "min": 0, "max": "*", "type": "Reference" }, { "name": "addCareteams", "use": "in", "min": 0, "max": "*", "type": "Reference" }, { "name": "removeCareteams", "use": "in", "min": 0, "max": "*", "type": "Reference" } ] }