Learning Goal

The learning objectives are described in the Resource Goal of the R4 Core Specification in FHIR. One learning objective is the understanding of a superordinate concept after completing a teaching unit. A superordinate learning objective can consist of several subordinate learning objectives with sub-chapters.

Beispiele

{
    "resourceType": "Goal",
    "id": "InteragentGoalMaster",
    "subject": {
        "reference": "Group/StudentGroup"
    },
    "lifecycleStatus": "proposal",
    "description": {
        "coding":  [
            {
                "code": "16982005",
                "system": "http://snomed.info/sct",
                "display": "Shoulder region structure (body structure)",
                "extension":  [
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                        "valueDecimal": 0
                    }
                ]
            }
        ]
    }
}