PARTY_RELATED

  • _type
    enum
    const:  
    PARTY_RELATED
    required
    values
    • PARTY_RELATED
  • relationship
    Type: object · DV_CODED_TEXT
    required
    • defining_code
      Type: object · CODE_PHRASE
      required
    • value
      Type: string
      required
    • _type
      Type: string
    • encoding
      Type: object · CODE_PHRASE
    • formatting
      Type: string
    • hyperlink
      • _type
        Discriminator
        enum
        const:  
        DV_URI
        required
        values
        • DV_URI
      • value
        Type: string
        required
    • language
      Type: object · CODE_PHRASE
    • mappings
      Type: array object[] · TERM_MAPPING[]
  • external_ref
    Type: object · PARTY_REF

    Identifier for parties in a demographic or identity service.

    • id
      required
      • _type
        Discriminator
        enum
        const:  
        ARCHETYPE_ID
        required
        values
        • ARCHETYPE_ID
      • value
        Type: string
        required
    • namespace
      Type: string
      required
    • type
      Type: string Pattern: ^PERSON|ORGANISATION|GROUP|AGENT|ROLE|PARTY|ACTOR$
      required
  • identifiers
    Type: array object[] · DV_IDENTIFIER[]

    Type for representing identifiers of real-world entities. Typical identifiers include drivers licence number, social security number, veterans affairs number, prescription id, order id, and so on.

    DV_IDENTIFIER is used to represent any identifier of a real thing, issued by some authority or agency.

    • id
      Type: string
      required
    • assigner
      Type: string
    • issuer
      Type: string
    • type
      Type: string
Examples
{
  "_type": "PARTY_RELATED",
  "external_ref": {
    "id": {
      "_type": "GENERIC_ID",
      "value": "16b74749-e6aa-4945-b760-b42bdc07098a",
      "scheme": "pid"
    },
    "namespace": "cataniamc.prod.cadasto.com",
    "type": "PERSON"
  }
}