{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Educationrecord-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-educationrecord-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-CLUSTER.education_record.v1"
    }
  ],
  "version": "0",
  "name": "Educationrecord",
  "title": "Education record",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "Record of a period of education or training undertaken by an individual.",
  "purpose": "To record details about a single period of formal education or training undertaken by an individual, which will contribute to an overview of their educational background.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "openEHR",
      "uri": "http://openehr.org",
      "name": "openEHR Mapping"
    },
    {
      "identity": "openEHR-natural",
      "uri": "http://openehr.org",
      "name": "openEHR natural path"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "StructureDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "snapshot": {
    "element": [
      {
        "id": "Education_record",
        "path": "Education_record",
        "short": "Education record",
        "definition": "Record of a period of education or training undertaken by an individual.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Education_record",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Educational_institution",
        "path": "Education_record.Educational_institution",
        "short": "Educational institution",
        "definition": "Name of the facility, institution or school where the education or training took place.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Educational_institution",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Educational_institution.value",
        "path": "Education_record.Educational_institution.value",
        "short": "Educational institution",
        "definition": "Name of the facility, institution or school where the education or training took place.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Educational_institution.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Organisation_details",
        "path": "Education_record.Organisation_details",
        "short": "Organisation details",
        "definition": "Structured details about the facility, institution or school.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Education_record.Organisation_details",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Milestone",
        "path": "Education_record.Milestone",
        "short": "Milestone",
        "definition": "Name of the education milestone or academic qualification achieved.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Milestone",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Milestone.value",
        "path": "Education_record.Milestone.value",
        "short": "Milestone",
        "definition": "Name of the education milestone or academic qualification achieved.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Milestone.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Field_of_study",
        "path": "Education_record.Field_of_study",
        "short": "Field of study",
        "definition": "The field of study covered by the education or training.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Field_of_study",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Field_of_study.value",
        "path": "Education_record.Field_of_study.value",
        "short": "Field of study",
        "definition": "The field of study covered by the education or training.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Field_of_study.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Description",
        "path": "Education_record.Description",
        "short": "Description",
        "definition": "Narrative description about the education or training undertaken by the individual.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Description",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Description.value",
        "path": "Education_record.Description.value",
        "short": "Description",
        "definition": "Narrative description about the education or training undertaken by the individual.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Description.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Date_started",
        "path": "Education_record.Date_started",
        "short": "Date started",
        "definition": "The date when the individual commenced the education or training.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Date_started",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Date_started.value",
        "path": "Education_record.Date_started.value",
        "short": "Date started",
        "definition": "The date when the individual commenced the education or training.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Date_started.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Date_ended",
        "path": "Education_record.Date_ended",
        "short": "Date ended",
        "definition": "The date when the milestone was achieved or the individual ceased the education or training.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Date_ended",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Date_ended.value",
        "path": "Education_record.Date_ended.value",
        "short": "Date ended",
        "definition": "The date when the milestone was achieved or the individual ceased the education or training.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Date_ended.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Additional_details",
        "path": "Education_record.Additional_details",
        "short": "Additional details",
        "definition": "Further details about the education record.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Education_record.Additional_details",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Education_record.Comment",
        "path": "Education_record.Comment",
        "short": "Comment",
        "definition": "Additional narrative about the education record not captured in other fields.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Comment",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Education_record.Comment.value",
        "path": "Education_record.Comment.value",
        "short": "Comment",
        "definition": "Additional narrative about the education record not captured in other fields.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Education_record.Comment.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}