{
  "resourceType": "StructureDefinition",
  "url": "https://anagrafe.ssr.toscana.it/fhir/StructureDefinition/HumanName",
  "name": "HumanName",
  "title": "HumanName",
  "status": "active",
  "experimental": false,
  "date": "2021-10-21",
  "description": "Dedalus MPI profile for HumanName",
  "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",
        "mustSupport": true
      },
      {
        "id": "HumanName.text",
        "path": "HumanName.text",
        "mustSupport": true
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "mustSupport": true
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}