# DO.SR.01 Person

### DO.SR.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 may include information received from other registries, including CRVS and disability registries. It may be queried by the SP-MIS to determine an applicant's eligibility.

<table><thead><tr><th>Attribute</th><th data-type="content-ref">Type</th><th width="131.423828125">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>identifier</td><td><a 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 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 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 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>death_date</td><td><a href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date of death of the person, if applicable, formatted according to schema:DateTime</td></tr><tr><td>address</td><td><a 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 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 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>registration_date</td><td><a 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 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/social/v1/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "common": "https://schema.spdci.org/common/v1/"
  },
  "@id": "https://example.org/sr_person/847951632",
  "@type": "spdci:SR_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://schema.spdci.org/extensions/social/v1/data/SRPerson.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/dci-standards/wip-social-registry-v1.0.0/social-registry/1.-crvs/data/data-objects/do.sr.01-person.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.
