> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/id-systems-v1.0.0/wip-id-systems-and-sp-system-interface/1.-crvs/data/data-object/do.id.01-person.md).

# DO.ID.01 Person

### DO.ID.01 Person <a href="#do.01-person-1" id="do.01-person-1"></a>

This data object contains specific information that can be used to identify an individual.

The data object includes data field values received from ID system to identify /verify identity of a person. It may be queried by the SP-MIS to determine an applicant's eligibility based on data attribute values in the object.

<table><thead><tr><th width="184">Attribute</th><th width="200">Type</th><th width="134">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>identifier</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/3G4OMtnuy4k6cuipxL7Z">/spaces/F9fu0tIY1rJUsF03WdAv/pages/3G4OMtnuy4k6cuipxL7Z</a></td><td>0...*</td><td>Unique identifier for a person</td></tr><tr><td>name</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/n8vxjo7yl6uAbbRPS684">/spaces/F9fu0tIY1rJUsF03WdAv/pages/n8vxjo7yl6uAbbRPS684</a></td><td>0...1</td><td>Full name in a displayable form, possibly including titles and suffixes, in the order of the applicant's locale norms and/or preferences</td></tr><tr><td>sex</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/IbPFyY2D8G2vKqhvnEeF">/spaces/F9fu0tIY1rJUsF03WdAv/pages/IbPFyY2D8G2vKqhvnEeF</a></td><td>0...1</td><td>Sex of the person, represented as an enumeration (male, female, others, unknown)</td></tr><tr><td>birth_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date of birth of the person, formatted according to schema:DateTime.</td></tr><tr><td>address</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/2idvxDvJ2HXoU2SGOrz0">/spaces/F9fu0tIY1rJUsF03WdAv/pages/2idvxDvJ2HXoU2SGOrz0</a></td><td>0...*</td><td>Current residential address of the person, represented as an address object</td></tr><tr><td>phone_number</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/Fq6TbCArKGQyMBXhE8r5">/spaces/F9fu0tIY1rJUsF03WdAv/pages/Fq6TbCArKGQyMBXhE8r5</a></td><td>0...*</td><td>Person's preferred phone number, format E.164 is recommended</td></tr><tr><td>email</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/Eadmn1LG6TSseYyNwuxf">/spaces/F9fu0tIY1rJUsF03WdAv/pages/Eadmn1LG6TSseYyNwuxf</a></td><td>0...*</td><td>Person's preferred email address, format must comply with RFC 5322 addr-spec</td></tr><tr><td>biometric_data</td><td><a data-mention href="/pages/89w93IhULlb3IkYmUj4M">/pages/89w93IhULlb3IkYmUj4M</a></td><td>0...*</td><td>biometric data of the person</td></tr><tr><td>registration_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the details of the person were registered</td></tr><tr><td>last_updated</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the details of the person were last updated</td></tr></tbody></table>

### Example of JSON Data for the Person Data Object

```json
{
  "@context": {
    "spdci": "https://schema.spdci.org/extensions/ID/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#",
    "spdcicore": "https://schema.spdci.org/core/v1/data",
    "spdcicode": "https://schema.spdci.org/core/v1/code",
  },
  "@id": "https://example.org/sr_person/847951632",
  "@type": "spdci:ID_Person",
  "identifier": [
    {
      "@type": "Identifier",
      "identifier_type": "UIN",
      "identifier_value": "847951632"
    }
  ],
  "name": {
      "@type": "Name",
      "surname": "Phumchai",
      "given_name": "Sudarat",
      "prefix": "Dr.",
      "suffix": "PhD"
    },
  "birth_date": "1995-09-21T11:20:00",
  "sex": "female",
  "address": [
    {
      "@type": "Address",
      "address_line1": "Bophut Koh Samui",
      "address_line2": "Surat, Near Big Buddha Beach",
      "locality": "Thani",
      "sub_region_code": "SH",
      "region_code": "A205",
      "postal_code": "84320",
      "country_code": "TH",
    }],
  "phone_number": ["+66891234567"],
  "email": ["sudarat.phumchai@example.com"],
  "registration_date": "1995-10-21T11:20:00"
}

```

### JSON-LD File on GitHub

{% embed url="<https://github.com/spdci/schemas/blob/main/extensions/id/v1/data/IDPerson.jsonld>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/id-systems-v1.0.0/wip-id-systems-and-sp-system-interface/1.-crvs/data/data-object/do.id.01-person.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
