{
  "resourceType": "StructureDefinition",
  "id": "Verto's HumanName Profile",
  "url": "http://verto.ca/fhir/StructureDefinition/HumanName-verto",
  "version": "1.0.0",
  "name": "HumanName",
  "title": "Verto's HumanName Profile",
  "status": "active",
  "experimental": true,
  "date": "2025-01-13",
  "publisher": "Verto Health",
  "description": "HumanName datatype constrained by Verto's Digital Twin to only include family and given names",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/R5/StructureDefinition/HumanName",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "HumanName",
        "path": "HumanName",
        "short": "Verto's HumanName datatype",
        "definition": "Name of a human - constrained to family and given names only"
      },
      {
        "id": "HumanName.use",
        "path": "HumanName.use",
        "max": "0"
      },
      {
        "id": "HumanName.text",
        "path": "HumanName.text",
        "max": "0"
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "max": "0"
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "max": "0"
      },
      {
        "id": "HumanName.period",
        "path": "HumanName.period",
        "max": "0"
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "short": "Family name (often called 'Surname')",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "short": "Given names (including middle names)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}