<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="human-being-logical-model" />
  <url value="http://example.org/StructureDefinition/human-being-logical-model" />
  <version value="1.0.0" />
  <name value="Human" />
  <title value="Human Being" />
  <status value="active" />
  <description value="A member of the Homo sapiens species." />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <kind value="logical" />
  <abstract value="false" />
  <type value="http://example.org/StructureDefinition/human-being-logical-model" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
  <derivation value="specialization" />
  <differential>
    <element id="human-being-logical-model">
      <path value="human-being-logical-model" />
      <short value="Human Being" />
      <definition value="A member of the Homo sapiens species." />
    </element>
    <element id="human-being-logical-model.name">
      <path value="human-being-logical-model.name" />
      <short value="Name(s) of the human" />
      <definition value="The names by which the human is or has been known" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="HumanName" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="human-being-logical-model.birthDate">
      <path value="human-being-logical-model.birthDate" />
      <short value="The date of birth, if known" />
      <definition value="The date on which the person was born. Approximations may be used if exact date is unknown." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="dateTime" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="human-being-logical-model.deceased[x]">
      <path value="human-being-logical-model.deceased[x]" />
      <short value="Indication if the human is deceased" />
      <definition value="An indication if the human has died. Boolean should not be used if date or age at death are known." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
      <type>
        <code value="dateTime" />
      </type>
      <type>
        <code value="Age" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="human-being-logical-model.family">
      <path value="human-being-logical-model.family" />
      <short value="Family" />
      <definition value="Members of the human's immediate family." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="human-being-logical-model.family.mother">
      <path value="human-being-logical-model.family.mother" />
      <short value="Mother" />
      <definition value="Biological mother, current adoptive mother, or both." />
      <min value="0" />
      <max value="2" />
      <type>
        <code value="http://example.org/StructureDefinition/family-member" />
      </type>
    </element>
    <element id="human-being-logical-model.family.father">
      <path value="human-being-logical-model.family.father" />
      <short value="Father" />
      <definition value="Biological father, current adoptive father, or both." />
      <min value="0" />
      <max value="2" />
      <type>
        <code value="http://example.org/StructureDefinition/family-member" />
      </type>
    </element>
    <element id="human-being-logical-model.family.sibling">
      <path value="human-being-logical-model.family.sibling" />
      <short value="Sibling" />
      <definition value="Other children of the human's mother and/or father." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="http://example.org/StructureDefinition/family-member" />
      </type>
    </element>
  </differential>
</StructureDefinition>