{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Language-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-language-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-CLUSTER.language.v1"
    }
  ],
  "version": "0",
  "name": "Language",
  "title": "Language",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "A collection of words, their pronunciation and methods for combining them, understood by a specific community and used as a form of communication.",
  "purpose": "To record details about a spoken, written or symbolic system of communication.",
  "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": "Language",
        "path": "Language",
        "short": "Language",
        "definition": "A collection of words, their pronunciation and methods for combining them, understood by a specific community and used as a form of communication.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Language",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Language.Language_name",
        "path": "Language.Language_name",
        "short": "Language name",
        "definition": "The name of the language.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Language.Language_name",
          "min": 1,
          "max": "1"
        }
      },
      {
        "id": "Language.Language_name.value",
        "path": "Language.Language_name.value",
        "short": "Language name",
        "definition": "The name of the language.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Language.Language_name.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Language.Variant",
        "path": "Language.Variant",
        "short": "Variant",
        "definition": "The name of the dialect or sociolect, if appropriate.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Language.Variant",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Language.Variant.value",
        "path": "Language.Variant.value",
        "short": "Variant",
        "definition": "The name of the dialect or sociolect, if appropriate.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Language.Variant.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Language.Mode",
        "path": "Language.Mode",
        "short": "Mode",
        "definition": "The method of communication for the specified language.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Language.Mode",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Language.Mode.value",
        "path": "Language.Mode.value",
        "short": "Mode",
        "definition": "The method of communication for the specified language.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Language.Mode.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Language.Comment",
        "path": "Language.Comment",
        "short": "Comment",
        "definition": "Additional narrative about the language not captured in other fields.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Language.Comment",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Language.Comment.value",
        "path": "Language.Comment.value",
        "short": "Comment",
        "definition": "Additional narrative about the language not captured in other fields.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Language.Comment.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}