...
CarePlan (parent) → CarePlan (child) (subplan)
API Examples
To get all PlanDefinition resources with a specific type of child resource (ActivityDefinition resources), this can be done in a single API call:
https://plan.{{domain}}/fhir/PlanDefinition/?_include=PlanDefinition:action-definition
...
https://plan.{{domain}}/fhir/PlanDefinition/?_id=1507&_include=*
Capability statement
For more information about the capabilities of each service, refer to the FHIR Capability Statements.
Plan service Capability Statement example:
https://docs.ehealth.sundhed.dk/latest-released/ig/CapabilityStatement-plan.json.html
Include and reverse include is available for local resources only.
...