{
  "resourceType": "StructureDefinition",
  "id": "NPPRHumanName",
  "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRHumanName",
  "version": "0.1",
  "name": "NPPRHumanName",
  "status": "draft",
  "description": "Profile for representing the name of an individual, to include name qualifier.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName.extension:middleName",
        "path": "HumanName.extension",
        "sliceName": "middleName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRMiddleNameExtension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "HumanName.text",
        "path": "HumanName.text",
        "mustSupport": true
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "mustSupport": true
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "mustSupport": true
      },
      {
        "id": "HumanName.given.extension",
        "path": "HumanName.given.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "HumanName.given.extension:nameQualifier",
        "path": "HumanName.given.extension",
        "sliceName": "nameQualifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}