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--s-apply.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-apply.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/-s-apply
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nameapply
TitleCreate a careplan
Realmdk
DescriptionCreate a careplan with service requests for a specific episodeOfCare using the PlanDefinition as a template. If using POST the operation will persist resources and return the careplan. If using GET the operation will return transient resources in a transaction bundle. The bundle with transient careplan and servicerequest resources can then be modified before being persisted using a FHIR transaction.
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 -s-apply

URL: [base]/$apply

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INplanDefinition0..1string

The PlanDefinition to be applied as the basis for the careplan.

INepisodeOfCare0..1string

The episodeOfCare for which the plan is being applied.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "-s-apply",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-apply",
  "version": "8.0.0",
  "name": "apply",
  "title": "Create a careplan",
  "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": "Create a careplan with service requests for a specific episodeOfCare using the PlanDefinition as a template. If using POST the operation will persist resources and return the careplan. If using GET the operation will return transient resources in a transaction bundle. The bundle with transient careplan and servicerequest resources can then be modified before being persisted using a FHIR transaction.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "apply",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "planDefinition",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The PlanDefinition to be applied as the basis for the careplan.",
      "type": "string"
    },
    {
      "name": "episodeOfCare",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The episodeOfCare for which the plan is being applied.",
      "type": "string"
    }
  ]
}