{
  "resourceType": "StructureDefinition",
  "id": "de-human-name",
  "url": "https://fhir.icanbwell.com/4_0_0/StructureDefinition/de-human-name",
  "version": "1.0",
  "name": "HumanName",
  "title": "Element: Human Name",
  "status": "active",
  "date": "2024-03-01",
  "publisher": "b.Well Connected Health",
  "description": "Any HumanName",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": true,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName",
        "path": "HumanName",
        "short": "An individual's name"
      },
      {
        "id": "HumanName.id",
        "path": "HumanName.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "HumanName.text",
        "path": "HumanName.text",
        "label": "full-name-text",
        "short": "Full text representation of the name",
        "mustSupport": true
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "label": "last-name",
        "short": "Family name (often called 'Last name' or 'Surname')",
        "alias": [
          "last name"
        ],
        "mustSupport": true
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "mustSupport": true
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "mustSupport": true
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "mustSupport": true
      }
    ]
  }
}