Learning Plan

CarePlan resources from the FHIR R4 specification are used in the learning plan. Here, different learning objectives related to a specific topic are summarized in an overarching learning plan. In this way, cross-linked connections can be established between related learning objectives in addition to their UMLS codes and higher-level learning objectives.

The questionnaires, the associated learning objectives and also tasks are summarized in the learning plan. In this way, all relevant information on a learning chapter is summarized in the learning plans.

Beispiele

{
    "resourceType": "CarePlan",
    "id": "InteragentCareplan1",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "partOf":  [
        {
            "reference": "CarePlan/InteragentMasterCareplan"
        }
    ],
    "status": "draft",
    "intent": "option",
    "subject": {
        "reference": "Group/StudentGroup"
    },
    "goal":  [
        {
            "reference": "Goal/InteragentGoalMaster"
        },
        {
            "reference": "Goal/InteragentGoalActivity1"
        }
    ],
    "activity":  [
        {
            "detail": {
                "instantiatesCanonical":  [
                    "http://example.org/fhir/Questionnaire1"
                ],
                "goal":  [
                    {
                        "reference": "Goal/InteragentGoalActivity1"
                    }
                ],
                "status": "scheduled"
            }
        }
    ]
}