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-CarePlan-i-suggest-care-teams.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-CarePlan-i-suggest-care-teams.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/CarePlan-i-suggest-care-teams
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Namesuggest-care-teams
TitleSuggest care teams
Realmdk
DescriptionSuggest care teams matching the conditions required by the care plan on either a regional or a municipality level. The suggested care teams has reason codes matching all the conditions addressed by the care plan and has a managing organization matching the input region code or municipality code. One of region code or municipality code must be input. If both region code and municipality code is input, then the municipality code is ignored. Return a bundle with matching care teams and their managing organizations.
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 CarePlan-i-suggest-care-teams

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INregionCode0..1string

Region code for the care teams' managing organization

INmunicipalityCode0..1string

Municipality code for the care teams' managing organization


Source1

{
  "resourceType": "OperationDefinition",
  "id": "CarePlan-i-suggest-care-teams",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/CarePlan-i-suggest-care-teams",
  "version": "8.0.0",
  "name": "suggest-care-teams",
  "title": "Suggest care teams",
  "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": "Suggest care teams matching the conditions required by the care plan on either a regional or a municipality level. The suggested care teams has reason codes matching all the conditions addressed by the care plan and has a managing organization matching the input region code or municipality code. One of region code or municipality code must be input. If both region code and municipality code is input, then the municipality code is ignored. Return a bundle with matching care teams and their managing organizations.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "suggest-care-teams",
  "resource": [
    "CarePlan"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "regionCode",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Region code for the care teams' managing organization",
      "type": "string"
    },
    {
      "name": "municipalityCode",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Municipality code for the care teams' managing organization",
      "type": "string"
    }
  ]
}