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

FHIR IG Statistics: OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdCarePlanEpisodeOfCare-i-update-care-teams
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-CarePlanEpisodeOfCare-i-update-care-teams.html
URLhttps://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+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

CapabilityStatement
careplancareplan

Resources that this resource uses

No resources found


Narrative

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INaddCareTeams0..*Reference
INremoveCareTeams0..*Reference
INaddCareteams0..*Reference
INremoveCareteams0..*Reference

Source

{
  "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"
    }
  ]
}