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