eHealth Infrastructure
8.0.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

OperationDefinition: Create a careplan

Official URL: http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-i-apply Version: 8.0.0
Active as of 2026-01-14 Computable Name: apply

Create a careplan with service requests for a specific episodeOfCare using the PlanDefinition as a template.

HTTP Methods

  • 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.

    Parameters

  • episodeOfCare: Reference(EpisodeOfCare) - The episode of care for which the plan is being applied.

    Output

    CarePlan or Bundle of transient CarePlan and ServiceRequest resources.

URL: [base]/PlanDefinition/[id]/$apply

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INepisodeOfCare0..1string

The episodeOfCare for which the plan is being applied.