{
  "resourceType": "StructureDefinition",
  "url": "https://bghmc.org/fhir/StructureDefinition/BaseHumanName",
  "name": "BaseHumanName",
  "status": "draft",
  "date": "2023-11-06T04:54:59.1556306+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName.use",
        "path": "HumanName.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "min": 1
      },
      {
        "id": "HumanName.family.extension",
        "path": "HumanName.family.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "HumanName.family.extension:middle",
        "path": "HumanName.family.extension",
        "sliceName": "middle",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "min": 1,
        "max": "1"
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "max": "0"
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "max": "1",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://bghmc.org/fhir/CodeSystem/SuffixName"
        }
      },
      {
        "id": "HumanName.period",
        "path": "HumanName.period",
        "max": "0"
      }
    ]
  }
}