FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-PlanDefinition-i-apply.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-PlanDefinition-i-apply.html |
| URL | http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-i-apply |
| Version | 8.0.0 |
| Status | active |
| Date | 2026-02-18T09:10:00+00:00 |
| Name | apply |
| Title | Create a careplan |
| Realm | dk |
| Description | 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. |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition PlanDefinition-i-apply
URL: [base]/PlanDefinition/[id]/$apply
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | episodeOfCare | 0..1 | string | The episodeOfCare for which the plan is being applied. |
{
"resourceType": "OperationDefinition",
"id": "PlanDefinition-i-apply",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-i-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.\n### HTTP Methods\n- If using POST the operation will persist resources and return the careplan.\n- 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.\n### Parameters\n- episodeOfCare: Reference(EpisodeOfCare) - The episode of care for which the plan is being applied.\n### Output\nCarePlan or Bundle of transient CarePlan and ServiceRequest resources.\n",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"affectsState": false,
"code": "apply",
"resource": [
"PlanDefinition"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "episodeOfCare",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The episodeOfCare for which the plan is being applied.",
"type": "string"
}
]
}