{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Structurednameofaperson-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-structurednameofaperson-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-EHR-CLUSTER.structured_name.v1"
    }
  ],
  "version": "0",
  "name": "Structurednameofaperson",
  "title": "Structured name of a person",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "Discrete components of an individual's name.",
  "purpose": "To record details about the structured name of an individual as they are known or understood in the course of clinical documentation.",
  "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": "Structured_name_of_a_person",
        "path": "Structured_name_of_a_person",
        "short": "Structured name of a person",
        "definition": "Discrete components of an individual's name.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Structured_name_of_a_person",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Structured_name_of_a_person.Title",
        "path": "Structured_name_of_a_person.Title",
        "short": "Title",
        "definition": "One or more honorific form(s) of address commencing a name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Structured_name_of_a_person.Title",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Structured_name_of_a_person.Title.value",
        "path": "Structured_name_of_a_person.Title.value",
        "short": "Title",
        "definition": "One or more honorific form(s) of address commencing a name.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Structured_name_of_a_person.Title.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Structured_name_of_a_person.Given_name",
        "path": "Structured_name_of_a_person.Given_name",
        "short": "Given name",
        "definition": "One or more unique name(s) used to identify an individual within a family group.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Structured_name_of_a_person.Given_name",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Structured_name_of_a_person.Given_name.value",
        "path": "Structured_name_of_a_person.Given_name.value",
        "short": "Given name",
        "definition": "One or more unique name(s) used to identify an individual within a family group.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Structured_name_of_a_person.Given_name.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Structured_name_of_a_person.Family_name",
        "path": "Structured_name_of_a_person.Family_name",
        "short": "Family name",
        "definition": "One or more name(s) that an individual has in common with a family group.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Structured_name_of_a_person.Family_name",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Structured_name_of_a_person.Family_name.value",
        "path": "Structured_name_of_a_person.Family_name.value",
        "short": "Family name",
        "definition": "One or more name(s) that an individual has in common with a family group.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Structured_name_of_a_person.Family_name.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Structured_name_of_a_person.Suffix",
        "path": "Structured_name_of_a_person.Suffix",
        "short": "Suffix",
        "definition": "One or more term(s) placed after all other name components, usually to differentiate an individual from a family member with identical Given and Family name components.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Structured_name_of_a_person.Suffix",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "Structured_name_of_a_person.Suffix.value",
        "path": "Structured_name_of_a_person.Suffix.value",
        "short": "Suffix",
        "definition": "One or more term(s) placed after all other name components, usually to differentiate an individual from a family member with identical Given and Family name components.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Structured_name_of_a_person.Suffix.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}