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

FHIR IG Statistics: OperationDefinition/CarePlan-i-suggest-care-teams

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

CapabilityStatement
careplancareplan

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Operationsdefinition CarePlan-i-suggest-care-teams

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INregionCode0..1string
INmunicipalityCode0..1string

Source

{
  "resourceType": "OperationDefinition",
  "id": "CarePlan-i-suggest-care-teams",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlan-i-suggest-care-teams",
  "version": "3.5.1",
  "name": "suggest-care-teams",
  "title": "Suggest care teams",
  "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": "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",
      "type": "string"
    },
    {
      "name": "municipalityCode",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "string"
    }
  ]
}