{ "resourceType" : "CapabilityStatement", "id" : "kiola-care-plan-management", "text" : { "status" : "extensions", "div" : "

KIOLA Care Plan Management

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Only a single KIOLA care plan with the status active might exist. If an active plan is uploaded and there exists another active plan, the status of the other plan will automatically be set to revoked. Similarily, only a single KIOLA care plan in status draft should exist. In this case however, an error will be raised if another care plan in status draft is uploaded. For a detailed description on how care plans should be interpreted, see TODO

\n
Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

Resource TypeProfileRSUCSearches_include_revincludeOperations
CarePlanhttps://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-care-planyyy

Resource Conformance: supportedCarePlan

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, create, update.

" }, "url" : "https://fhir.ehealth-systems.at/artifacts/CapabilityStatement/kiola-care-plan-management", "version" : "0.1.0", "name" : "KIOLACarePlanManagement", "title" : "KIOLA Care Plan Management", "status" : "draft", "date" : "2023-01-11", "contact" : [{ "name" : "AIT Austrian Institute of Technology", "telecom" : [{ "system" : "email", "value" : "mailto:office@ait.ac.at" }] }], "description" : "KIOLA care plans might be managed by another system. New and modified plans might be uploaded to the server and the status of existing plans might be changed.", "purpose" : "This capability might be used by other systems (e.g. patient management systems) to modify the care plans of specific patients.", "kind" : "capability", "software" : { "name" : "KIOLA", "version" : "Bundle 2.5", "releaseDate" : "2023-02-01" }, "fhirVersion" : "4.0.1", "format" : ["application/fhir+json"], "rest" : [{ "mode" : "server", "documentation" : "Only a single KIOLA care plan with the status `active` might exist. If an active plan is uploaded and there exists another active plan, the status of the other plan will automatically be set to `revoked`. Similarily, only a single KIOLA care plan in status `draft` should exist. In this case however, an error will be raised if another care plan in status draft is uploaded. For a detailed description on how care plans should be interpreted, see TODO", "resource" : [{ "type" : "CarePlan", "profile" : "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-care-plan", "interaction" : [{ "code" : "read" }, { "code" : "create" }, { "code" : "update" }] }] }] }