FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition-CarePlanEpisodeOfCare-i-update-care-teams.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-CarePlanEpisodeOfCare-i-update-care-teams.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nameupdate-care-teams
TitleModify care team assignment
Realmdk
DescriptionThe operation modifies the care team assignment of the care plan and all of its sub plans.
Typefalse
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: OperationDefinition CarePlanEpisodeOfCare-i-update-care-teams

URL: [base]/CarePlan/[id]/$update-care-teams

URL: [base]/EpisodeOfCare/[id]/$update-care-teams

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INaddCareTeams0..*Reference

Care teams to add

INremoveCareTeams0..*Reference

Care teams to remove

INaddCareteams0..*Reference
INremoveCareteams0..*Reference

Source1

{
  "resourceType": "OperationDefinition",
  "id": "CarePlanEpisodeOfCare-i-update-care-teams",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams",
  "version": "8.0.0",
  "name": "update-care-teams",
  "title": "Modify care team assignment",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-18T09:10:00+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": "*",
      "documentation": "Care teams to add",
      "type": "Reference"
    },
    {
      "name": "removeCareTeams",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "Care teams to remove",
      "type": "Reference"
    },
    {
      "name": "addCareteams",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "Reference"
    },
    {
      "name": "removeCareteams",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "Reference"
    }
  ]
}