# DO.COM.09 Member

### DO.COM.03 Member

A member is an individual who belongs to a specific group or unit, such as a family or household. This data object describes the individual's attributes.

<table><thead><tr><th>Attribute</th><th data-type="content-ref">Type</th><th>Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>member_identifier</td><td><a href="/pages/3G4OMtnuy4k6cuipxL7Z">/pages/3G4OMtnuy4k6cuipxL7Z</a></td><td>0...*</td><td>Unique identifier assigned to each individual</td></tr><tr><td>demographic_info</td><td><a href="/pages/Tms3Q1OqwYVYF7bXBBX1">/pages/Tms3Q1OqwYVYF7bXBBX1</a></td><td>0...1</td><td>Personal details of the individual</td></tr><tr><td>related_person</td><td><a href="/pages/W2DKPHP3S17gq0CvfyWA">/pages/W2DKPHP3S17gq0CvfyWA</a></td><td>0...*</td><td>Persons related to the individual and the relationship type</td></tr><tr><td>self_id_disability</td><td><a href="/pages/SYiH77mJTknrYKZuepQk">/pages/SYiH77mJTknrYKZuepQk</a></td><td>0...1</td><td>Self identification as person with disabilitiesyes (1) or no (0)</td></tr><tr><td>disability_info</td><td><a href="/pages/QMG7pk435S2NZkYtdszt">/pages/QMG7pk435S2NZkYtdszt</a></td><td>0...*</td><td>Additional attributes for people with disabilities</td></tr><tr><td>marital_status</td><td><a href="/pages/kAXZ2qrha2ueRpiDptSp">/pages/kAXZ2qrha2ueRpiDptSp</a></td><td>0...1</td><td>Marital status of the individual</td></tr><tr><td>employment_status</td><td><a href="/pages/4lmkzdoXJk4Dbe1DUdlp">/pages/4lmkzdoXJk4Dbe1DUdlp</a></td><td>0...1</td><td>Employment status of the individual</td></tr><tr><td>occupation</td><td><a href="/pages/u6GwPyRCKZaavwwhyz8K">/pages/u6GwPyRCKZaavwwhyz8K</a></td><td>0...1</td><td>Occupation of the individual</td></tr><tr><td>income_level</td><td><a href="/pages/LhBBayP3aIdGmdJy0TFq">/pages/LhBBayP3aIdGmdJy0TFq</a></td><td>0...1</td><td>Income level of the individual</td></tr><tr><td>language_code</td><td><a href="/pages/RGnAAnM54FBgslKKoRvM">/pages/RGnAAnM54FBgslKKoRvM</a></td><td>0...*</td><td>Languages spoken by the individual</td></tr><tr><td>education_level</td><td><a href="/pages/U3qW2pd3S8gPzNQRX960">/pages/U3qW2pd3S8gPzNQRX960</a></td><td>0...1</td><td>Individual's education level</td></tr><tr><td>additional_attributes</td><td><a href="/pages/9N8tb1uyZsNZ0hqrofMZ">/pages/9N8tb1uyZsNZ0hqrofMZ</a></td><td>0...1</td><td>Additional characteristics of the individual</td></tr><tr><td>registration_date</td><td><a href="/pages/HzeJPTMw9koOgH2lEKt8">/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the household individual was registered</td></tr><tr><td>last_updated</td><td><a href="/pages/HzeJPTMw9koOgH2lEKt8">/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the individual's details were last updated</td></tr></tbody></table>

## **Example of JSON Data for the Member Data Object**

```json
{
  "@context": {
    "spdci": "https://schema.spdci.org/core/v1/data",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "code": "https://schema.spdci.org/core/v1/code"
  },
  "@id": "https://example.org/member/987654321",
  "@type": "Member",
  "member_identifier": [{
      "@type": "Identifier",
      "identifier_type": "UIN",
      "identifier_value": "42343545654"
    } ],
  "demographic_info": {
    "@type": "Person",
    "identifier": [ {
      "@type": "Identifier",
      "identifier_type": "NationalID",
      "identifier_value": "9876543210"
    } ],
    "name":{
      "@type": "Name",
      "surname": "Smith",
      "given_name": "Alice",
      "prefix": "Ms.",
      "suffix": ""
    },
    "sex": "female",
    "birth_date": "1985-05-20"
  },
  "related_person": [
    {
      "@type": "RelatedPerson",
      "relationship_type": "spouse",
      "related_member": {
        "@type": "Member",
        "@id": "https://example.org/member/123456789",
        "member_identifier": "M123456789"
      }
    },
    {
      "@type": "RelatedPerson",
      "relationship_type": "child",
      "related_member": {
        "@type": "Member",
        "@id": "https://example.org/member/987654322",
        "spdci:member_identifier": "M987654322"
      }
    }
  ],
  "is_disabled": false,
  "marital_status": "married",
  "employment_status": "employed",
  "occupation": "teacher",
  "income_level": "middle",
  "language_code": ["en", "es"],
  "education_level": "bachelor",
  "additional_attributes": ["extra_work": "volunteer"],
  "registration_date": "2022-01-10T08:00:00Z",
  "last_updated": "2023-06-15T10:00:00Z"
}
```

### JSON-LD File on GitHub

{% embed url="<https://schema.spdci.org/core/v1/data/Member.jsonld>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://standards.spdci.org/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-objects/do.com.09-member.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
