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