{
  "resourceType": "StructureDefinition",
  "id": "uzName1",
  "url": "https://example.org/fhir/StructureDefinition/nameBackboneElement",
  "version": "0.1",
  "name": "NameBackboneElement",
  "title": "name4Uz",
  "status": "draft",
  "date": "2022-11-09",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://example.org/fhir/StructureDefinition/name",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "name",
        "path": "name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "name.lastName",
        "path": "name.lastName",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      },
      {
        "id": "name.firstName",
        "path": "name.firstName",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      },
      {
        "id": "name.patronymic",
        "path": "name.patronymic",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      }
    ]
  }
}