# DO.CRVS.01 CRVSPerson

This class is crucial for maintaining an organised record of personal details in a standardised manner, ensuring accurate and accessible data

<table><thead><tr><th>Property Name</th><th width="264.3333333333333">Expected Type</th><th width="94">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>Applicant's identifier in the CRVS system using URI format</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, including possible titles and suffixes, formatted according to the applicant's locale norms and/or preferences</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>Applicant's preferred phone number (the format E.164 is recommended)</td></tr><tr><td>email</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>0...*</td><td>Applicant's preferred email address (the format must comply with RFC 5322 addr-spec)</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 applicant, represented as an enumeration (male, female, other, 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 applicant, formatted according to schema: DateTime</td></tr><tr><td>birth_place</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ciq0I9tZk6WDunUTecZL">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ciq0I9tZk6WDunUTecZL</a></td><td>0...1</td><td>Physical location where the applicant was born, represented as an address object</td></tr><tr><td>death_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date of death of the applicant, if applicable, formatted according to schema: DateTime</td></tr><tr><td>death_place</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ciq0I9tZk6WDunUTecZL">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ciq0I9tZk6WDunUTecZL</a></td><td>0...1</td><td>Physical location where the applicant died, if applicable, represented as an address object</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 applicant, represented as an address object</td></tr><tr><td>marital_status</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/kAXZ2qrha2ueRpiDptSp">/spaces/F9fu0tIY1rJUsF03WdAv/pages/kAXZ2qrha2ueRpiDptSp</a></td><td>0...1</td><td>Current marital status of the applicant, represented as an enumeration (e.g. married, divorced, etc.)</td></tr><tr><td>marriage_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...*</td><td>Date when the applicant was married, if applicable, formatted according to schema: DateTime</td></tr><tr><td>divorce_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...*</td><td>Date when the applicant was divorced, if applicable, formatted according to schema: DateTime</td></tr><tr><td>parent1_identifier</td><td>@id</td><td>0...1</td><td>Identifier for one parent of the applicant, which must be a unique identifier similar to the applicant's identifier</td></tr><tr><td>parent2_identifier</td><td>@id</td><td>0...1</td><td>Identifier for another parent of the applicant, if applicable, which must be a unique identifier similar to the applicant's identifier</td></tr></tbody></table>

### Example of Use

### Example 1

```json
{
  "@context": {
    "@vocab": "https://schema.spdci.org/common/v1",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#"
  },
  "@id": "CRVS_Person_2",
  "@type": "CRVS_Person",
  "identifier": [{
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "847951632"
  }],
  "name": {
    "@type": "Name",
    "surname": "Phumchai",
    "given_name": "Sudarat",
    "second_name": "",
    "prefix": "Dr.",
    "suffix": "PhD"
  },
  "phone_number": "+66891234567",
  "email": "sudarat.phumchai@example.com",
  "sex": "female",
  "birth_date": "1995-09-21T11:20:00",
  "birth_place": {
    "name": "Phumchai_Village_Clinic",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 9.5604,
      "longitude": 100.0245
    },
    "address_line": "",
    "contained_in_place": "",
    "contains_place": [
      {
        "@id": "Place_3",
        "@type": "Place",
        "name": "Fisherman's Village",
        "address": "Bophut Koh Samui Surat Thani 84320 Thailand",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 9.5617,
          "longitude": 100.0259
        }
      }
    ]
  },
  "death_date" : "",
  "death_place" : "",
  "address": {
    "@id": "Address_1",
    "@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",
    "geo_location": {
      "@id": "GeoLocation_1",
      "@type": "GeoLocation",
      "plus_code": {
        "global_code": "8FW4V900+",
        "geometry": {
          "@id": "geometry",
          "@type": "GeoLocation",
          "bounds": {
            "@id": "bounds",
            "@type": "geometry",
            "northeast": {
              "@id": "northeast",
              "@type": "GeoCoordinates",
              "latitude": 48.900000000000006,
              "longitude": 2.4000000000000057
            },
            "southwest": {
              "@id": "southwest",
              "@type": "GeoCoordinates",
              "latitude": 48.849999999999994,
              "longitude": 2.3499999999999943
            }
          },
          "location": {
            "@id": "location",
            "@type": "GeoCoordinates",
            "latitude": 48.875,
            "longitude": 2.375
          }
        }
      }
    }
  },
  "marital_status": "M",
  "marriage_date": "2010-04-21T11:20:00",
  "divorce_date" : "",
  "parent1_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "753869421"
  },
  "parent2_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "852963741"
  }
}
```

### Example 2

```json
{
  "@context": {
    "@vocab": "https://schema.spdci.org/common/v1",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#"
  },
  "@id": "CRVS_Person_3",
  "@type": "CRVS_Person",
  "identifier": [{
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "197382465"
  }],
  "name": {
    "@type": "Name",
    "surname": "Martinez",
    "given_name": "Elena",
    "second_name": "",
    "prefix": "Dr.",
    "suffix": "PhD"    
  },
  "phone_number": "+34612345678",
  "email": "elena.martinez@example.com",
  "sex": "female",
  "birth_date": "1980-03-23T10:20:15",
  "birth_place": {
    "name": "hospital/Madrid_Central",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 9.5604,
      "longitude": 100.0245
    },
    "address_line": "",
    "contained_in_place": "",
    "contains_place": [
      {
        "@id": "Place_3",
        "@type": "Place",
        "name": "Pattaya Floating Market",
        "address": "Bophut Koh Samui Surat Thani 84320 Thailand",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 9.5617,
          "longitude": 100.0259
        }
      }
    ]
  },  
  "death_date" : "",
  "death_place" : "",
  "address": {
    "@id": "Address_1",
    "@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",
    "geo_location": {
      "@id": "GeoLocation_1",
      "@type": "GeoLocation",
      "plus_code": {
        "global_code": "8FW4V900+",
        "geometry": {
          "@id": "geometry",
          "@type": "GeoLocation",
          "bounds": {
            "@id": "bounds",
            "@type": "geometry",
            "northeast": {
              "@id": "northeast",
              "@type": "GeoCoordinates",
              "latitude": 48.900000000000006,
              "longitude": 2.4000000000000057
            },
            "southwest": {
              "@id": "southwest",
              "@type": "GeoCoordinates",
              "latitude": 48.849999999999994,
              "longitude": 2.3499999999999943
            }
          },
          "location": {
            "@id": "location",
            "@type": "GeoCoordinates",
            "latitude": 48.875,
            "longitude": 2.375
          }
        }
      }
    }
  },
  "marital_status": "S",
  "marriage_date": "",
  "divorce_date": "",
  "parent1_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "537564821"
  },
  "parent2_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "564582793"
  }
}
```

### JSON-LD File on GitHub

{% @github-files/github-code-block url="<https://github.com/spdci/schemas/blob/main/common/v1/CRVSPerson.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/crvs-v1.0-1/crvs/crvs-with-sp-mis-standards/data/data-objects/do.crvs.01-crvsperson.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.
